]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: use community repository v4.0.7
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 9 Jan 2020 20:24:17 +0000 (15:24 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 9 Jan 2020 20:39:23 +0000 (21:39 +0100)
We don't need to use dev repository on stable branches.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
tests/functional/add-mgrs/group_vars/all
tests/functional/add-mons/group_vars/all
tests/functional/shrink_mgr/group_vars/all
tests/functional/shrink_rgw/group_vars/all

index 62f4bd40adc9e196947f7fd37ce718356e0f0da1..3cb022550e4678a3f3b731d658b8d31c0fa774e3 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 410a60c2b10a80d1a203f4169b24c797bca83203..707c685e1adf06f17b07e5ab2b43d73eb62181ee 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 125a749eec0c014f3ba11d4eecc0966f9bb0e5be..cc2b84026b777b410a03f8193eaed710e2f2cd1f 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 f4a27d45df2618fe4ab8d3972382525d5b19bc62..406a0cf1c0d34c5baf311c09a551b50995d30ce3 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_distribution == 'CentOS' else 'ens6' }}"