Skip to content

Instantly share code, notes, and snippets.

@Joseph-R
Created October 27, 2015 19:06
Show Gist options
  • Save Joseph-R/a5c75ff6516b36ea36d2 to your computer and use it in GitHub Desktop.
Save Joseph-R/a5c75ff6516b36ea36d2 to your computer and use it in GitHub Desktop.
cluster_creation_template.json
{
"blueprint" : "single-node-blueprint-v1",
"default_password" : "tw0ch1cks@th3s@m3t1m3",
"host_groups" :[
{
"name" : "host_group_1",
"hosts" : [
{
"fqdn" : "localhost.localdomain"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment