Fix: AMI product codes need to be defined 56/67956/4 v0.9.0
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 10 Jun 2021 20:05:27 +0000 (13:05 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 10 Jun 2021 21:04:39 +0000 (14:04 -0700)
commit3882ccbaf8789d13357c926b286f106d31950792
tree85ecf94c1ab7e466718e2d1ce3dc609cb61a31cb
parentfdc384003a93987c895f0e950abfb8cde0411b3b
Fix: AMI product codes need to be defined

While trying to upgrade the internal Jenkins to latest global-jjb and
common-packer it's been found that all of our configurations for AWS
systems are missing vital filters.

The Ubuntu product codes were found by doing the following:

aws ec2 describe-images --region us-west-2 \
  --owners aws-marketplace --filters \
  "Name=architecture,Values=arm64" \
  "Name=name,Values=*ubuntu*20.04*" \
  "Name=manifest-location,Values=aws-marketplace/ubuntu/*"

This is per documentation found at
https://ubuntu.com/server/docs/cloud-images/amazon-ec2

Issue: RELENG-3757
Change-Id: I9391f6bec59318e00bc1b097c7a27181defeccff
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
releasenotes/notes/ami_product_codes-162e88f3d82e9679.yaml [new file with mode: 0644]
vars/centos-7-arm64.json
vars/ubuntu-16.04-arm64.json
vars/ubuntu-18.04-arm64.json
vars/ubuntu-20.04-arm64.json
vars/ubuntu-20.04.json
vars/windows-server-2016.json