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
Alfredo Deza 2016-11-18 11:47:06 -05:00 committed by Andrew Schoen
parent f531e4d0f8
commit b2af99f31b
5 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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