Last active
February 23, 2018 07:12
-
-
Save yrchen/83018b3d407d37cdec0996893c23eec8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"configurations" : [ | |
{ | |
"configuration-type" : { | |
"property-name" : "property-value", | |
"property-name2" : "property-value" | |
} | |
}, | |
{ | |
"configuration-type2" : { | |
"property-name" : "property-value" | |
} | |
} | |
], | |
"host_groups" : [ | |
{ | |
"name" : "host-group-name", | |
"components" : [ | |
{ | |
"name" : "component-name" | |
}, | |
{ | |
"name" : "component-name2" | |
} | |
], | |
"configurations" : [ | |
{ | |
"configuration-type" : { | |
"property-name" : "property-value" | |
} | |
} | |
], | |
"cardinality" : "1" | |
} | |
], | |
"Blueprints" : { | |
"stack_name" : "HDP", | |
"stack_version" : "2.6.4" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment