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_repository: dev
|
||||
ceph_repository: community
|
||||
cluster: ceph
|
||||
public_network: "192.168.73.0/24"
|
||||
cluster_network: "192.168.74.0/24"
|
||||
|
@ -23,4 +23,4 @@ ceph_conf_overrides:
|
|||
mon_allow_pool_size_one: true
|
||||
mon_warn_on_pool_no_redundancy: false
|
||||
osd_pool_default_size: 1
|
||||
dashboard_enabled: False
|
||||
dashboard_enabled: False
|
||||
|
|
|
@ -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"
|
||||
|
@ -23,4 +23,4 @@ ceph_conf_overrides:
|
|||
mon_allow_pool_size_one: true
|
||||
mon_warn_on_pool_no_redundancy: false
|
||||
osd_pool_default_size: 1
|
||||
dashboard_enabled: False
|
||||
dashboard_enabled: False
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
ceph_origin: repository
|
||||
ceph_repository: dev
|
||||
ceph_repository: community
|
||||
public_network: "192.168.110.0/24"
|
||||
cluster_network: "192.168.220.0/24"
|
||||
radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
ceph_origin: repository
|
||||
ceph_repository: dev
|
||||
ceph_repository: community
|
||||
ip_version: ipv6
|
||||
public_network: "fdec:f1fb:29cd:6940::/64"
|
||||
cluster_network: "fdec:f1fb:29cd:7120::/64"
|
||||
|
|
|
@ -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"
|
||||
|
@ -28,4 +28,4 @@ handler_health_mon_check_delay: 10
|
|||
handler_health_osd_check_delay: 10
|
||||
ceph_docker_registry: quay.io
|
||||
ceph_docker_image: ceph/daemon-base
|
||||
ceph_docker_image_tag: latest-main
|
||||
ceph_docker_image_tag: latest-main
|
||||
|
|
|
@ -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"
|
||||
radosgw_interface: eth1
|
||||
|
@ -9,4 +9,4 @@ ceph_conf_overrides:
|
|||
mon_allow_pool_size_one: true
|
||||
mon_warn_on_pool_no_redundancy: false
|
||||
osd_pool_default_size: 1
|
||||
dashboard_enabled: False
|
||||
dashboard_enabled: False
|
||||
|
|
|
@ -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"
|
||||
radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"
|
||||
|
|
|
@ -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' }}"
|
||||
|
|
Loading…
Reference in New Issue