Last active
August 29, 2015 14:07
-
-
Save jruels/2ab2380d21bd96eac399 to your computer and use it in GitHub Desktop.
cinder AZ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "598484-CinderTier1-10-syd.syd.local", | |
| "chef_environment": "rpcs", | |
| "default_attributes": { | |
| }, | |
| "override_attributes": { | |
| "cinder": { | |
| "config":{ | |
| "storage_availability_zone": "Tier1" | |
| } | |
| } | |
| }, | |
| "normal": { | |
| "tags": [ | |
| ], | |
| "openssh": { | |
| "server": { | |
| "print_motd": "no" | |
| } | |
| } | |
| }, | |
| "run_list": [ | |
| "role[cinder-volume]", | |
| "role[rpc-support]" | |
| ] | |
| } |
JCallicoat
commented
Oct 20, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment