tests: use community repository

We don't need to use dev repository on stable branches.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/4910/head v4.0.7
Dimitri Savineau 2020-01-09 15:24:17 -05:00 committed by Guillaume Abrioux
parent 84276f2fe3
commit 09ccf22052
4 changed files with 4 additions and 4 deletions

View 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"

View 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"

View 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

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