mirror of https://github.com/ceph/ceph-ansible.git
tests: set ceph_repository: community
dev_setup.yml playbook takes care of changing prior to running tests. Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>pull/7532/head
parent
0f341cc68b
commit
a305dc79a9
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
ceph_origin: repository
|
ceph_origin: repository
|
||||||
ceph_repository: dev
|
ceph_repository: community
|
||||||
cluster: ceph
|
cluster: ceph
|
||||||
public_network: "192.168.73.0/24"
|
public_network: "192.168.73.0/24"
|
||||||
cluster_network: "192.168.74.0/24"
|
cluster_network: "192.168.74.0/24"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
ceph_origin: repository
|
ceph_origin: repository
|
||||||
ceph_repository: dev
|
ceph_repository: community
|
||||||
cluster: ceph
|
cluster: ceph
|
||||||
public_network: "192.168.53.0/24"
|
public_network: "192.168.53.0/24"
|
||||||
cluster_network: "192.168.54.0/24"
|
cluster_network: "192.168.54.0/24"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
ceph_origin: repository
|
ceph_origin: repository
|
||||||
ceph_repository: dev
|
ceph_repository: community
|
||||||
public_network: "192.168.110.0/24"
|
public_network: "192.168.110.0/24"
|
||||||
cluster_network: "192.168.220.0/24"
|
cluster_network: "192.168.220.0/24"
|
||||||
radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"
|
radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
ceph_origin: repository
|
ceph_origin: repository
|
||||||
ceph_repository: dev
|
ceph_repository: community
|
||||||
ip_version: ipv6
|
ip_version: ipv6
|
||||||
public_network: "fdec:f1fb:29cd:6940::/64"
|
public_network: "fdec:f1fb:29cd:6940::/64"
|
||||||
cluster_network: "fdec:f1fb:29cd:7120::/64"
|
cluster_network: "fdec:f1fb:29cd:7120::/64"
|
||||||
|
|
|
@ -6,7 +6,7 @@ docker: True
|
||||||
|
|
||||||
containerized_deployment: True
|
containerized_deployment: True
|
||||||
ceph_origin: repository
|
ceph_origin: repository
|
||||||
ceph_repository: dev
|
ceph_repository: community
|
||||||
cluster: ceph
|
cluster: ceph
|
||||||
public_network: "192.168.39.0/24"
|
public_network: "192.168.39.0/24"
|
||||||
cluster_network: "192.168.40.0/24"
|
cluster_network: "192.168.40.0/24"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
ceph_origin: repository
|
ceph_origin: repository
|
||||||
ceph_repository: dev
|
ceph_repository: community
|
||||||
public_network: "192.168.81.0/24"
|
public_network: "192.168.81.0/24"
|
||||||
cluster_network: "192.168.82.0/24"
|
cluster_network: "192.168.82.0/24"
|
||||||
radosgw_interface: eth1
|
radosgw_interface: eth1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
ceph_origin: repository
|
ceph_origin: repository
|
||||||
ceph_repository: dev
|
ceph_repository: community
|
||||||
public_network: "192.168.89.0/24"
|
public_network: "192.168.89.0/24"
|
||||||
cluster_network: "192.168.90.0/24"
|
cluster_network: "192.168.90.0/24"
|
||||||
radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"
|
radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
ceph_origin: repository
|
ceph_origin: repository
|
||||||
ceph_repository: dev
|
ceph_repository: community
|
||||||
public_network: "192.168.3.0/24"
|
public_network: "192.168.3.0/24"
|
||||||
cluster_network: "192.168.4.0/24"
|
cluster_network: "192.168.4.0/24"
|
||||||
radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"
|
radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"
|
||||||
|
|
Loading…
Reference in New Issue