Created
November 15, 2016 17:29
-
-
Save jaraco/bff4a7fe15dcc389ca0626d16eb1d83f to your computer and use it in GitHub Desktop.
stacks config
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
stackato@stackato-r6sc:~$ cat /s/code/cloud_controller_ng/config/stacks.yml | |
# lucid64 stack is just a default stack that was made | |
# in the create_stacks_table migration | |
default: "alsek" | |
stacks: | |
- name: "alsek" | |
description: "Stackato Alsek Stack" | |
- name: "cflinuxfs2" | |
description: "CF Linux FS2 Stack" | |
- name: "trusty" | |
description: "YouGov Trusty" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment