Skip to content

Instantly share code, notes, and snippets.

@thommay
Created October 7, 2009 10:03
Show Gist options
  • Select an option

  • Save thommay/203931 to your computer and use it in GitHub Desktop.

Select an option

Save thommay/203931 to your computer and use it in GitHub Desktop.
Infrastructures (I hate this name):
* Production
* Cluster 1
- a
x whiskey
x tango
x foxtrot
* Cluster 2
- b
* Staging
* Staging Cluster 1
* denotes infrastructure, - denotes Node, x denotes Role
So node "a" would inherit default settings from "Production", then "Cluster 1" would override "Production" as necessary, then node specific settings, then "tango" would be merged onto "whiskey", and the results of that would be merged onto node "a" along with "foxtrot".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment