Skip to content

Instantly share code, notes, and snippets.

@itayw
Created July 21, 2014 08:11
Show Gist options
  • Save itayw/ce9b4252b3b51ccf9956 to your computer and use it in GitHub Desktop.
Save itayw/ce9b4252b3b51ccf9956 to your computer and use it in GitHub Desktop.
var qitem = {
"name": "Delete an Application [" + name + "]",
"status": "pending",
"steps": [
{
"name": "Step 1: Destroy VM [" + name + "]",
"recipe": "vm/gce_destroyinstance",
"allowFail": true,
"args": {
"datacenter": datacenter,
"name": name
}
},
{
"name": "Step 2: Destroy Chef Node and Client [" + name + "]",
"recipe": "chef/destroy",
"args": {
"name": name
}
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment