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
Guillaume Abrioux 2024-03-20 15:51:48 +01:00
parent 0f341cc68b
commit a305dc79a9
8 changed files with 12 additions and 12 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.110.0/24"
cluster_network: "192.168.220.0/24"
radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"

View File

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

View File

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

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"
radosgw_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"
radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"

View File

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