Skip to content

Commit

Permalink
fix: add new line waiting for converge
Browse files Browse the repository at this point in the history
This commit adds a new line so we wait
correctly for the cluster to converge.
  • Loading branch information
ccamacho committed Sep 25, 2021
1 parent a506f5e commit e8b1552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubeinit/roles/kubeinit_okd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
ansible.builtin.shell: |
openshift-install gather --dir install_dir bootstrap --bootstrap {{ hostvars[groups['extra_nodes'][0]].ansible_host }} \
{% for node in groups['all_controller_nodes'] %}{% raw %} --master {% endraw %}{{ hostvars[node].ansible_host }}{% endfor %}
openshift-install --dir=install_dir/ wait-for bootstrap-complete --log-level info
args:
executable: /bin/bash
Expand Down

0 comments on commit e8b1552

Please sign in to comment.