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/7602/head
parent
51f98abcdb
commit
5ff72a35ef
|
@ -1025,7 +1025,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