-
Bug
-
Resolution: Done
-
Critical
-
8.0 Update 7, 8.1.0.Beta
-
None
-
False
-
-
False
-
-
-
-
-
-
Known Issue
-
-
This is basically a regression of JBEAP-25901. A server provisioned with the cloud-default-config layer is missing the version.txt and JBossEULA.txt files.
The weird thing is that looking at the 1.0.0.Final-redhat-00026 tag, the fix is in place. However, when I get the actual galleon pack zip from brew the contents of configs/standalone/model.xml are:
<config xmlns="urn:jboss:galleon:config:1.0" model="standalone"> <props> <prop name="--server-config" value="standalone.xml"/> </props> <packages> <package name="wildfly.s2i.common"/> </packages> <layers> <!-- required for termination and script execution --> <include name="core-tools"/> <include name="health"/> </layers> </config>
The packages definition should look like:
<packages> <package name="wildfly.s2i.common"/> <package name="JBossEULA.txt"/> <package name="version.txt"/> </packages>
- blocks
-
JBEAP-29930 [QE](8.0.z) eap-cloud-galleon-pack doesn't bring in version and EULA files
-
- Closed
-
- is incorporated by
-
JBEAP-30469 Upgrade JBoss EAP to d38e7f5d22f9ef9c639f293aa2efeca21930b0d1
-
- Closed
-