-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22855/
-----------------------------------------------------------
Review request for Ambari, Srimanth Gunturi and Yusaku Sako.
Bugs: AMBARI-6233
https://issues.apache.org/jira/browse/AMBARI-6233
Repository: ambari
Description
-------
This issue was initially noted while adding a service with NameNode HA enabled.
This reverted all NameNode HA configs in core-site.
Then it was discovered while debugging that global and core-site configs are
prepared in it's entirety from stack and applied while adding any service.
ambari-web should add new configs to core-siet and global but persist whatever
was saved for core-site and global before while adding a service.
Diffs
-----
ambari-web/app/controllers/main/admin/security/security_progress_controller.js
1fc290a
ambari-web/app/controllers/wizard/step8_controller.js ca25817
ambari-web/app/mixins.js e8a89a8
ambari-web/app/mixins/common/reConfigure.js PRE-CREATION
ambari-web/app/utils/ajax/ajax.js 0156e79
Diff: https://reviews.apache.org/r/22855/diff/
Testing
-------
tested e2e for installer, Add service and Add host wizard.
Thanks,
Jaimin Jetly