Skip to content

Commit 3d64871

Browse files
committed
Stop setting public network
The mon public CIDR is automatically inferred from the mon IP during bootstrap.
1 parent 2386ee4 commit 3d64871

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

roles/cephadm/tasks/bootstrap.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@
3636
changed_when: true
3737
when: not cephadm_check_ceph_conf.stat.exists
3838

39-
- name: Set public network
40-
command:
41-
cmd: "cephadm shell -- ceph config set mon public_network {{ cephadm_public_network }}"
42-
become: true
43-
changed_when: true
44-
4539
- name: Set HAProxy image
4640
command:
4741
cmd: "cephadm shell -- ceph config set mgr mgr/cephadm/container_image_haproxy {{ cephadm_haproxy_image }}"

0 commit comments

Comments
 (0)