[copr] fix backend config to use new pb.2

This commit is contained in:
Valentin Gologuzov 2015-04-02 14:08:52 +02:00
parent 711d1b2203
commit 307a912b0e
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ group0_archs=i386,x86_64
# path to ansible playbook which spawns builder
# see /usr/share/copr*/playbooks/ for examples
# default is /etc/copr/builder_playbook.yml
group0_spawn_playbook=/home/copr/provision/builderpb.yml
group0_spawn_playbook=/home/copr/provision/builderpb_nova.yml
# path to ansible playbook which terminate builder
# default is /etc/copr/terminate_playbook.yml
group0_terminate_playbook=/home/copr/provision/terminatepb.yml

View file

@ -42,7 +42,7 @@
# We need to specify user, here we trying with fedora or root
- name: wait until ssh is available
# local_action: shell false; until [ "$?" -eq "0" ]; do sleep 2; ssh -o PasswordAuthentication=no fedora@{{ public_ip }} 'echo foobar' || ssh -o PasswordAuthentication=no root@{{ public_ip }} 'echo foobar'; done
local_action: shell false; until [ "$?" -eq "0" ]; do sleep 2; ssh -vvvv -o PasswordAuthentication=no fedora@{{ public_ip }} 'echo foobar' ; done
local_action: shell false; until [ "$?" -eq "0" ]; do sleep 2; ssh -vvvv -o PasswordAuthentication=no fedora@{{ public_ip }} 'echo foobar' &> /tmp/ssh_new_cloud.txt; done
async: 10
poll: 2
register: ssh_check