Skip to content

Instantly share code, notes, and snippets.

@a1git
Created January 13, 2021 19:10
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 a1git/a401cdf68b760f2495be0ae0fc0acaa3 to your computer and use it in GitHub Desktop.
Save a1git/a401cdf68b760f2495be0ae0fc0acaa3 to your computer and use it in GitHub Desktop.
_infrastructure_hosts: &infrastructure_hosts
c1:
ip: 172.29.236.11
c2:
ip: 172.29.236.12
c3:
ip: 172.29.236.13
# nova hypervisors
compute_hosts: &compute_hosts
h1:
ip: 172.29.236.101
h2:
ip: 172.29.236.102
host_vars:
nova_libvirt_images_rbd_pool: vms
h3:
ip: 172.29.236.103
host_vars:
nova_libvirt_images_rbd_pool: vms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment