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