Skip to content

Commit

Permalink
Add Undercloud,Controller roles to limit command
Browse files Browse the repository at this point in the history
These roles are needed for computes to communicate with
ceph monitors.
  • Loading branch information
rajeshP524 committed Sep 28, 2023
1 parent 7727920 commit c2324cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaleout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
- block:
- name: format deploy_limit_str
set_fact:
deploy_limit_str: " --limit \"{{ deploy_limit_str }}\" \\"
deploy_limit_str: " --limit \"Undercloud,Controller,{{ deploy_limit_str }}\" \\"

- name: copy overcloud_deploy.sh
shell: |
Expand Down

0 comments on commit c2324cf

Please sign in to comment.