You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Matt <mi...@gmail.com> on 2016/03/02 04:19:43 UTC

Review Request 44253: Add a "Add" button to Repo management UI.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44253/
-----------------------------------------------------------

Review request for Ambari and Alexandr Antonenko.


Bugs: AMBARI-13216
    https://issues.apache.org/jira/browse/AMBARI-13216


Repository: ambari


Description
-------

This patch adds a UI button to the Ambari Admin view which allows users to Add a repository to an stack which is already installed on the cluster.

Steps to follow to add a new repository to the stack:
- Add the new repository to HDP/x.y/repos/repoinfo.xml
- Check if the new repository is available at the REST endpoint. Eg: http://c6401.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.4/operating_systems/redhat6/repositories
- Go to Ambari Admin UI and add the repository.

Screenshots will be attached soon.


Diffs
-----

  ambari-admin/src/main/resources/ui/admin-web/app/index.html fe049ac 
  ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/stackVersions/StackVersionsCreateCtrl.js 97a7696 
  ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/stackVersions/StackVersionsEditCtrl.js dcd79df 
  ambari-admin/src/main/resources/ui/admin-web/app/scripts/services/AddRepositoryModal.js PRE-CREATION 
  ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css ff963ee 
  ambari-admin/src/main/resources/ui/admin-web/app/views/modals/AddRepositoryModal.html PRE-CREATION 
  ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/stackVersionPage.html 0c6ca84 

Diff: https://reviews.apache.org/r/44253/diff/


Testing
-------

Manually Tested.


Thanks,

Matt


Re: Review Request 44253: Add a "Add" button to Repo management UI.

Posted by Matt <mi...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44253/
-----------------------------------------------------------

(Updated March 1, 2016, 7:26 p.m.)


Review request for Ambari and Alexandr Antonenko.


Changes
-------

Add Screenshots


Bugs: AMBARI-13216
    https://issues.apache.org/jira/browse/AMBARI-13216


Repository: ambari


Description (updated)
-------

This patch adds a UI button to the Ambari Admin view which allows users to Add a repository to an stack which is already installed on the cluster.

Steps to follow to add a new repository to the stack:
- Add the new repository to HDP/x.y/repos/repoinfo.xml
- Check if the new repository is available at the REST endpoint. Eg: http://c6401.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.4/operating_systems/redhat6/repositories
- Go to Ambari Admin UI and add the repository.

**Screenshots:**


![Image 1](https://issues.apache.org/jira/secure/attachment/12790852/screenshot-1.png)


![Image 2](https://issues.apache.org/jira/secure/attachment/12790854/screenshot-2.png)


Diffs
-----

  ambari-admin/src/main/resources/ui/admin-web/app/index.html fe049ac 
  ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/stackVersions/StackVersionsCreateCtrl.js 97a7696 
  ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/stackVersions/StackVersionsEditCtrl.js dcd79df 
  ambari-admin/src/main/resources/ui/admin-web/app/scripts/services/AddRepositoryModal.js PRE-CREATION 
  ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css ff963ee 
  ambari-admin/src/main/resources/ui/admin-web/app/views/modals/AddRepositoryModal.html PRE-CREATION 
  ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/stackVersionPage.html 0c6ca84 

Diff: https://reviews.apache.org/r/44253/diff/


Testing
-------

Manually Tested.


Thanks,

Matt