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

EAP 7.3.0.GA for Openshift documentation references and templates point to EAP CD Quickstarts branch instead of the EAP 7.3.0.GA QuickStart branch

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 7.3.1.GA
    • 7.3.0.GA
    • OpenShift, Quickstarts
    • None
    • Workaround Exists
    • Hide

      The branch containing the correct Quickstarts is named 7.3.x-openshift, not openshift as documented.

      For instance the documentation at https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.3/html-single/getting_started_with_jboss_eap_for_openshift_container_platform/index#deploy_eap_s2i has the following code snippet:

      oc new-app --template=eap73-basic-s2i \
       -p IMAGE_STREAM_NAMESPACE=eap-demo \
       -p SOURCE_REPOSITORY_URL=https://github.com/jboss-developer/jboss-eap-quickstarts \
       -p SOURCE_REPOSITORY_REF=openshift \
       -p CONTEXT_DIR=kitchensink
      

      and to use the correct branch it should be:

      oc new-app --template=eap73-basic-s2i \
       -p IMAGE_STREAM_NAMESPACE=eap-demo \
       -p SOURCE_REPOSITORY_URL=https://github.com/jboss-developer/jboss-eap-quickstarts \
       -p SOURCE_REPOSITORY_REF=7.3.x-openshift \
       -p CONTEXT_DIR=kitchensink
      

      In case the console is being used to deploy a new app then the default openshift value in the dialog box should be changed to 7.3.x-openshift.

      Show
      The branch containing the correct Quickstarts is named 7.3.x-openshift , not openshift as documented. For instance the documentation at https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.3/html-single/getting_started_with_jboss_eap_for_openshift_container_platform/index#deploy_eap_s2i has the following code snippet: oc new -app --template=eap73-basic-s2i \ -p IMAGE_STREAM_NAMESPACE=eap-demo \ -p SOURCE_REPOSITORY_URL=https: //github.com/jboss-developer/jboss-eap-quickstarts \ -p SOURCE_REPOSITORY_REF=openshift \ -p CONTEXT_DIR=kitchensink and to use the correct branch it should be: oc new -app --template=eap73-basic-s2i \ -p IMAGE_STREAM_NAMESPACE=eap-demo \ -p SOURCE_REPOSITORY_URL=https: //github.com/jboss-developer/jboss-eap-quickstarts \ -p SOURCE_REPOSITORY_REF=7.3.x-openshift \ -p CONTEXT_DIR=kitchensink In case the console is being used to deploy a new app then the default openshift value in the dialog box should be changed to 7.3.x-openshift .

    Description

      The openshift[1] branch at jboss-developer/jboss-eap-quickstarts contains the quickstarts for the latest EAP CD release, and EAP 7.3.0.GA for Openshift docs[2] and default templates[3] points to it.

      [1] https://github.com/jboss-developer/jboss-eap-quickstarts/tree/openshift
      [2] https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.3/html-single/getting_started_with_jboss_eap_for_openshift_container_platform/index
      [3] https://github.com/jboss-container-images/jboss-eap-7-openshift-image/tree/eap73/templates

      Customers should become aware of this issue via "Known Issues".

      Attachments

        Issue Links

          Activity

            People

              jmesnil1@redhat.com Jeff Mesnil
              emartins@redhat.com Eduardo Martins
              Votes:
              0 Vote for this issue
              Watchers:
              14 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: