[ 
https://issues.apache.org/jira/browse/AMBARI-21437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16082586#comment-16082586
 ] 

Hudson commented on AMBARI-21437:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-branch-2.5 #1667 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/1667/])
AMBARI-21437 Allow user to execute force_remove_packages custom action (atkach: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=a42e2730e01fee9d9bdd591e3c0bea03236d1525])
* (edit) ambari-web/app/messages.js
* (edit) ambari-web/app/views/main/admin/stack_upgrade/versions_view.js
* (edit) ambari-web/app/utils/ajax/ajax.js
* (edit) ambari-web/test/views/main/admin/stack_upgrade/version_view_test.js
* (edit) ambari-web/app/templates/main/admin/stack_upgrade/versions.hbs


> Allow user to execute force_remove_packages custom action from UI
> -----------------------------------------------------------------
>
>                 Key: AMBARI-21437
>                 URL: https://issues.apache.org/jira/browse/AMBARI-21437
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-web
>    Affects Versions: 2.5.2
>            Reporter: Andrii Tkach
>            Assignee: Andrii Tkach
>            Priority: Critical
>             Fix For: 2.5.2
>
>         Attachments: AMBARI-21437.patch
>
>
> Removal of iop-select can be done using a custom action.
> Need to add a button to Stack Versions page / some other place that makes 
> sense. The action triggered should make a call like this:
> {code}
> curl -u admin:admin -H "X-Requested-By:ambari" -i -X POST -d 
> '{"RequestInfo":{"context":"Remove IOP 
> select","action":"force_remove_packages", "parameters": { "package_list" : 
> "iop-select" }}}' http://localhost:8080/api/v1/clusters/c1/requests
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to