[JBoss JIRA] (JBIDE-23371) Deploy image wizard: "Services and Routing Settings" page needs to explain to user what the settings result in.
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23371?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23371:
-------------------------------------
Labels: deploy_docker_wizard openshift_v3 (was: )
> Deploy image wizard: "Services and Routing Settings" page needs to explain to user what the settings result in.
> ---------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23371
> URL: https://issues.jboss.org/browse/JBIDE-23371
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.1.AM2
> Reporter: Andre Dietisheim
> Labels: deploy_docker_wizard, openshift_v3
> Fix For: 4.4.2.AM3
>
>
> steps to reproduce:
> # EXEC: In Docker Explroer: pick an image and choose "Deploy to OpenShift..." in the context menu
> # EXEC: get to the "Services & Routing Settings" page
> Result:
> !services-and-routing-page.png!
> The page allows to add/remove/edit ports and to configure a route. It's not obvious to the user what these settings are for and what they result in being created (a single service and route are created).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23368) Deploy Docker Image: Replication controller does not contain mapped ports from Deploy Image Wizard
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23368?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-23368:
---------------------------------------
Yes, I am not sure neither, so there is a clause "Or having Add... button does not make sense" as a proposal for removing it from wizard. Please update description and title once you gather more information about how the stuff should work.
> Deploy Docker Image: Replication controller does not contain mapped ports from Deploy Image Wizard
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23368
> URL: https://issues.jboss.org/browse/JBIDE-23368
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Marián Labuda
> Labels: deploy_docker_wizard, openshift_v3
>
> When deploying a docker image via Deploy Docker Wizard to an OpenShift instance, there is a wizard page with mapping of pod ports to service ports. If I add a new port mapping there, it is propagated to a created Service. But created replication controller does not contain those new mappings (results into creating pods without those ports available)
> Either way this should be fixed, to also Replication Controller should contain mapped ports, because having a service which has mapped pod ports to service ports but pods itself does not have this port exposes is useless. Or having Add... button does not make sense there, or there is no known use case where it would be useful (existing mapping could be edited but a new one would be useless).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23371) Deploy image wizard: "Services and Routing Settings" page needs to explain to user what the settings result in.
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-23371:
----------------------------------------
Summary: Deploy image wizard: "Services and Routing Settings" page needs to explain to user what the settings result in.
Key: JBIDE-23371
URL: https://issues.jboss.org/browse/JBIDE-23371
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.4.1.AM2
Reporter: Andre Dietisheim
steps to reproduce:
# EXEC: In Docker Explroer: pick an image and choose "Deploy to OpenShift..." in the context menu
# EXEC: get to the "Services & Routing Settings" page
Result:
!services-and-routing-page.png!
The page allows to add/remove/edit ports and to configure a route. It's not obvious to the user what these settings are for and what they result in being created (a single service and route are created).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23371) Deploy image wizard: "Services and Routing Settings" page needs to explain to user what the settings result in.
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23371?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23371:
-------------------------------------
Fix Version/s: 4.4.2.AM3
> Deploy image wizard: "Services and Routing Settings" page needs to explain to user what the settings result in.
> ---------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23371
> URL: https://issues.jboss.org/browse/JBIDE-23371
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.1.AM2
> Reporter: Andre Dietisheim
> Fix For: 4.4.2.AM3
>
>
> steps to reproduce:
> # EXEC: In Docker Explroer: pick an image and choose "Deploy to OpenShift..." in the context menu
> # EXEC: get to the "Services & Routing Settings" page
> Result:
> !services-and-routing-page.png!
> The page allows to add/remove/edit ports and to configure a route. It's not obvious to the user what these settings are for and what they result in being created (a single service and route are created).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23368) Deploy Docker Image: Replication controller does not contain mapped ports from Deploy Image Wizard
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23368?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23368:
------------------------------------------
I am not sure yet, if this issue is a valid issue. I am currently trying to find out whether our wizard to deploy docker images is right in offering to the ability to add, remove and edit ports.
CLI requires you to do manual steps, web-ui wont allow you, it only shows you the ports that are explosed by the docker image and allow you to pick the routing port.
> Deploy Docker Image: Replication controller does not contain mapped ports from Deploy Image Wizard
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23368
> URL: https://issues.jboss.org/browse/JBIDE-23368
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Marián Labuda
> Labels: deploy_docker_wizard, openshift_v3
>
> When deploying a docker image via Deploy Docker Wizard to an OpenShift instance, there is a wizard page with mapping of pod ports to service ports. If I add a new port mapping there, it is propagated to a created Service. But created replication controller does not contain those new mappings (results into creating pods without those ports available)
> Either way this should be fixed, to also Replication Controller should contain mapped ports, because having a service which has mapped pod ports to service ports but pods itself does not have this port exposes is useless. Or having Add... button does not make sense there, or there is no known use case where it would be useful (existing mapping could be edited but a new one would be useless).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23360) Remember selected route in ambiguous routing does not work
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23360?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23360:
-------------------------------------
Fix Version/s: 4.4.2.AM3
> Remember selected route in ambiguous routing does not work
> ----------------------------------------------------------
>
> Key: JBIDE-23360
> URL: https://issues.jboss.org/browse/JBIDE-23360
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Marián Labuda
> Labels: openshift_v3
> Fix For: 4.4.2.AM3
>
>
> When selecting Show In - Web Browser on a project with more services, routing is ambiguous. There is shown a shell "Select Route" with a checkbox "Remember selected route". This checkbox does not work. If I check it and then click OK button, I get the same prompt again next time I select Show In - Web Browser context menu item.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4070) DevStudio / external OpenShift fails deployment
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBDS-4070?page=com.atlassian.jira.plugin.... ]
Andre Dietisheim edited comment on JBDS-4070 at 10/17/16 5:24 AM:
------------------------------------------------------------------
[~jeffmaury] [~rick_wagner] I can see the issue in access.redhat.com, but I have to refresh the browser once I am logged in.
[~rick_wagner] Reading through the thread in access.redhat.com I am still not all sure how to reproduce this. Can you please provide steps and maybe the SimpleHelloWorld.jar and parent ear project that's being used?
was (Author: adietish):
[~jeffmaury] [~rick_wagner] I can see the issue in access.redhat.com, but I have to refresh the browser once I am logged in.
> DevStudio / external OpenShift fails deployment
> -----------------------------------------------
>
> Key: JBDS-4070
> URL: https://issues.jboss.org/browse/JBDS-4070
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 10.1.0.GA
> Environment: DevStudio as used with an external OpenShift
> Reporter: Rick Wagner
> Assignee: Jeff MAURY
> Labels: openshift_v3
> Fix For: 10.2.0.AM3
>
>
> If DevStudio (with Server Adapter configured for external OpenShift) is used to deploy an application developed in DevStudio, errors result.
> The reporting user shows indications additional 'deploy' directories are being synthesized as the binary target location. The log reports:
> 15:59:41,588 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) WFLYDS0010: Scan found incompletely copied file content for deployment /opt/eap/standalone/deployments/deploy/deploy/deploy/deploy/deploy/deploy/activemq-rar.rar.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4070) DevStudio / external OpenShift fails deployment
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBDS-4070?page=com.atlassian.jira.plugin.... ]
Andre Dietisheim edited comment on JBDS-4070 at 10/17/16 5:14 AM:
------------------------------------------------------------------
[~jeffmaury] [~rick_wagner] I can see the issue in access.redhat.com, but I have to refresh the browser once I am logged in.
was (Author: adietish):
[~jeffmaury] [~rick_wagner] I can see the issue in access.redhat.com, but I have to refresh the browser once I am logged in.
[~rick_wagner] I'd love to get more detailed steps so that I can reproduce it. Could you please provide those?
> DevStudio / external OpenShift fails deployment
> -----------------------------------------------
>
> Key: JBDS-4070
> URL: https://issues.jboss.org/browse/JBDS-4070
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 10.1.0.GA
> Environment: DevStudio as used with an external OpenShift
> Reporter: Rick Wagner
> Assignee: Jeff MAURY
> Labels: openshift_v3
> Fix For: 10.2.0.AM3
>
>
> If DevStudio (with Server Adapter configured for external OpenShift) is used to deploy an application developed in DevStudio, errors result.
> The reporting user shows indications additional 'deploy' directories are being synthesized as the binary target location. The log reports:
> 15:59:41,588 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) WFLYDS0010: Scan found incompletely copied file content for deployment /opt/eap/standalone/deployments/deploy/deploy/deploy/deploy/deploy/deploy/activemq-rar.rar.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4070) DevStudio / external OpenShift fails deployment
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBDS-4070?page=com.atlassian.jira.plugin.... ]
Andre Dietisheim commented on JBDS-4070:
----------------------------------------
[~jeffmaury] [~rick_wagner] I can see the issue in access.redhat.com, but I have to refresh the browser once I am logged in.
[~rick_wagner] I'd love to get more detailed steps so that I can reproduce it. Could you please provide those?
> DevStudio / external OpenShift fails deployment
> -----------------------------------------------
>
> Key: JBDS-4070
> URL: https://issues.jboss.org/browse/JBDS-4070
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 10.1.0.GA
> Environment: DevStudio as used with an external OpenShift
> Reporter: Rick Wagner
> Assignee: Jeff MAURY
> Labels: openshift_v3
> Fix For: 10.2.0.AM3
>
>
> If DevStudio (with Server Adapter configured for external OpenShift) is used to deploy an application developed in DevStudio, errors result.
> The reporting user shows indications additional 'deploy' directories are being synthesized as the binary target location. The log reports:
> 15:59:41,588 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) WFLYDS0010: Scan found incompletely copied file content for deployment /opt/eap/standalone/deployments/deploy/deploy/deploy/deploy/deploy/deploy/activemq-rar.rar.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4070) DevStudio / external OpenShift fails deployment
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBDS-4070?page=com.atlassian.jira.plugin.... ]
Andre Dietisheim updated JBDS-4070:
-----------------------------------
Labels: openshift_v3 (was: )
> DevStudio / external OpenShift fails deployment
> -----------------------------------------------
>
> Key: JBDS-4070
> URL: https://issues.jboss.org/browse/JBDS-4070
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 10.1.0.GA
> Environment: DevStudio as used with an external OpenShift
> Reporter: Rick Wagner
> Assignee: Jeff MAURY
> Labels: openshift_v3
> Fix For: 10.2.0.AM3
>
>
> If DevStudio (with Server Adapter configured for external OpenShift) is used to deploy an application developed in DevStudio, errors result.
> The reporting user shows indications additional 'deploy' directories are being synthesized as the binary target location. The log reports:
> 15:59:41,588 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) WFLYDS0010: Scan found incompletely copied file content for deployment /opt/eap/standalone/deployments/deploy/deploy/deploy/deploy/deploy/deploy/activemq-rar.rar.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months