Aggregate profile in OpenShift mode does not use openshift.yml
See original GitHub issueDescription
I use aggregate profile to pull in configurations of different modules for integration testing. Tests run on openshift and openshift profile is picked up correctly. However, after upgrade to FMP 4.0.0 aggregate profile started using kubernetes.yml instead of openshift.yml from the dependency jars. My FMP setup: https://github.com/snowdrop/spring-boot-messaging-work-queue-booster/blob/sb-2.1.x-upgrade-fmp-to-4.0.0/tests/pom.xml#L75
Info
- f-m-p version : 4.0.0
- Maven version (
mvn -v
) : 3.3.9 - Kubernetes / OpenShift setup and version :
OpenShift Master: v3.11.0+06cfa24-67
Kubernetes Master: v1.11.0+d4cacc0
OpenShift Web Console: v3.11.0+ea42280
oc: v3.11.0+0cbc58b
- If it’s a bug, how to reproduce :
git clone https://github.com/snowdrop/spring-boot-messaging-work-queue-booster -b sb-2.1.x-upgrade-fmp-to-4.0.0
cd spring-boot-messaging-work-queue-booster
./mvnw clean verify -Popenshift,openshift-it
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Aggregating Container Logs | Configuring Clusters
Fluentd splits logs between the main cluster and a cluster reserved for operations logs, which consists of the logs from the projects default,...
Read more >Post-installation configuration OpenShift Container Platform 4.8
Configure storage: By default, containers operate using ephemeral storage or transient local storage. The ephemeral storage has a lifetime limitation.
Read more >OpenShift Container Platform 4.11 Post-installation configuration
fips: Enable FIPS mode. FIPS should be set at installation-time setting and not a post- installation procedure. IMPORTANT. The use of FIPS ...
Read more >Post-installation configuration OpenShift Container Platform 4.6
If a node is being cordoned, that node is not included in the ... myconfig.yaml to apply a machine config, you could remove...
Read more >Networking OpenShift Container Platform 4.7
If not set, the default value is based on the apiservers.config.openshift.io/cluster resource. When using the Old , Intermediate , and Modern profile types, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Ladicek @gytis : yeah, sorry. It has got delayed a bit. I would try to do it as soon as I can.
It was “within a week” 9 days ago 😉 https://github.com/fabric8io/fabric8-maven-plugin/issues/1607#issuecomment-479440910
For now, we stayed on 4.0.0-M2 in those 2 or 3 boosters that used aggregation.