-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51048/
-----------------------------------------------------------
Review request for Ambari and Tim Thorpe.
Bugs: AMBARI-18141
https://issues.apache.org/jira/browse/AMBARI-18141
Repository: ambari
Description
-------
This jira proposes a read-only view of the blueprint used by the current
cluster so that if user wants to deploy a cluster with the same (or similar)
configurations, they can save the blueprint directly from the Ambari admin view
UI instead of issuing rest api calls via command line.
Diffs
-----
ambari-admin/src/main/resources/ui/admin-web/app/index.html d603f28
ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/clusters/ExportBlueprintCtrl.js
PRE-CREATION
ambari-admin/src/main/resources/ui/admin-web/app/scripts/i18n.config.js
348ae3d
ambari-admin/src/main/resources/ui/admin-web/app/scripts/routes.js 8c926ec
ambari-admin/src/main/resources/ui/admin-web/app/scripts/services/Cluster.js
36baeb5
ambari-admin/src/main/resources/ui/admin-web/app/views/clusters/exportBlueprint.html
PRE-CREATION
ambari-admin/src/main/resources/ui/admin-web/app/views/leftNavbar.html
f7d0215
Diff: https://reviews.apache.org/r/51048/diff/
Testing
-------
1 existing unit test
2. manually patch a trunk cluster with the change and see I can view the
blueprint and download it
Thanks,
Di Li