forked from infra/ansible
copr-buildsys: new name for copr builder pubkeys
This commit is contained in:
parent
7236e236ff
commit
82e7f803a3
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ cmd=(
|
|||
/usr/bin/resalloc-aws-new
|
||||
--aws-profile default
|
||||
--ami {{ copr_builder_images.aws[item] }}
|
||||
--ssh-key-name copr-builder
|
||||
--ssh-key-name copr-builder-{{ env }}
|
||||
--security-group-id sg-0c3efdb681ced5d4f
|
||||
--debug
|
||||
{% for subnet in aws_arch_subnets[item] %}
|
||||
|
|
|
|||
|
|
@ -41,6 +41,6 @@ resalloc-openstack-new \
|
|||
--flavor "$flavor" \
|
||||
--name "$RESALLOC_NAME" \
|
||||
--post-command "set -x ; resalloc-wait-for-ssh --timeout 250 --log debug \"\$RESALLOC_OS_IP\" >&2 && ansible-playbook $playbook -i \"\$RESALLOC_OS_IP,\" >&2 " \
|
||||
--key-pair-id copr-builder \
|
||||
--key-pair-id copr-builder-{{ env }} \
|
||||
--nic net-id="$network" \
|
||||
--print-ip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue