Skip to content

Instantly share code, notes, and snippets.

@tamirko
Last active January 1, 2016 10:29
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 tamirko/8132125 to your computer and use it in GitHub Desktop.
Save tamirko/8132125 to your computer and use it in GitHub Desktop.
cloud Network
cloudNetwork {
// Details of the management network, which is shared among all instances of the Cloudify Cluster.
management {
networkConfiguration {
name "Cloudify-Management-Network"
subnets ([
subnet {
name "Cloudify-Management-Subnet"
range "177.86.0.0/24"
options ([ "gateway" : "177.86.0.111" ])
}
])
custom ([ "associateFloatingIpOnBootstrap" : "true" ])
}
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment