mirror of https://github.com/ceph/ceph-ansible.git
cephadm-adopt: fix "Update the placement of radosgw hosts" task
networks was at the wrong level in the spec file. Failed with
"got an unexpected keyword argument 'networks'"
Signed-off-by: Teoman ONAY <tonay@ibm.com>
(cherry picked from commit 2c88ecc784
)
pull/7600/head
parent
6d3558fdc0
commit
f0bcf7f675
|
@ -943,7 +943,7 @@
|
|||
hosts:
|
||||
- {{ ansible_facts['nodename'] }}
|
||||
{% if rgw_subnet is defined %}
|
||||
networks: "{{ rgw_subnet }}"
|
||||
networks: "{{ rgw_subnet }}"
|
||||
{% endif %}
|
||||
spec:
|
||||
rgw_frontend_port: {{ radosgw_frontend_port }}
|
||||
|
|
Loading…
Reference in New Issue