From 6c102326191736ff69986ccd7b1d95d9f2a33968 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 1 May 2013 22:48:10 +0000 Subject: [PATCH] put the vnc check back - but with trepidation and consternation --- playbooks/koji/make_builder.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/playbooks/koji/make_builder.yml b/playbooks/koji/make_builder.yml index 97d0dfdce6..6d1190e330 100644 --- a/playbooks/koji/make_builder.yml +++ b/playbooks/koji/make_builder.yml @@ -35,15 +35,15 @@ shell: ${install_command} delegate_to: $vmhost -# - name: wait for the install to finish - by watching the vnc port -# local_action: wait_for delay=180 host=${inventory_hostname} port=1 state=stopped timeout=900 + - name: wait for the install to finish - by watching the vnc port + local_action: wait_for delay=180 host=${inventory_hostname} port=1 state=stopped timeout=900 -# - name: start the vm up -# action: virt state=running name=${inventory_hostname} -# delegate_to: $vmhost + - name: start the vm up + action: virt state=running name=${inventory_hostname} + delegate_to: $vmhost - name: wait for ssh on the vm to start back - local_action: wait_for delay=180 host=${inventory_hostname} port=22 state=started timeout=1200 + local_action: wait_for delay=30 host=${inventory_hostname} port=22 state=started timeout=1200 # include postinstall playbook