From 09ccf2205287ff28cfc1348f9462da8c3de7444d Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Thu, 9 Jan 2020 15:24:17 -0500 Subject: [PATCH] tests: use community repository We don't need to use dev repository on stable branches. Signed-off-by: Dimitri Savineau --- tests/functional/add-mgrs/group_vars/all | 2 +- tests/functional/add-mons/group_vars/all | 2 +- tests/functional/shrink_mgr/group_vars/all | 2 +- tests/functional/shrink_rgw/group_vars/all | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/functional/add-mgrs/group_vars/all b/tests/functional/add-mgrs/group_vars/all index 62f4bd40a..3cb022550 100644 --- a/tests/functional/add-mgrs/group_vars/all +++ b/tests/functional/add-mgrs/group_vars/all @@ -1,6 +1,6 @@ --- ceph_origin: repository -ceph_repository: dev +ceph_repository: community cluster: ceph public_network: "192.168.73.0/24" cluster_network: "192.168.74.0/24" diff --git a/tests/functional/add-mons/group_vars/all b/tests/functional/add-mons/group_vars/all index 410a60c2b..707c685e1 100644 --- a/tests/functional/add-mons/group_vars/all +++ b/tests/functional/add-mons/group_vars/all @@ -1,6 +1,6 @@ --- ceph_origin: repository -ceph_repository: dev +ceph_repository: community cluster: ceph public_network: "192.168.53.0/24" cluster_network: "192.168.54.0/24" diff --git a/tests/functional/shrink_mgr/group_vars/all b/tests/functional/shrink_mgr/group_vars/all index 125a749ee..cc2b84026 100644 --- a/tests/functional/shrink_mgr/group_vars/all +++ b/tests/functional/shrink_mgr/group_vars/all @@ -1,6 +1,6 @@ --- ceph_origin: repository -ceph_repository: dev +ceph_repository: community public_network: "192.168.81.0/24" cluster_network: "192.168.82.0/24" monitor_interface: eth1 diff --git a/tests/functional/shrink_rgw/group_vars/all b/tests/functional/shrink_rgw/group_vars/all index f4a27d45d..406a0cf1c 100644 --- a/tests/functional/shrink_rgw/group_vars/all +++ b/tests/functional/shrink_rgw/group_vars/all @@ -1,6 +1,6 @@ --- ceph_origin: repository -ceph_repository: dev +ceph_repository: community public_network: "192.168.89.0/24" cluster_network: "192.168.90.0/24" monitor_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"