Skip to content
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

Open
abajwa-hw opened this issue Mar 5, 2015 · 3 comments
Open

Test automation of stack modifications & views. #1

abajwa-hw opened this issue Mar 5, 2015 · 3 comments
Assignees

Comments

@abajwa-hw
Copy link
Owner

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?

@abajwa-hw abajwa-hw assigned abajwa-hw and unassigned abajwa-hw Mar 5, 2015
@seanorama
Copy link
Contributor

@abajwa-hw - It appears that blueprint exports do not capture anything about Ambari Views.

Determined that by:

  1. Adding the blueprint view to your SE Cloud cluster
  2. Checking the blueprint export: http://172.24.0.184:8080/api/v1/clusters/hdp?format=blueprint

Now to check a custom service

@seanorama
Copy link
Contributor

@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": [
...
  {
    "vnc-config": {
      "install.eclipse": "true",
      "install.intellij": "true",
      "install.mvn": "true",
      "vnc.geometry": "1400x860"
    }
  }
...
  "host_groups": [
    {
      "name": "host_group_1",
      "configurations": [],
      "components": [
 ...
        {
          "name": "VNC_MASTER"
        },
...

@abajwa-hw
Copy link
Owner Author

@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": [
...
{
"vnc-config": {
"install.eclipse": "true",
"install.intellij": "true",
"install.mvn": "true",
"vnc.geometry": "1400x860"
}
}
...

"host_groups": [
{
"name": "host_group_1",
"configurations": [],
"components": [
...
{
"name": "VNC_MASTER"
},
...


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-78323866.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants