Created
October 7, 2009 10:03
-
-
Save thommay/203931 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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