From 5f72d438da94323c0b04f261b1a60b13eaf03966 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 24 Sep 2018 12:52:50 -0400 Subject: [PATCH] ceph-volume tests/functional/batch update tests to use 'test' cluster name Signed-off-by: Alfredo Deza --- .../batch/centos7/bluestore/single-type-dmcrypt/group_vars/all | 2 +- .../batch/centos7/bluestore/single-type/group_vars/all | 2 +- .../batch/centos7/filestore/mixed-type-dmcrypt/group_vars/all | 2 +- .../batch/centos7/filestore/mixed-type/group_vars/all | 2 +- .../batch/centos7/filestore/single-type-dmcrypt/group_vars/all | 2 +- .../batch/centos7/filestore/single-type/group_vars/all | 2 +- .../batch/xenial/bluestore/single-type-dmcrypt/group_vars/all | 2 +- .../batch/xenial/bluestore/single-type/group_vars/all | 2 +- .../batch/xenial/filestore/single-type-dmcrypt/group_vars/all | 2 +- .../batch/xenial/filestore/single-type/group_vars/all | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/single-type-dmcrypt/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/single-type-dmcrypt/group_vars/all index d8e34f76c17d9..92ca5bce043d5 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/single-type-dmcrypt/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/single-type-dmcrypt/group_vars/all @@ -1,7 +1,7 @@ --- ceph_dev: True -cluster: ceph +cluster: test public_network: "192.168.3.0/24" cluster_network: "192.168.4.0/24" monitor_interface: eth1 diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/single-type/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/single-type/group_vars/all index 37514396610fb..f71c89ef3e9d2 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/single-type/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/single-type/group_vars/all @@ -1,7 +1,7 @@ --- ceph_dev: True -cluster: ceph +cluster: test public_network: "192.168.3.0/24" cluster_network: "192.168.4.0/24" monitor_interface: eth1 diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/mixed-type-dmcrypt/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/mixed-type-dmcrypt/group_vars/all index bf3c6e5e7470c..46480e84280f8 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/mixed-type-dmcrypt/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/mixed-type-dmcrypt/group_vars/all @@ -1,7 +1,7 @@ --- ceph_dev: True -cluster: ceph +cluster: test public_network: "192.168.3.0/24" cluster_network: "192.168.4.0/24" monitor_interface: eth1 diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/mixed-type/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/mixed-type/group_vars/all index dcf05b42224f0..8f5c6ed968d1a 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/mixed-type/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/mixed-type/group_vars/all @@ -1,7 +1,7 @@ --- ceph_dev: True -cluster: ceph +cluster: test public_network: "192.168.3.0/24" cluster_network: "192.168.4.0/24" monitor_interface: eth1 diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type-dmcrypt/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type-dmcrypt/group_vars/all index 5a162f928c392..719321cb455b4 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type-dmcrypt/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type-dmcrypt/group_vars/all @@ -1,7 +1,7 @@ --- ceph_dev: True -cluster: ceph +cluster: test public_network: "192.168.3.0/24" cluster_network: "192.168.4.0/24" monitor_interface: eth1 diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type/group_vars/all index 0c6198948d45f..8cf7a0c97a404 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type/group_vars/all @@ -1,7 +1,7 @@ --- ceph_dev: True -cluster: ceph +cluster: test public_network: "192.168.3.0/24" cluster_network: "192.168.4.0/24" monitor_interface: eth1 diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type-dmcrypt/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type-dmcrypt/group_vars/all index 72bbca58f0155..59151426858cc 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type-dmcrypt/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type-dmcrypt/group_vars/all @@ -2,7 +2,7 @@ dmcrypt: True ceph_dev: True -cluster: ceph +cluster: test public_network: "192.168.3.0/24" cluster_network: "192.168.4.0/24" monitor_interface: eth1 diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type/group_vars/all index 37514396610fb..f71c89ef3e9d2 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type/group_vars/all @@ -1,7 +1,7 @@ --- ceph_dev: True -cluster: ceph +cluster: test public_network: "192.168.3.0/24" cluster_network: "192.168.4.0/24" monitor_interface: eth1 diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/filestore/single-type-dmcrypt/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/filestore/single-type-dmcrypt/group_vars/all index e1c5706c08888..a4eafa104ff15 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/filestore/single-type-dmcrypt/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/filestore/single-type-dmcrypt/group_vars/all @@ -2,7 +2,7 @@ dmcrypt: True ceph_dev: True -cluster: ceph +cluster: test public_network: "192.168.3.0/24" cluster_network: "192.168.4.0/24" monitor_interface: eth1 diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/filestore/single-type/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/filestore/single-type/group_vars/all index 0c6198948d45f..8cf7a0c97a404 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/filestore/single-type/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/filestore/single-type/group_vars/all @@ -1,7 +1,7 @@ --- ceph_dev: True -cluster: ceph +cluster: test public_network: "192.168.3.0/24" cluster_network: "192.168.4.0/24" monitor_interface: eth1 -- 2.39.5