Skip to content

Instantly share code, notes, and snippets.

@MarcGrimme
Created October 17, 2013 14:19
Show Gist options
  • Save MarcGrimme/7025738 to your computer and use it in GitHub Desktop.
Save MarcGrimme/7025738 to your computer and use it in GitHub Desktop.
compute_attributes
{ "compute_attributes" => {
"guest_id"=> "rhel6_64Guest",
"cluster"=> "ATIX_Test",
"path"=> "/Datencenter/axref200/vm",
"interfaces_attributes" => {
"0" => view_context.default_nic_attributes,
"1" => view_context.default_nic_attributes,
},
"volumes_attributes"=> {
"0" => view_context.default_volume_attributes.merge(:size_gb => 10)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment