Skip to content

Instantly share code, notes, and snippets.

@dmsimard

dmsimard/nl.yml Secret

Created March 15, 2018 02:25
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 dmsimard/e884b749f07c64a177078fadb8b4f8b6 to your computer and use it in GitHub Desktop.
Save dmsimard/e884b749f07c64a177078fadb8b4f8b6 to your computer and use it in GitHub Desktop.
providers:
- name: onprem-cloud
region-name: RegionOne
cloud: onprem
boot-timeout: 120
launch-timeout: 600
rate: 0.001
diskimages:
- name: centos-7
config-drive: true
pools:
- name: main
max-servers: 10
labels:
- name: centos-7
min-ram: 8192
flavor-name: 'm1.large'
diskimage: centos-7
key-name: infra-root-keys
priority: 1
- name: rax-iad
region-name: 'IAD'
cloud: rax
boot-timeout: 120
launch-timeout: 600
rate: 0.001
diskimages:
- name: centos-7
config-drive: true
pools:
- name: main
max-servers: 145
labels:
- name: centos-7
min-ram: 8192
flavor-name: 'Performance'
diskimage: centos-7
key-name: infra-root-keys
priority: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment