Skip to content

Commit

Permalink
tests: set ceph_repository: community
Browse files Browse the repository at this point in the history
dev_setup.yml playbook takes care of changing prior to running
tests.

Signed-off-by: Guillaume Abrioux <[email protected]>
  • Loading branch information
guits committed Mar 20, 2024
1 parent 0f341cc commit ec6a520
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions tests/functional/add-mgrs/group_vars/all
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
4 changes: 2 additions & 2 deletions tests/functional/add-mons/group_vars/all
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
2 changes: 1 addition & 1 deletion tests/functional/all_daemons/group_vars/all
Original file line number Diff line number Diff line change
@@ -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' }}"
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/all_daemons_ipv6/group_vars/all
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions tests/functional/lvm-auto-discovery/container/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
4 changes: 2 additions & 2 deletions tests/functional/shrink_mgr/group_vars/all
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion tests/functional/shrink_rgw/group_vars/all
Original file line number Diff line number Diff line change
@@ -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' }}"
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/subset_update/group_vars/all
Original file line number Diff line number Diff line change
@@ -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' }}"
Expand Down

0 comments on commit ec6a520

Please sign in to comment.