Skip to content

Commit

Permalink
openshift: wait 120s 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 f809512 commit 099f261
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 = 60 if upstream else 30
wait_time = 120
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 099f261

Please sign in to comment.