From a305dc79a9e71cce3474ee1c098eea29dfa947ca Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 20 Mar 2024 15:51:48 +0100 Subject: [PATCH] tests: set ceph_repository: community dev_setup.yml playbook takes care of changing prior to running tests. Signed-off-by: Guillaume Abrioux --- tests/functional/add-mgrs/group_vars/all | 4 ++-- tests/functional/add-mons/group_vars/all | 4 ++-- tests/functional/all_daemons/group_vars/all | 2 +- tests/functional/all_daemons_ipv6/group_vars/all | 2 +- tests/functional/lvm-auto-discovery/container/group_vars/all | 4 ++-- tests/functional/shrink_mgr/group_vars/all | 4 ++-- tests/functional/shrink_rgw/group_vars/all | 2 +- tests/functional/subset_update/group_vars/all | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/functional/add-mgrs/group_vars/all b/tests/functional/add-mgrs/group_vars/all index b83a59ac1..b48fc6bac 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" @@ -23,4 +23,4 @@ ceph_conf_overrides: mon_allow_pool_size_one: true mon_warn_on_pool_no_redundancy: false osd_pool_default_size: 1 -dashboard_enabled: False \ No newline at end of file +dashboard_enabled: False diff --git a/tests/functional/add-mons/group_vars/all b/tests/functional/add-mons/group_vars/all index ca9925379..77e5d0a1c 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" @@ -23,4 +23,4 @@ ceph_conf_overrides: mon_allow_pool_size_one: true mon_warn_on_pool_no_redundancy: false osd_pool_default_size: 1 -dashboard_enabled: False \ No newline at end of file +dashboard_enabled: False diff --git a/tests/functional/all_daemons/group_vars/all b/tests/functional/all_daemons/group_vars/all index f11618ce9..ea16dacb8 100644 --- a/tests/functional/all_daemons/group_vars/all +++ b/tests/functional/all_daemons/group_vars/all @@ -1,6 +1,6 @@ --- ceph_origin: repository -ceph_repository: dev +ceph_repository: community public_network: "192.168.110.0/24" cluster_network: "192.168.220.0/24" radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}" diff --git a/tests/functional/all_daemons_ipv6/group_vars/all b/tests/functional/all_daemons_ipv6/group_vars/all index ab16bb789..1748266d1 100644 --- a/tests/functional/all_daemons_ipv6/group_vars/all +++ b/tests/functional/all_daemons_ipv6/group_vars/all @@ -1,6 +1,6 @@ --- ceph_origin: repository -ceph_repository: dev +ceph_repository: community ip_version: ipv6 public_network: "fdec:f1fb:29cd:6940::/64" cluster_network: "fdec:f1fb:29cd:7120::/64" diff --git a/tests/functional/lvm-auto-discovery/container/group_vars/all b/tests/functional/lvm-auto-discovery/container/group_vars/all index b352cab0e..eaa4a7844 100644 --- a/tests/functional/lvm-auto-discovery/container/group_vars/all +++ b/tests/functional/lvm-auto-discovery/container/group_vars/all @@ -6,7 +6,7 @@ docker: True containerized_deployment: True ceph_origin: repository -ceph_repository: dev +ceph_repository: community cluster: ceph public_network: "192.168.39.0/24" cluster_network: "192.168.40.0/24" @@ -28,4 +28,4 @@ handler_health_mon_check_delay: 10 handler_health_osd_check_delay: 10 ceph_docker_registry: quay.io ceph_docker_image: ceph/daemon-base -ceph_docker_image_tag: latest-main \ No newline at end of file +ceph_docker_image_tag: latest-main diff --git a/tests/functional/shrink_mgr/group_vars/all b/tests/functional/shrink_mgr/group_vars/all index 9374675e2..05bd9ff2d 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" radosgw_interface: eth1 @@ -9,4 +9,4 @@ ceph_conf_overrides: mon_allow_pool_size_one: true mon_warn_on_pool_no_redundancy: false osd_pool_default_size: 1 -dashboard_enabled: False \ No newline at end of file +dashboard_enabled: False diff --git a/tests/functional/shrink_rgw/group_vars/all b/tests/functional/shrink_rgw/group_vars/all index 26bfeb7d1..bc1e28695 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" radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}" diff --git a/tests/functional/subset_update/group_vars/all b/tests/functional/subset_update/group_vars/all index e1bf727f3..4161ddea3 100644 --- a/tests/functional/subset_update/group_vars/all +++ b/tests/functional/subset_update/group_vars/all @@ -1,6 +1,6 @@ --- ceph_origin: repository -ceph_repository: dev +ceph_repository: community public_network: "192.168.3.0/24" cluster_network: "192.168.4.0/24" radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"