From ca1c987e4ca360b8702a077ecacec79f0a8843f5 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 25 Apr 2022 08:07:00 +0200 Subject: [PATCH] debug-subset-master debug Signed-off-by: Guillaume Abrioux --- tests/functional/subset_update/group_vars/all | 2 +- tests/functional/subset_update/hosts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/functional/subset_update/group_vars/all b/tests/functional/subset_update/group_vars/all index 283523c7a..bf22fdd14 100644 --- a/tests/functional/subset_update/group_vars/all +++ b/tests/functional/subset_update/group_vars/all @@ -3,7 +3,7 @@ ceph_origin: repository ceph_repository: dev public_network: "192.168.3.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' }}" ceph_conf_overrides: global: auth_allow_insecure_global_id_reclaim: false diff --git a/tests/functional/subset_update/hosts b/tests/functional/subset_update/hosts index 18669ec1d..cc7bdcd68 100644 --- a/tests/functional/subset_update/hosts +++ b/tests/functional/subset_update/hosts @@ -13,6 +13,6 @@ osd1 osd2 [rgws] -rgw0 -rgw1 +rgw0 radosgw_address=192.168.3.13 +rgw1 radosgw_address=192.168.3.14