Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-29933

[8.1.0.GA] - [QE](8.0.z) eap-cloud-galleon-pack doesn't bring in version and EULA files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 8.1.0.GA-CR8, 8.1.0.GA
    • 8.0 Update 7, 8.1.0.Beta
    • Build System
    • None

      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>
      

              bstansbe@redhat.com Brian Stansberry
              pmackay@redhat.com Peter Mackay
              Jan Blizňák Jan Blizňák
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: