Skip to content

Commit

Permalink
cephadm-adopt: Wrong yaml structure in rgw placement
Browse files Browse the repository at this point in the history
networks key was at wrong level

Signed-off-by: Teoman ONAY <[email protected]>
  • Loading branch information
asm0deuz committed Jul 18, 2024
1 parent e85060c commit 1d34e88
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 1d34e88

Please sign in to comment.