-
-
Save ryanmaclean/348f2f6c7c4d4d58ade30350625e00dc to your computer and use it in GitHub Desktop.
Netflix Frigga Naming Schema
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
ASG name = frigga.group = app-stack-detail(-options)-push | |
frigga.cluster = app-stack-detail | |
frigga.push = v<sequence) | |
options: | |
- c0<value> = countries | |
- d0<value = devPhase | |
- h0<value> = hardware | |
- p0<value> = partners | |
- r0<value = revision | |
- u0<value = used by | |
- w0<value> = read/black swap | |
- z0<value> = zone (i.e. us-east-1a) | |
Example: | |
name = cass-nccpintegration-randomjunk-c0northamerica-d0prod-h0gamesystems-p0vizio-r027-u0nccp-w0A-z0useast1a-v003 | |
group = cass-nccpintegration-randomjunk-c0northamerica-d0prod-h0gamesystems-p0vizio-r027-u0nccp-w0A-z0useast1a-v003 | |
cluster = cass-nccpintegration-randomjunk-c0northamerica-d0prod-h0gamesystems-p0vizio-r027-u0nccp-w0A-z0useast1a | |
app = cass | |
stack = nccpintegration | |
detail = randomjunk | |
push = v003 | |
sequence = 3 | |
countries = northamerica | |
devPhase = prod | |
hardware = gamesystems | |
partners = vizio | |
revision = 27 | |
usedBy = nccp | |
redBlackSwap = A | |
zone = useast1a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment