Skip to content

Instantly share code, notes, and snippets.

@yrchen
Last active February 23, 2018 07:12
Show Gist options
  • Save yrchen/83018b3d407d37cdec0996893c23eec8 to your computer and use it in GitHub Desktop.
Save yrchen/83018b3d407d37cdec0996893c23eec8 to your computer and use it in GitHub Desktop.
"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