mirror of https://github.com/ceph/ceph-ansible.git
Use same private subnet for public/cluster networks for OpenStack
parent
3cf29fd2dc
commit
22d82c024c
|
@ -17,7 +17,7 @@ client_vms: 0
|
|||
# SUBNET TO USE FOR THE VMS
|
||||
# Use whatever private subnet your Openstack VMs are given
|
||||
public_subnet: 172.17.72
|
||||
cluster_subnet: 172.17.73
|
||||
cluster_subnet: 172.17.72
|
||||
|
||||
# For Openstack VMs, the disk will depend on what you are allocated
|
||||
disks: "[ '/dev/vdb' ]"
|
||||
|
|
Loading…
Reference in New Issue