[jbosstools-issues] [JBoss JIRA] (JBIDE-21666) Set correct OpenShift resource name for Repplication controller in properties view

Jeff Cantrill (JIRA) issues at jboss.org
Mon Feb 15 13:15:02 EST 2016


    [ https://issues.jboss.org/browse/JBIDE-21666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13163174#comment-13163174 ] 

Jeff Cantrill commented on JBIDE-21666:
---------------------------------------

[~mlabuda]  That's not quite how it is laid out in the web ui.  The web has 'Deployments' which is actually a 'Deployment Config' and allows you to navigate to a list of deployments which are modified replication controllers.  This is the same construct as 'builds' which are buildconfigs that allow you to navigate to builds. 

One difference is in the web ui, you are unable to see the resources referenced above for a 'service' (a.ka. application); you can only see this break down on the project level.  If anything, we should enhance what is available on the 'details' tab for an 'application' such that it mostly mirrors what you can do in the web ui (e.g. scaling, latest build, latest deployment).  We have JBIDE-21479 which starts to address this.  Additionally, we could remove build and deployment configs and make the tabs more like what is offered in the web ui.  That would be my preference.  The current tab implementations were never meant to be the final solution, just the first step at making the transition to the new view.  I think one challenge we have is not packing too  much into the tab views now.

> Set correct OpenShift resource name for Repplication controller in properties view
> ----------------------------------------------------------------------------------
>
>                 Key: JBIDE-21666
>                 URL: https://issues.jboss.org/browse/JBIDE-21666
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.3.1.CR1
>            Reporter: Marián Labuda
>            Priority: Critical
>              Labels: openshift_v3
>
> At the moment we have following OpenShift resources listed for a project in Properties view:
> * Builds
> * Build Configs
> * Deployment Configs
> * Pods
> * Deployments
> * Image Streams
> * Routes
> * Services
> What is misleading is having "Deployment Configs" and "Deployments". We are trying to copy web-UI, as far as I know. But in the web-UI under Deployments are placed "Deployment Configs". We, under "Deployments" in properties view, have "Replication Controllers". So its misleading for me. I think we should rename our Deployment Configs to Deployment and our Deployments to Replication Controllers, which are missing in web-ui because the most significant functionality accessible via Replication Controllers is editable in web-ui through overview page (e.g spinner for amount of pods).



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the jbosstools-issues mailing list