Skip to content

Instantly share code, notes, and snippets.

@derek-pappas
Created May 13, 2016 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derek-pappas/6784ad0c2aa709a0e9284d427741f0ad to your computer and use it in GitHub Desktop.
Save derek-pappas/6784ad0c2aa709a0e9284d427741f0ad to your computer and use it in GitHub Desktop.
{
"configurationId": "Hetzner HDP Cluster",
"servers": [
{
"name": "hmaster",
"box": "centos/7",
"ram": 512,
"vcpu": 1,
"ip_addr": "192.168.100.101",
"rootPassWord": "abc123"
},
{
"name": "hslave0",
"box": "centos/7",
"ram": 512,
"vcpu": 1,
"ip_addr": "192.168.100.102",
"rootPassWord": "abc123"
},
{
"name": "hslave1",
"box": "centos/7",
"ram": 512,
"vcpu": 1,
"ip_addr": "192.168.100.103",
"rootPassWord": "abc123"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment