From 016a6624a721bec4724368313a770e3cefde7b5f Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 18 Nov 2016 11:47:38 -0500 Subject: [PATCH] testing: use the same sequence in the group_vars for every test scenario Signed-off-by: Alfredo Deza --- tests/functional/centos/7/mon-osd-mds-rgw/group_vars/all | 4 ++-- tests/functional/centos/7/mon-osd/group_vars/all | 4 ++-- tests/functional/ubuntu/16.04/mon-osd-mds-rgw/group_vars/all | 4 ++-- tests/functional/ubuntu/16.04/mon-osd/group_vars/all | 4 ++-- tests/functional/ubuntu/16.04/mon/group_vars/all | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/functional/centos/7/mon-osd-mds-rgw/group_vars/all b/tests/functional/centos/7/mon-osd-mds-rgw/group_vars/all index 829d6b24f..73e37fe92 100644 --- a/tests/functional/centos/7/mon-osd-mds-rgw/group_vars/all +++ b/tests/functional/centos/7/mon-osd-mds-rgw/group_vars/all @@ -1,8 +1,8 @@ --- ceph_stable: True -public_network: "192.168.42.0/24" -cluster_network: "192.168.43.0/24" +public_network: "192.168.1.0/24" +cluster_network: "192.168.2.0/24" journal_size: 100 devices: - '/dev/sda' diff --git a/tests/functional/centos/7/mon-osd/group_vars/all b/tests/functional/centos/7/mon-osd/group_vars/all index 04b135991..335f89670 100644 --- a/tests/functional/centos/7/mon-osd/group_vars/all +++ b/tests/functional/centos/7/mon-osd/group_vars/all @@ -1,8 +1,8 @@ --- ceph_stable: True -public_network: "192.168.42.0/24" -cluster_network: "192.168.43.0/24" +public_network: "192.168.3.0/24" +cluster_network: "192.168.4.0/24" journal_size: 100 devices: - '/dev/sda' diff --git a/tests/functional/ubuntu/16.04/mon-osd-mds-rgw/group_vars/all b/tests/functional/ubuntu/16.04/mon-osd-mds-rgw/group_vars/all index 4e410c37c..da89c8993 100644 --- a/tests/functional/ubuntu/16.04/mon-osd-mds-rgw/group_vars/all +++ b/tests/functional/ubuntu/16.04/mon-osd-mds-rgw/group_vars/all @@ -1,8 +1,8 @@ --- ceph_stable: True -public_network: "192.168.42.0/24" -cluster_network: "192.168.43.0/24" +public_network: "192.168.5.0/24" +cluster_network: "192.168.6.0/24" journal_size: 100 devices: - '/dev/sdb' diff --git a/tests/functional/ubuntu/16.04/mon-osd/group_vars/all b/tests/functional/ubuntu/16.04/mon-osd/group_vars/all index b7b27a24c..64626c5bb 100644 --- a/tests/functional/ubuntu/16.04/mon-osd/group_vars/all +++ b/tests/functional/ubuntu/16.04/mon-osd/group_vars/all @@ -1,8 +1,8 @@ --- ceph_stable: True -public_network: "192.168.42.0/24" -cluster_network: "192.168.43.0/24" +public_network: "192.168.7.0/24" +cluster_network: "192.168.8.0/24" journal_size: 100 devices: - '/dev/sdb' diff --git a/tests/functional/ubuntu/16.04/mon/group_vars/all b/tests/functional/ubuntu/16.04/mon/group_vars/all index 4e410c37c..a45a73af8 100644 --- a/tests/functional/ubuntu/16.04/mon/group_vars/all +++ b/tests/functional/ubuntu/16.04/mon/group_vars/all @@ -1,8 +1,8 @@ --- ceph_stable: True -public_network: "192.168.42.0/24" -cluster_network: "192.168.43.0/24" +public_network: "192.168.9.0/24" +cluster_network: "192.168.10.0/24" journal_size: 100 devices: - '/dev/sdb'