Skip to content

Instantly share code, notes, and snippets.

@a1git
Created January 13, 2021 19:10
_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