]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
cephadm-adopt: fix "Update the placement of radosgw hosts" task
authorTeoman ONAY <tonay@ibm.com>
Mon, 12 Aug 2024 13:24:06 +0000 (15:24 +0200)
committerGuillaume Abrioux <gabrioux@ibm.com>
Tue, 13 Aug 2024 07:51:27 +0000 (09:51 +0200)
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>
infrastructure-playbooks/cephadm-adopt.yml

index e051d63362c0c05e201390dc8a62c2895137f01e..94cc270f538ee2a0ce36fe52f5f41e9cf03568e7 100644 (file)
             hosts:
               - {{ ansible_facts['nodename'] }}
           {% if rgw_subnet is defined %}
-            networks: "{{ rgw_subnet }}"
+          networks: "{{ rgw_subnet }}"
           {% endif %}
           spec:
             rgw_frontend_port: {{ radosgw_frontend_port }}