Skip to content

Instantly share code, notes, and snippets.

@jruels
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save jruels/2ab2380d21bd96eac399 to your computer and use it in GitHub Desktop.

Select an option

Save jruels/2ab2380d21bd96eac399 to your computer and use it in GitHub Desktop.
cinder AZ
{
"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

Copy link
Copy Markdown
{
  "name": "598484-CinderTier1-10-syd.syd.local",
  "chef_environment": "rpcs",
  "default_attributes": {
    "cinder": {
      "config":{
        "storage_availability_zone": "Tier1"
      }
    }
  },
  "override_attributes": {
  },
  "normal": {
    "tags": [

    ],
    "openssh": {
      "server": {
        "print_motd": "no"
      }
    }
  },
  "run_list": [
    "role[cinder-volume]",
    "role[rpc-support]"
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment