Skip to content

Commit

Permalink
chore: remove unrequired config
Browse files Browse the repository at this point in the history
  • Loading branch information
ricolin committed Dec 1, 2023
1 parent c0f3ac9 commit 08f25f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions molecule/ceph/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@
# under the License.

- ansible.builtin.import_playbook: vexxhost.ceph.site
vars:
ceph_public_network: 172.17.0.0/16
2 changes: 0 additions & 2 deletions roles/cephadm/tasks/bootstrap-ceph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08f25f2

Please sign in to comment.