From 08f25f292e6334fb4527679406407423856b45ca Mon Sep 17 00:00:00 2001 From: ricolin Date: Fri, 1 Dec 2023 18:25:44 +0800 Subject: [PATCH] chore: remove unrequired config --- molecule/ceph/converge.yml | 2 -- roles/cephadm/tasks/bootstrap-ceph.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/molecule/ceph/converge.yml b/molecule/ceph/converge.yml index 78e5b7de..39aadb71 100644 --- a/molecule/ceph/converge.yml +++ b/molecule/ceph/converge.yml @@ -13,5 +13,3 @@ # under the License. - ansible.builtin.import_playbook: vexxhost.ceph.site - vars: - ceph_public_network: 172.17.0.0/16 diff --git a/roles/cephadm/tasks/bootstrap-ceph.yml b/roles/cephadm/tasks/bootstrap-ceph.yml index da64cf84..373c5c7f 100644 --- a/roles/cephadm/tasks/bootstrap-ceph.yml +++ b/roles/cephadm/tasks/bootstrap-ceph.yml @@ -33,8 +33,6 @@ loop: - option: fsid value: "{{ ceph_mon_fsid }}" - - option: mon_host - value: "{{ groups[ceph_mon_group] | map('extract', hostvars, ['ceph_mon_ip_address']) | join(',') }}" - option: public_network value: "{{ ceph_mon_public_network }}" - option: cluster_network