Skip to content

Instantly share code, notes, and snippets.

@Starblade42
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Starblade42/a23df5e0e7334b2af965 to your computer and use it in GitHub Desktop.
Save Starblade42/a23df5e0e7334b2af965 to your computer and use it in GitHub Desktop.
salt-cloud: Adding a private network to Rackspace.conf
rackspace:
networks:
- fixed:
# This is the "hosting" network I created to allow my hosts to talk to each other locally
# Only refers to the "hosting" network for my machines located in ORD.
- blahblah1-thing-1234-83d2-73150ed56961
# This is Rackspace's "PublicNet"
- 00000000-0000-0000-0000-000000000000
# This is Rackspace's "ServiceNet"
- 11111111-1111-1111-1111-111111111111
#You can get the network ID when you go to your networks in rackspace and look at the info for them.
# Networking --> Networking --> Hover over the gear icon for the network you want to add. The "ID" specified there is what you use.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment