1
0
Fork 0
forked from infra/ansible

copr-buildsys: new name for copr builder pubkeys

This commit is contained in:
Jiri Kyjovsky 2026-04-17 12:48:57 +02:00
commit 82e7f803a3
2 changed files with 2 additions and 2 deletions

View file

@ -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] %}

View file

@ -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