[
https://issues.jboss.org/browse/JBIDE-21703?page=com.atlassian.jira.plugi...
]
Andre Dietisheim updated JBIDE-21703:
-------------------------------------
Steps to Reproduce:
# 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
{code:JavaScript|title=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",
...
}
{code}
was:
# 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
{code;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",
...
{code}
Server adapter wizard: pod deployment path is always default
(/opt/app-root/src)
--------------------------------------------------------------------------------
Key: JBIDE-21703
URL:
https://issues.jboss.org/browse/JBIDE-21703
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Andre Dietisheim
Priority: Critical
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)