Skip to content

Commit

Permalink
cephadm-adopt: fix "Update the placement of radosgw hosts" task
Browse files Browse the repository at this point in the history
networks was at the wrong level in the spec file. Failed with
"got an unexpected keyword argument 'networks'"

Signed-off-by: Teoman ONAY <[email protected]>
(cherry picked from commit 2c88ecc)
  • Loading branch information
asm0deuz authored and mergify[bot] committed Aug 13, 2024
1 parent 6d3558f commit e5afaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure-playbooks/cephadm-adopt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e5afaa3

Please sign in to comment.