Skip to content

Instantly share code, notes, and snippets.

@craigtracey
Created January 8, 2014 20:50
Show Gist options
  • Save craigtracey/8324407 to your computer and use it in GitHub Desktop.
Save craigtracey/8324407 to your computer and use it in GitHub Desktop.
chef.json = {
:mysql => {
:server_debian_password => "password",
:server_root_password => "password",
:server_repl_password => "password"
},
:openstack => {
:developer_mode => true,
:memcached_servers => [],
:endpoints => {
:'identity-api' => {
:host => "10.2.2.100"
},
:'identity-admin' => {
:host => "10.2.2.100"
}
},
:identity => {
:bind_interface => "eth1",
:admin_user => {
:password => "password"
}
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment