clusterinthecloud / ansible

Ansible config for Cluster in the Cloud
https://cluster-in-the-cloud.readthedocs.io
MIT License
10 stars 27 forks source link

aarch64 packer instance fixes #104

Closed andreipoe closed 3 years ago

andreipoe commented 3 years ago

Hello,

I've encountered an issue with the packer build step from aarch64 instances. The issue seems to be with the quoting on the instance type variables.

There is a further issue that the old a1 (Graviton 1) instances are no longer available in some regions. I've updated the build step to use the newer m6g (Graviton 2) shapes.

Thank you.

milliams commented 3 years ago

Sorry for the slow reply on this, but I've just tested this fix and it seems to work. Thank you for the PR!