Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Bump wait_timeout on first kubevirt_vm invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazur committed Apr 25, 2019
1 parent d5026e8 commit 3352188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/playbooks/kubevirt_vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
############# EPHEMERAL ###############

# For ephemerals `running` is an alias for `present`; also make sure it's actually Running
# Set higher wait_timeout on first run to give CI vm time to figure stuff out
- name: "Create ephemeral VMs utilizing states running/present"
kubevirt_vm:
state: "{{ item.state }}"
ephemeral: yes
name: "{{ item.name }}"
memory: 64M
wait_timeout: 300
disks:
- name: containerdisk
volume:
Expand Down

0 comments on commit 3352188

Please sign in to comment.