-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test automation of stack modifications & views. #1
Comments
@abajwa-hw - It appears that blueprint exports do not capture anything about Ambari Views. Determined that by:
Now to check a custom service |
@abajwa-hw - Since Stacks are part of the management/operations pieces of Ambari, custom Stacks do come through in the blueprint export. Output below is from http://172.24.0.184:8080/api/v1/clusters/hdp?format=blueprint
|
@seanorama - Thanks! this is useful info On Mar 11, 2015, at 11:01 AM, Sean Roberts <[email protected]mailto:[email protected]> wrote: @abajwa-hwhttps://github.com/abajwa-hw - Since Stacks are part of the management/operations pieces of Ambari, custom Stacks do come through in the blueprint export. Output below is from http://172.24.0.184:8080/api/v1/clusters/hdp?format=blueprint "configurations": [ "host_groups": [ — |
Pre-req:
have a cluster up where custom services and views are installed
Test case:
export out the blueprint and then install fresh cluster using that blueprint. Do the services/views work as they did in the original cluster?
The text was updated successfully, but these errors were encountered: