mirror of https://github.com/ceph/ceph-ansible.git
testing: use a sequence in the subnets for every vagrant_variables.yml to avoid collisions
Signed-off-by: Alfredo Deza <adeza@redhat.com>pull/1101/head
parent
f531e4d0f8
commit
b2af99f31b
|
@ -21,8 +21,8 @@ restapi: true
|
|||
ceph_install_source: stable
|
||||
|
||||
# SUBNETS TO USE FOR THE VMS
|
||||
public_subnet: 192.168.42
|
||||
cluster_subnet: 192.168.43
|
||||
public_subnet: 192.168.1
|
||||
cluster_subnet: 192.168.2
|
||||
|
||||
# MEMORY
|
||||
# set 1024 for CentOS
|
||||
|
|
|
@ -21,8 +21,8 @@ restapi: true
|
|||
ceph_install_source: stable
|
||||
|
||||
# SUBNETS TO USE FOR THE VMS
|
||||
public_subnet: 192.168.42
|
||||
cluster_subnet: 192.168.43
|
||||
public_subnet: 192.168.3
|
||||
cluster_subnet: 192.168.4
|
||||
|
||||
# MEMORY
|
||||
# set 1024 for CentOS
|
||||
|
|
|
@ -21,8 +21,8 @@ restapi: true
|
|||
ceph_install_source: stable
|
||||
|
||||
# SUBNETS TO USE FOR THE VMS
|
||||
public_subnet: 192.168.42
|
||||
cluster_subnet: 192.168.43
|
||||
public_subnet: 192.168.5
|
||||
cluster_subnet: 192.168.6
|
||||
|
||||
# MEMORY
|
||||
# set 1024 for CentOS
|
||||
|
|
|
@ -21,8 +21,8 @@ restapi: true
|
|||
ceph_install_source: stable
|
||||
|
||||
# SUBNETS TO USE FOR THE VMS
|
||||
public_subnet: 192.168.42
|
||||
cluster_subnet: 192.168.43
|
||||
public_subnet: 192.168.7
|
||||
cluster_subnet: 192.168.8
|
||||
|
||||
# MEMORY
|
||||
# set 1024 for CentOS
|
||||
|
|
|
@ -21,8 +21,8 @@ restapi: true
|
|||
ceph_install_source: stable
|
||||
|
||||
# SUBNETS TO USE FOR THE VMS
|
||||
public_subnet: 192.168.42
|
||||
cluster_subnet: 192.168.43
|
||||
public_subnet: 192.168.9
|
||||
cluster_subnet: 192.168.10
|
||||
|
||||
# MEMORY
|
||||
# set 1024 for CentOS
|
||||
|
|
Loading…
Reference in New Issue