Chore: Update common-packer to latest v0.14.0 60/106760/7
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 29 Jun 2023 06:56:21 +0000 (16:56 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Mon, 3 Jul 2023 12:36:27 +0000 (22:36 +1000)
commit6f9a5ad3b1c8dd961a8cb1904d90ac489d7e7a9f
tree7026cfb37a8869d87d3fe47e000bb90c6607c9a5
parentc1fc7ace631ab1c65c4e4aca7efd75c40209c389
Chore: Update common-packer to latest v0.14.0

Create local templates in hcl2 format to work with packer
updates.

Add support for host key algorithms to work with local ssh
proxy without which packer builds results in "failed to
handshake" error. Workaround is to pass additional params
with "extra_arguments".

Change-Id: Ie716c3b844cf8a6adf5cd53e58ef92a3d22b82d2
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
23 files changed:
packer/common-packer
packer/provision/devstack-centos.yaml [moved from packer/provision/devstack.yaml with 85% similarity]
packer/provision/devstack-pre-pip-centos.yaml [moved from packer/provision/devstack-pre-pip.yaml with 95% similarity]
packer/provision/local-windows-builder.yaml [new symlink]
packer/templates/builder.json
packer/templates/builder.pkr.hcl [new symlink]
packer/templates/devstack-pre-pip-queens.json
packer/templates/devstack-pre-pip-queens.pkr.hcl [new file with mode: 0644]
packer/templates/devstack-pre-pip-rocky.json
packer/templates/devstack-pre-pip-rocky.pkr.hcl [new file with mode: 0644]
packer/templates/devstack-pre-pip-stein.json
packer/templates/devstack-pre-pip-stein.pkr.hcl [new file with mode: 0644]
packer/templates/devstack-pre-pip-yoga.json [new file with mode: 0644]
packer/templates/devstack-pre-pip-yoga.pkr.hcl [new file with mode: 0644]
packer/templates/devstack.json
packer/templates/devstack.pkr.hcl [new file with mode: 0644]
packer/templates/docker.pkr.hcl [new symlink]
packer/templates/helm.json
packer/templates/helm.pkr.hcl [new file with mode: 0644]
packer/templates/mininet-ovs-2.8.json
packer/templates/mininet-ovs-2.8.pkr.hcl [new file with mode: 0644]
packer/templates/robot.json
packer/templates/robot.pkr.hcl [new file with mode: 0644]