From d0edc173d8cd237c994ca555273e980b1a309fe4 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 6 Sep 2018 15:19:01 -0400 Subject: [PATCH] ceph-volume lvm.batch use 'ceph' as the cluster name with filestore Custom cluster names are currently broken on ceph-volume, should get addressed with http://tracker.ceph.com/issues/27210 which is out of scope for these changes Signed-off-by: Alfredo Deza (cherry picked from commit c1481799a254eceb05258313aafd532e062ea0bc) --- .../batch/centos7/filestore/mixed-type-dmcrypt/group_vars/all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 46480e84280f..bf3c6e5e7470 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: test +cluster: ceph public_network: "192.168.3.0/24" cluster_network: "192.168.4.0/24" monitor_interface: eth1 -- 2.47.3