Having more services under an OpenShift 3 connection and trying to create a new OS 3 server adapter does not use correct pod deployment path in following scenario:
I am having a project with eap application (created from eap 64 basic s2i) and nodejs application. When I select nodejs application /opt/apt-root/src is used as a Pod Deployment Path. After selecting an EAP service, Pod Deployment Path is changed to /opt/eap/standalone/deployments. When I select nodejs in this point, Pod Deployment Path is not updated again and value is still /opt/eap/standalone/deployments, what is wrong.
- ASSERT: have a project with 2 services (eap-app, nodejs-example)
- EXEC: launch new OpenShift 3 Server Adapter wizard
- EXEC: select nodejs-example service
- ASSERT: "Pod Deployment Path" is set to /opt/apt-root/src
- EXEC: select eap-app service
- ASSERT: "Pod Deployment Path" is set to /opt/eap/standalone/deployments
- EXEC: select nodejs-example service
Result:
"Pod Deployment Path" is still /opt/apt-root/src
Expected Result:
"Pod Deployment Path" should be set to /opt/eap/standalone/deployments
- is related to
-
JBIDE-21830 Server Adapter wizard: route selected by default is wrong
- Closed
-
JBIDE-21858 Opening the OpenShift 3 server adapter wizard is verrrry slow
- Closed
-
JBIDE-21973 Opening the OpenShift 3 server adapter wizard is verrrry slow
- Closed
- relates to
-
JBIDE-21913 Server Adapter wizard: route is not changed when I select a different service
- Closed
-
JBIDE-21975 Server Adapter wizard: route is not changed when I select a different service
- Closed
-
JBIDE-21900 Order of project in New OS 3 Server Adapter wizard opened from context menu of a service
- Closed
-
JBIDE-21976 Order of project in New OS 3 Server Adapter wizard opened from context menu of a service
- Closed