Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-21706

Server adapter wizard: pod deployment path is always default (/opt/app-root/src)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 4.4.0.Alpha1
    • 4.3.1.CR1
    • openshift
    • None
    • Hide
      1. ASSERT: make sure that you have an eap based app running
      2. EXEC: launch server adapter wizard and pick OpenShift 3 server adapter. Pick your connection and get to the next page.
      3. ASSERT: New Server dialog shows up
      4. EXEC: inspect the Pod Deployment Path

      Result:
      The wizard report "/opt/app-root/src"

      Expected result:
      The eap docker image has "/opt/eap/standalone/deployments" specified as deployment path in the labels

      oc get istag eap-app:latest --output=json
      {
          "kind": "ImageStreamTag",
          "apiVersion": "v1",
          "metadata": {
              "name": "eap-app:latest",
              ...
           "Labels": {
              ...
              "org.jboss.deployments-dir": "/opt/eap/standalone/deployments",
              ...
      }
      
      Show
      ASSERT: make sure that you have an eap based app running EXEC: launch server adapter wizard and pick OpenShift 3 server adapter. Pick your connection and get to the next page. ASSERT: New Server dialog shows up EXEC: inspect the Pod Deployment Path Result: The wizard report "/opt/app-root/src" Expected result: The eap docker image has "/opt/eap/standalone/deployments" specified as deployment path in the labels oc get istag eap-app:latest --output=json { "kind" : "ImageStreamTag" , "apiVersion" : "v1" , "metadata" : { "name" : "eap-app:latest" , ... "Labels" : { ... "org.jboss.deployments-dir" : "/opt/eap/standalone/deployments" , ... }

          jcantril@redhat.com Jeffrey Cantrill
          adietish@redhat.com André Dietisheim
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

            Created:
            Updated:
            Resolved: