copr-builders: Power9 boxes need to wait for ssh, too
This commit is contained in:
parent
e8bf32eb08
commit
8b4e1c0e15
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ resalloc-openstack-new \
|
||||||
--image "{{ copr_builder_images.osuosl.ppc64le }}" \
|
--image "{{ copr_builder_images.osuosl.ppc64le }}" \
|
||||||
--flavor "$flavor" \
|
--flavor "$flavor" \
|
||||||
--name "$RESALLOC_NAME" \
|
--name "$RESALLOC_NAME" \
|
||||||
--post-command "set -x ; ansible-playbook $playbook -i \"\$RESALLOC_OS_IP,\" >&2 " \
|
--post-command "set -x ; {{ provision_directory }}/wait-for-ssh \"\$RESALLOC_OS_IP\" >&2 && ansible-playbook $playbook -i \"\$RESALLOC_OS_IP,\" >&2 " \
|
||||||
--key-pair-id copr-builder \
|
--key-pair-id copr-builder \
|
||||||
--alloc-volume 32 \
|
--alloc-volume 32 \
|
||||||
--nic net-id="$network" \
|
--nic net-id="$network" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue