-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22418/
-----------------------------------------------------------
Review request for Ambari and Aleksandr Kovalenko.
Bugs: AMBARI-6068
https://issues.apache.org/jira/browse/AMBARI-6068
Repository: ambari
Description
-------
There are two hadoop stack endpoint
http://localhost:8080/api/v1/stacks
and
http://localhost:8080/api/v1/stacks2
Amabri web client uses stacks2 endpoint. Much of the work done in Ambari-1.6.0
for blueprint support is committed for stacks endpoint and it's not supported
by stacks2 API.
Stacks2 API is deprecated
Ambari web client should also use stacks endpoint for consistency
Diffs
-----
ambari-web/app/app.js 3d88541
ambari-web/app/controllers/global/cluster_controller.js a9368b4
ambari-web/app/controllers/main/service.js 05884ac
ambari-web/app/controllers/wizard.js 34e9587
ambari-web/app/controllers/wizard/step8_controller.js 46367d4
ambari-web/app/utils/ajax/ajax.js eedc4f6
ambari-web/app/utils/config.js 3e885e9
ambari-web/test/views/wizard/controls_view_test.js bfec1e2
Diff: https://reviews.apache.org/r/22418/diff/
Testing
-------
Thanks,
Andrii Tkach