Skip to content

Commit

Permalink
openshift: wait more when less masters before getting worker ignition
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Apr 23, 2020
1 parent 099f261 commit 91f452f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kvirt/openshift/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def create(config, plandir, cluster, overrides):
pprint("Deleting %s" % vm)
k.delete(vm)
if platform in virtplatforms:
wait_time = 120
wait_time = 180 / masters
pprint("Waiting %ss before retrieving workers ignition data" % wait_time, color='blue')
sleep(wait_time)
ignitionworkerfile = "%s/worker.ign" % clusterdir
Expand Down

0 comments on commit 91f452f

Please sign in to comment.