Skip to content

Instantly share code, notes, and snippets.

@just-wow
Created February 14, 2013 13:57
Show Gist options
  • Save just-wow/4953000 to your computer and use it in GitHub Desktop.
Save just-wow/4953000 to your computer and use it in GitHub Desktop.
---
stages:
network_provisioning: &network_provisioning
title: Network Provisioning
env: [ ENV_VAR1, ENV_VAR2 ]
shell: ip create $ENV_VAR
storage_provisioning: &storage_provisioning
title: Storage Provisioning
shell: shell command 1
env: []
vm_provisioning:
title: VM Provisioning
shell: shell command 2
env: []
environments:
env_class_1:
title: Environment Class 2
stages:
network_provisioning: *network_provisioning
storage_provisioning: *storage_provisioning
settings:
networking:
ip:
type: ip_address
title: IP Address
var: IP_ADDRESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment