mirror of https://github.com/ceph/ceph-ansible.git
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
parent
84276f2fe3
commit
09ccf22052
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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' }}"
|
||||
|
|
Loading…
Reference in New Issue