[JBoss JIRA] (JBIDE-20634) Property gear_profile not added to POST when creating an app using Openshift plugin
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20634?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-20634:
------------------------------------------
fixVersion LATER since we wont do any enhancement (but at most critical bug fixes) in v2.
> Property gear_profile not added to POST when creating an app using Openshift plugin
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-20634
> URL: https://issues.jboss.org/browse/JBIDE-20634
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.3.Final
> Environment: Using Openshift Enterprise v2 and JBDS 8.1.0
> Reporter: Samuel Tauil
> Priority: Critical
> Labels: JSON, gear, openshift_v2
> Fix For: LATER
>
>
> When creating a new application using the Openshift plugin and selecting a different gear profile to create the app seems the attribute gear_profile wasn't added properly to the POST http made in the broker. Checking the the same procedure but using the web console the attribute was added properly. This behavior, when creating thru JBDS, forces the app to be created in a different node that was chosen by the user since the attribute is not added to the post JSON.
> This request was generated from JBDS:
> 2015-09-08 17:31:33.396 [INFO ] Started POST "/broker/rest/domain/domain1210/applications?include=cartridges" for 108.212.65.14 at 2015-09-08 17:31:33 -0400 (pid:12413)
> 2015-09-08 17:31:33.400 [INFO ] Processing by ApplicationsController#create as JSON (pid:12413)
> 2015-09-08 17:31:33.400 [INFO ] Parameters: {"name"=>"nanfusecoursetest2", "cartridges"=>[{"name"=>"fuse-1.0.0"}], "include"=>"cartridges", "domain_id"=>"domain1210"} (pid:12413)
> 2015-09-08 17:34:33.950 [INFO ] Started GET "/broker/rest/domain/domain1210" for 108.212.65.14 at 2015-09-08 17:34:33 -0400 (pid:12439)
> 2015-09-08 17:34:33.966 [INFO ] Processing by DomainsController#show as JSON (pid:12439)
> 2015-09-08 17:34:33.966 [INFO ] Parameters: {"id"=>"domain1210"} (pid:12439)
> 2015-09-08 17:34:33.999 [INFO ] Completed 200 OK in 32ms (Views: 6.8ms) (pid:12439)
> This one was generated by the broker web console:
> 2015-09-08 17:22:34.777 [INFO ] Started POST "/broker/rest/domain/domain1210/applications.json" for 127.0.0.1 at 2015-09-08 17:22:34 -0400 (pid:12413)
> 2015-09-08 17:22:34.783 [INFO ] Processing by ApplicationsController#create as JSON (pid:12413)
> 2015-09-08 17:22:34.783 [INFO ] Parameters: {"cartridges"=>["fuse-1.0.0"], "domain_id"=>"domain1210", "gear_profile"=>"fuse_medium", "initial_git_branch"=>"", "initial_git_url"=>"", "name"=>"nanfusecoursetest1"} (pid:12413)
> 2015-09-08 17:24:53.751 [INFO ] Completed 201 Created in 138967ms (Views: 10.9ms) (pid:12413)
> 2015-09-08 17:24:56.599 [INFO ] Started GET "/broker/rest/application/55ef519a7577e6d79a000027.json" for 127.0.0.1 at 2015-09-08 17:24:56 -0400 (pid:12413)
> 2015-09-08 17:24:56.609 [INFO ] Processing by ApplicationsController#show as JSON (pid:12413)
> 2015-09-08 17:24:56.612 [INFO ] Parameters: {"id"=>"55ef519a7577e6d79a000027"} (pid:12413)
> 2015-09-08 17:24:56.679 [INFO ] Completed 200 OK in 66ms (Views: 2.3ms) (pid:12413)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22247) Reorganize context menus of OpenShift Resources in properties view
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22247?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich updated JBIDE-22247:
------------------------------------------
Fix Version/s: 4.4.0.Alpha3
(was: 4.4.x)
> Reorganize context menus of OpenShift Resources in properties view
> ------------------------------------------------------------------
>
> Key: JBIDE-22247
> URL: https://issues.jboss.org/browse/JBIDE-22247
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Labels: openshift_v3, properties, ux
> Fix For: 4.4.0.Alpha3
>
> Attachments: bc_cm.png, build_cm.png, dc_cm.png, pod_cm.png, rc_cm.png, route_cm.png, service_cm.png
>
>
> Context menus of OpenShift resources in Properties view are quite messy. It could be ordered better. For reference check Eclipse guidelines on context menus of objects in views https://wiki.eclipse.org/User_Interface_Guidelines#Context_Menus_2
> See screenshots of context menus
> *Build config*
> !bc_cm.png!
> *Build*
> !build_cm.png!
> *Deployment Config*
> !dc_cm.png!
> *Pod*
> !pod_cm.png!
> *Service*
> !service_cm.png!
> *Route*
> !route_cm.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-19971) OSE v2 prompts user to enter kerberos credentials from command line while importing an application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19971?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-19971:
------------------------------------------
fixVersion LATER since we wont do any enhancement (but at most critical bug fixes) in v2.
> OSE v2 prompts user to enter kerberos credentials from command line while importing an application
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19971
> URL: https://issues.jboss.org/browse/JBIDE-19971
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, upstream
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Priority: Blocker
> Labels: openshift_v2
> Fix For: LATER
>
> Attachments: authorized.png, creds_prompt.png, jstack.txt, krb5-auth-method-is-1st.png
>
>
> Right on the importing a new OpenShift application from OpenShift Enterprise v2 server (used internal ITOS instance) the importing job in IDE is hanging. After exploration I found out that it's caused because there is a prompt to enter credentials from terminal (the same one where I run IDE by running ./jbdevstudio. It is really annoying bcs such prompt is on every import of any application. Even the kerberos ticket has been established, the prompt is there.
> Prompt from CLI looks like:
> Kerberos username [mlabuda]:
> Kerberos password for mlabuda:
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-19971) OSE v2 prompts user to enter kerberos credentials from command line while importing an application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19971?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-19971:
----------------------------------------
Assignee: (was: Andre Dietisheim)
> OSE v2 prompts user to enter kerberos credentials from command line while importing an application
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19971
> URL: https://issues.jboss.org/browse/JBIDE-19971
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, upstream
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Priority: Blocker
> Labels: openshift_v2
> Fix For: 4.4.x
>
> Attachments: authorized.png, creds_prompt.png, jstack.txt, krb5-auth-method-is-1st.png
>
>
> Right on the importing a new OpenShift application from OpenShift Enterprise v2 server (used internal ITOS instance) the importing job in IDE is hanging. After exploration I found out that it's caused because there is a prompt to enter credentials from terminal (the same one where I run IDE by running ./jbdevstudio. It is really annoying bcs such prompt is on every import of any application. Even the kerberos ticket has been established, the prompt is there.
> Prompt from CLI looks like:
> Kerberos username [mlabuda]:
> Kerberos password for mlabuda:
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-19971) OSE v2 prompts user to enter kerberos credentials from command line while importing an application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19971?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-19971:
-------------------------------------
Fix Version/s: LATER
(was: 4.4.x)
> OSE v2 prompts user to enter kerberos credentials from command line while importing an application
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19971
> URL: https://issues.jboss.org/browse/JBIDE-19971
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, upstream
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Priority: Blocker
> Labels: openshift_v2
> Fix For: LATER
>
> Attachments: authorized.png, creds_prompt.png, jstack.txt, krb5-auth-method-is-1st.png
>
>
> Right on the importing a new OpenShift application from OpenShift Enterprise v2 server (used internal ITOS instance) the importing job in IDE is hanging. After exploration I found out that it's caused because there is a prompt to enter credentials from terminal (the same one where I run IDE by running ./jbdevstudio. It is really annoying bcs such prompt is on every import of any application. Even the kerberos ticket has been established, the prompt is there.
> Prompt from CLI looks like:
> Kerberos username [mlabuda]:
> Kerberos password for mlabuda:
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months