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' }}"