[JBoss JIRA] (JBIDE-23351) Deploy Docker Wizard: Image stream sometimes is not created for local docker images
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23351?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23351:
------------------------------------------
[~jcantrill] Any idea when this could occurr?
> Deploy Docker Wizard: Image stream sometimes is not created for local docker images
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-23351
> URL: https://issues.jboss.org/browse/JBIDE-23351
> 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
> Attachments: is_not_created.png
>
>
> When deploying a local image to OpenShift, Image stream is not created even an image has been pushed to registry. For images on docker hub it works ok.
> Following message is shown in resource summary:
> !is_not_created.png!
> I had checked the checkbox to push to registry. But I am not able to reproduce this all the time. I was able to do it only 2 times.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-22914) OpenShift Deployment: Deploy latest does not work correctly
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22914?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-22914:
-------------------------------------
Fix Version/s: 4.4.2.AM3
(was: 4.4.2.Final)
> OpenShift Deployment: Deploy latest does not work correctly
> -----------------------------------------------------------
>
> Key: JBIDE-22914
> URL: https://issues.jboss.org/browse/JBIDE-22914
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.1.AM3
> Reporter: Marián Labuda
> Assignee: Dmitrii Bocharov
> Labels: openshift_v3
> Fix For: 4.4.2.AM3
>
>
> When I have an application where no replication controller is yet and I want to deploy latest, I get following error:
> {code}
> Unable to perform a deployment for config hello-openshift
> com.openshift.restclient.NotFoundException: replicationcontrollers "hello-openshift-0" not found
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:105)
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:59)
> at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
> at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
> at okhttp3.RealCall.execute(RealCall.java:57)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:200)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:181)
> at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:269)
> at com.openshift.internal.restclient.capability.resources.DeployCapability.deploy(DeployCapability.java:59)
> at org.jboss.tools.openshift.internal.ui.handler.TriggerDeploymentHandler$1$1.visit(TriggerDeploymentHandler.java:90)
> at org.jboss.tools.openshift.internal.ui.handler.TriggerDeploymentHandler$1$1.visit(TriggerDeploymentHandler.java:1)
> at com.openshift.internal.restclient.model.KubernetesResource.accept(KubernetesResource.java:91)
> at org.jboss.tools.openshift.internal.ui.handler.TriggerDeploymentHandler$1.doRun(TriggerDeploymentHandler.java:85)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
> This is wrong, because it is trying to "deploy latest replication controller" instead of deploying latest deployment configuration (as it works e.g. from oc binary - deployment uses latest deployment configuration not replication controller which could be understood as instance of deployment configuration). Therefore if there is no replication controller and I click Deploy Latest in context menu of a service in OpenShift Explorer view or in context menu of a deployment configuration in properties view, I get the error.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23300) After installation with development suite installer, restarting the Studio, cannot connect anymore automatically to OpenShift instance
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23300?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23300:
------------------------------------------
[~aurelien.pupier] [~jeffmaury] Authentication always happens with tokens. Username/Password are only means to get a token. Nevertheless, our wizard is supposed to detect automatically if logging in via Basic (Username/Password) is possible and preselect the connection wizard accordingly.
You can actually invalidate a token by logging out via oc (using the same token to log in in Eclipse and oc)
[~aurelien.pupier] I cannot reproduce this. Is this happening to you regularly/constantly? [~mlabuda] [~jeffmaury] Can you reproduce this?
> After installation with development suite installer, restarting the Studio, cannot connect anymore automatically to OpenShift instance
> --------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23300
> URL: https://issues.jboss.org/browse/JBIDE-23300
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.1.Final
> Reporter: Aurélien Pupier
> Assignee: Jeff MAURY
> Fix For: 4.4.2.AM3
>
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23355) Deploy Docker Wizard: No docker connection is preselected in the wizard even it is selected in docker explorer
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23355?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23355:
-------------------------------------
Description:
When opening Deploy Image to OpenShift wizard from context menu of a project and I have a docker connection selected in Docker explorer, the combo box with docker connection in the wizard is empty. The Docker Connection: combo should have filled currently selected docker connection in docker explorer.
steps to reproduce:
# ASSERT: have a docker connection and an openshift connection with at least 1 project
# EXEC: in Docker explorer: select a docker connection
# EXEC: in OpenShift explorer: pick "Deploy Docker Image..." in the context menu of a project
Result:
Deploy Docker Image wizard pops up, Docker connection is not preselected, while it could, since we selected a docker connection in Docker explorer
!empty-docker-connection.png!
was:When opening Deploy Image to OpenShift wizard from context menu of a project and I have a docker connection selected in Docker explorer, the combo box with docker connection in the wizard is empty. The Docker Connection: combo should have filled currently selected docker connection in docker explorer.
> Deploy Docker Wizard: No docker connection is preselected in the wizard even it is selected in docker explorer
> --------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23355
> URL: https://issues.jboss.org/browse/JBIDE-23355
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Marián Labuda
> Labels: deploy_docker_wizard, openshift_v3
> Fix For: 4.4.x
>
>
> When opening Deploy Image to OpenShift wizard from context menu of a project and I have a docker connection selected in Docker explorer, the combo box with docker connection in the wizard is empty. The Docker Connection: combo should have filled currently selected docker connection in docker explorer.
> steps to reproduce:
> # ASSERT: have a docker connection and an openshift connection with at least 1 project
> # EXEC: in Docker explorer: select a docker connection
> # EXEC: in OpenShift explorer: pick "Deploy Docker Image..." in the context menu of a project
> Result:
> Deploy Docker Image wizard pops up, Docker connection is not preselected, while it could, since we selected a docker connection in Docker explorer
> !empty-docker-connection.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23355) Deploy Docker Wizard: No docker connection is preselected in the wizard even it is selected in docker explorer
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23355?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23355:
-------------------------------------
Priority: Minor (was: Major)
> Deploy Docker Wizard: No docker connection is preselected in the wizard even it is selected in docker explorer
> --------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23355
> URL: https://issues.jboss.org/browse/JBIDE-23355
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Marián Labuda
> Priority: Minor
> Labels: deploy_docker_wizard, openshift_v3
> Fix For: 4.4.x
>
>
> When opening Deploy Image to OpenShift wizard from context menu of a project and I have a docker connection selected in Docker explorer, the combo box with docker connection in the wizard is empty. The Docker Connection: combo should have filled currently selected docker connection in docker explorer.
> steps to reproduce:
> # ASSERT: have a docker connection and an openshift connection with at least 1 project
> # EXEC: in Docker explorer: select a docker connection
> # EXEC: in OpenShift explorer: pick "Deploy Docker Image..." in the context menu of a project
> Result:
> Deploy Docker Image wizard pops up, Docker connection is not preselected, while it could, since we selected a docker connection in Docker explorer
> !empty-docker-connection.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23355) Deploy Docker Wizard: No docker connection is preselected in the wizard even it is selected in docker explorer
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23355?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23355:
-------------------------------------
Priority: Major (was: Minor)
> Deploy Docker Wizard: No docker connection is preselected in the wizard even it is selected in docker explorer
> --------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23355
> URL: https://issues.jboss.org/browse/JBIDE-23355
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Marián Labuda
> Labels: deploy_docker_wizard, openshift_v3
> Fix For: 4.4.x
>
>
> When opening Deploy Image to OpenShift wizard from context menu of a project and I have a docker connection selected in Docker explorer, the combo box with docker connection in the wizard is empty. The Docker Connection: combo should have filled currently selected docker connection in docker explorer.
> steps to reproduce:
> # ASSERT: have a docker connection and an openshift connection with at least 1 project
> # EXEC: in Docker explorer: select a docker connection
> # EXEC: in OpenShift explorer: pick "Deploy Docker Image..." in the context menu of a project
> Result:
> Deploy Docker Image wizard pops up, Docker connection is not preselected, while it could, since we selected a docker connection in Docker explorer
> !empty-docker-connection.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23355) Deploy Docker Wizard: No docker connection is preselected in the wizard even it is selected in docker explorer
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23355?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23355:
-------------------------------------
Description:
When opening Deploy Image to OpenShift wizard from context menu of a project and I have a docker connection selected in Docker explorer, the combo box with docker connection in the wizard is empty. The Docker Connection: combo should have filled currently selected docker connection in docker explorer.
steps to reproduce:
# ASSERT: have a docker connection and an openshift connection with at least 1 project
# EXEC: in Docker explorer: select a docker connection
# EXEC: in OpenShift explorer: pick "Deploy Docker Image..." in the context menu of a project
Result:
Deploy Docker Image wizard pops up, Docker connection is not preselected, while it could (and we do this in many wizards), since we selected a docker connection in Docker explorer
!empty-docker-connection.png!
was:
When opening Deploy Image to OpenShift wizard from context menu of a project and I have a docker connection selected in Docker explorer, the combo box with docker connection in the wizard is empty. The Docker Connection: combo should have filled currently selected docker connection in docker explorer.
steps to reproduce:
# ASSERT: have a docker connection and an openshift connection with at least 1 project
# EXEC: in Docker explorer: select a docker connection
# EXEC: in OpenShift explorer: pick "Deploy Docker Image..." in the context menu of a project
Result:
Deploy Docker Image wizard pops up, Docker connection is not preselected, while it could, since we selected a docker connection in Docker explorer
!empty-docker-connection.png!
> Deploy Docker Wizard: No docker connection is preselected in the wizard even it is selected in docker explorer
> --------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23355
> URL: https://issues.jboss.org/browse/JBIDE-23355
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Marián Labuda
> Labels: deploy_docker_wizard, openshift_v3
> Fix For: 4.4.x
>
>
> When opening Deploy Image to OpenShift wizard from context menu of a project and I have a docker connection selected in Docker explorer, the combo box with docker connection in the wizard is empty. The Docker Connection: combo should have filled currently selected docker connection in docker explorer.
> steps to reproduce:
> # ASSERT: have a docker connection and an openshift connection with at least 1 project
> # EXEC: in Docker explorer: select a docker connection
> # EXEC: in OpenShift explorer: pick "Deploy Docker Image..." in the context menu of a project
> Result:
> Deploy Docker Image wizard pops up, Docker connection is not preselected, while it could (and we do this in many wizards), since we selected a docker connection in Docker explorer
> !empty-docker-connection.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23355) Deploy Docker Wizard: No docker connection is preselected in the wizard even it is selected in docker explorer
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23355?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23355:
-------------------------------------
Steps to Reproduce:
# ASSERT: have a docker connection and an openshift connection with at least 1 project
# EXEC: in Docker explorer: select a docker connection
# EXEC: in OpenShift explorer: pick "Deploy Docker Image..." in the context menu of a project
Result:
Deploy Docker Image wizard pops up, Docker connection is not preselected, while it could, since we selected a docker connection in Docker explorer
!empty-docker-connection.png!
> Deploy Docker Wizard: No docker connection is preselected in the wizard even it is selected in docker explorer
> --------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23355
> URL: https://issues.jboss.org/browse/JBIDE-23355
> 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 opening Deploy Image to OpenShift wizard from context menu of a project and I have a docker connection selected in Docker explorer, the combo box with docker connection in the wizard is empty. The Docker Connection: combo should have filled currently selected docker connection in docker explorer.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months