]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: do not use dev repo
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 3 Aug 2022 05:35:51 +0000 (07:35 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 3 Aug 2022 17:59:10 +0000 (19:59 +0200)
cephadm-adopt is using dev repositories where it should use
community ones.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/functional/add-mgrs/group_vars/all
tests/functional/add-mons/group_vars/all
tests/functional/lvm-auto-discovery/container/group_vars/all
tests/functional/shrink_mgr/group_vars/all
tests/functional/shrink_rgw/group_vars/all
tests/functional/subset_update/group_vars/all

index fb9bde0f09e17f9a557152fe547baaaceb0efd8a..f9fe36762b9e216dd398e8ab201d788950e2372b 100644 (file)
@@ -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"
index 7988877c047c719588771d4bb8d91c3a38db67af..5ac44e7bbb5457eddcaa371a7e0c14202c5cf08a 100644 (file)
@@ -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"
index fbbd47665a2b34960222483037ad7f5f154ec2ad..b46b488b9ef96bbcf250a5a34d5332c68cbccef8 100644 (file)
@@ -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"
index bc72091a19184df16dd0b1912fbc21c0776c21ca..83913110db31b70df984c44a83771e69a233e87c 100644 (file)
@@ -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
index f67e9215405d507afc103cd5b254600df4aebd96..e2a45402f22ed9caf120aa2daeed3188cebf8b83 100644 (file)
@@ -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_facts['distribution'] == 'CentOS' else 'ens6' }}"
index 283523c7a9cec78f9cb984dbc8ad4d5022613d48..a107e33d25b39c6f4f5618a164457bae5fbf3141 100644 (file)
@@ -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' }}"