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

AMBARI-23383. Fixes the following : 1. Add STACK_NAME and STACK_VERSION to clusterLevelParams and (2). On agent side, reads stackName from clusterlevelParams. #809

Conversation

swapanshridhar
Copy link
Contributor

What changes were proposed in this pull request?

AMBARI-23383. Fixes the following : 1. Add STACK_NAME and STACK_VERSION to clusterLevelParams and (2). On agent side, reads stackName from clusterlevelParams.

How was this patch tested?

Tested on live cluster.

…ON to clusterLevelParams and (2). On agent side, reads stackName from clusterlevelParams.
@asfgit
Copy link

asfgit commented Mar 28, 2018

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/Ambari-Github-PullRequest-Builder/1445/
Test FAILed.
Test FAILured.

@@ -116,7 +116,7 @@ def is_secure_port(port):
component_type = config_helper.get_component_type(config)
component_instance_name = config_helper.get_component_instance_name(config)

stack_name = default("/hostLevelParams/stack_name", None)
stack_name = default("/clusterLevelParams/stack_name", None)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will go away after Scott's changes.

@jayush jayush merged commit edeba4e into apache:branch-feature-AMBARI-14714 Mar 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants