-
Bug
-
Resolution: Not a Bug
-
Critical
-
None
-
8.1 Update 2
-
None
-
False
-
-
False
-
-
-
-
-
-
-
If user provisions EAP with one channel and then adds second channel later, EAP is still logging info about first channel only. I would say that this goes against original motivation, that GSS wants to know all channels that installation is subscribed to.
Steps to reproduce with XP6:
./jboss-eap-installation-manager.sh install --dir=/tmp/customEap --profile=eap-xp-6.0 --repositories=file:/home/$USER/.m2/repository/ ./jboss-eap-installation-manager.sh channel add --channel-name=my-fake-channel --manifest=org.jboss.qe.eap:fake-channel --repositories=local-repo::file:/home/$USER/.m2/repository/ --dir=/tmp/customEap
$ ./jboss-eap-installation-manager.sh channel list --dir=/tmp/customEap | grep fake-channel # my-fake-channel manifest: org.jboss.qe.eap:fake-channel $
$ ./standalone.sh | grep -o "WFLYIM0023.*$"
WFLYIM0023: Installation was provisioned using the following channel versions: '[ManifestVersion{channelId='org.jboss.eap.channels:eap-xp-6.0', description='null', version='1.0.0.GA-redhat-00015'}, ManifestVersion{channelId='org.jboss.eap.channels:eap-8.1', description='EAP 8.1 Update 2.0', version='1.2.0.GA-redhat-00004'}]'