Skip to content

Instantly share code, notes, and snippets.

@double-z
Created November 21, 2014 05:20
Show Gist options
  • Save double-z/e65efcfe9a03340a1e82 to your computer and use it in GitHub Desktop.
Save double-z/e65efcfe9a03340a1e82 to your computer and use it in GitHub Desktop.
registry-entry-via-register-machine-resource-with-retrieve-specs-options.json
cat registry/192-168-33-23.json
{
"id": "192-168-33-23",
"status": "available",
"registry_options": {
"ip_address": "192.168.33.23",
"machine_types": [
"rails_server"
],
"mac_address": "08:00:27:fb:6a:18",
"subnet": "255.255.255.0",
"memory": "239",
"cpu_count": "1"
},
"machine_options": {
"transport_options": {
"ip_address": "192.168.33.23",
"ssh_options": {
"user": "vagrant",
"password": "vagrant",
"keys": [
"/home/zz/.vagrant/insecure_private_key"
]
},
"username": "vagrant"
}
},
"location": {
"registry_machine_path": "/home/zz/metal/chef-metal/docs/examples/registry/192-168-33-23.json"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment