mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update to latest golden images
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
a350c4474a
commit
168d2c994e
2 changed files with 168 additions and 105 deletions
|
@ -1,16 +1,16 @@
|
|||
alma-8-x86_64: ami-067a5cdcc1fd2ebcc
|
||||
amazon-2-x86_64: ami-02ee110baacff4531
|
||||
arch-lts-x86_64: ami-0f28c74e7182b51a1
|
||||
centos-7-x86_64: ami-079bc5af02dd43599
|
||||
centosstream-9-x86_64: ami-080357bb9adf7d469
|
||||
debian-10-amd64: ami-08896364e62754785
|
||||
debian-11-amd64: ami-0a663124a1bb84ccf
|
||||
debian-11-arm64: ami-06eb7aa7371ed9195
|
||||
opensuse-15-x86_64: ami-07bbdf04f705a9d02
|
||||
photon-3-x86_64: ami-034745cbe0bb6ecdc
|
||||
ubuntu-1804-amd64: ami-05dd8fbd1956ebb29
|
||||
ubuntu-2004-amd64: ami-0f1a51d8243116f07
|
||||
ubuntu-2004-arm64: ami-0476eecde31af50c8
|
||||
ubuntu-2204-amd64: ami-0e9d74bf85e872a4a
|
||||
windows-2016-x64: ami-038b73a0454552d80
|
||||
windows-2019-x64: ami-077f0e04bbe8d99c4
|
||||
alma-8-x86_64: ami-08dc6b90d9bbd6c7e
|
||||
amazon-2-x86_64: ami-0f971b48d99e61ddb
|
||||
arch-lts-x86_64: ami-08a57abf695765a9c
|
||||
centos-7-x86_64: ami-09779851f8883d694
|
||||
centosstream-9-x86_64: ami-0a72742fe9a135d9a
|
||||
debian-10-amd64: ami-0af09247a8e729135
|
||||
debian-11-amd64: ami-066ff58ed77c064df
|
||||
debian-11-arm64: ami-0aceaefd1945c9c4b
|
||||
opensuse-15-x86_64: ami-0968766af9b690de3
|
||||
photon-3-x86_64: ami-0a0427228278405a6
|
||||
ubuntu-1804-amd64: ami-0318e8360f9820303
|
||||
ubuntu-2004-amd64: ami-017bb602e57ae79a0
|
||||
ubuntu-2004-arm64: ami-091042be71e49fe6a
|
||||
ubuntu-2204-amd64: ami-0054855550c318db6
|
||||
windows-2016-x64: ami-0a3e06083b5fb7f9f
|
||||
windows-2019-x64: ami-0d10169f903fb9b1e
|
||||
|
|
|
@ -1,159 +1,222 @@
|
|||
{
|
||||
"almalinux-8": {
|
||||
"ami": "ami-067a5cdcc1fd2ebcc",
|
||||
"ssh_username": "ec2-user",
|
||||
"description": "CI Image of AlmaLinux 8 x86_64",
|
||||
"ami": "ami-08dc6b90d9bbd6c7e",
|
||||
"ami_description": "CI Image of AlmaLinux 8 x86_64",
|
||||
"ami_name": "salt-project/ci/almalinux/8/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "ec2-user"
|
||||
},
|
||||
"almalinux-9": {
|
||||
"ami": "ami-09c8a570e4f1052de",
|
||||
"ssh_username": "ec2-user",
|
||||
"description": "CI Image of AlmaLinux 9 x86_64",
|
||||
"ami": "ami-0e1b8aa27832662e8",
|
||||
"ami_description": "CI Image of AlmaLinux 9 x86_64",
|
||||
"ami_name": "salt-project/ci/almalinux/9/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "ec2-user"
|
||||
},
|
||||
"amazonlinux-2": {
|
||||
"ami": "ami-02ee110baacff4531",
|
||||
"ssh_username": "ec2-user",
|
||||
"description": "CI Image of AmazonLinux 2 x86_64",
|
||||
"ami": "ami-0f971b48d99e61ddb",
|
||||
"ami_description": "CI Image of AmazonLinux 2 x86_64",
|
||||
"ami_name": "salt-project/ci/amazonlinux/2/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "ec2-user"
|
||||
},
|
||||
"archlinux-lts": {
|
||||
"ami": "ami-0f28c74e7182b51a1",
|
||||
"ssh_username": "arch",
|
||||
"description": "CI Image of ArchLinux lts x86_64",
|
||||
"ami": "ami-08a57abf695765a9c",
|
||||
"ami_description": "CI Image of ArchLinux lts x86_64",
|
||||
"ami_name": "salt-project/ci/archlinux/lts/x86_64/20221216.1748",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "false",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "arch"
|
||||
},
|
||||
"centos-7": {
|
||||
"ami": "ami-079bc5af02dd43599",
|
||||
"ssh_username": "centos",
|
||||
"description": "CI Image of CentOS 7 x86_64",
|
||||
"ami": "ami-09779851f8883d694",
|
||||
"ami_description": "CI Image of CentOS 7 x86_64",
|
||||
"ami_name": "salt-project/ci/centos/7/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "centos"
|
||||
},
|
||||
"centosstream-8": {
|
||||
"ami": "ami-0ae3ccacf38ee6ab5",
|
||||
"ssh_username": "cloud-user",
|
||||
"description": "CI Image of CentOSStream 8 x86_64",
|
||||
"ami": "ami-04399d388dcd2d34d",
|
||||
"ami_description": "CI Image of CentOSStream 8 x86_64",
|
||||
"ami_name": "salt-project/ci/centosstream/8/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "cloud-user"
|
||||
},
|
||||
"centosstream-9": {
|
||||
"ami": "ami-080357bb9adf7d469",
|
||||
"ssh_username": "ec2-user",
|
||||
"description": "CI Image of CentOSStream 9 x86_64",
|
||||
"ami": "ami-0a72742fe9a135d9a",
|
||||
"ami_description": "CI Image of CentOSStream 9 x86_64",
|
||||
"ami_name": "salt-project/ci/centosstream/9/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "ec2-user"
|
||||
},
|
||||
"debian-10": {
|
||||
"ami": "ami-08896364e62754785",
|
||||
"ssh_username": "admin",
|
||||
"description": "CI Image of Debian 10 x86_64",
|
||||
"ami": "ami-0af09247a8e729135",
|
||||
"ami_description": "CI Image of Debian 10 x86_64",
|
||||
"ami_name": "salt-project/ci/debian/10/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "admin"
|
||||
},
|
||||
"debian-11-arm64": {
|
||||
"ami": "ami-06eb7aa7371ed9195",
|
||||
"ssh_username": "admin",
|
||||
"description": "CI Image of Debian 11 arm64",
|
||||
"ami": "ami-0aceaefd1945c9c4b",
|
||||
"ami_description": "CI Image of Debian 11 arm64",
|
||||
"ami_name": "salt-project/ci/debian/11/arm64/20221216.1749",
|
||||
"arch": "arm64",
|
||||
"cloudwatch-agent-available": "false",
|
||||
"instance_type": "m6g.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "admin"
|
||||
},
|
||||
"debian-11": {
|
||||
"ami": "ami-0a663124a1bb84ccf",
|
||||
"ssh_username": "admin",
|
||||
"description": "CI Image of Debian 11 x86_64",
|
||||
"ami": "ami-066ff58ed77c064df",
|
||||
"ami_description": "CI Image of Debian 11 x86_64",
|
||||
"ami_name": "salt-project/ci/debian/11/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "admin"
|
||||
},
|
||||
"fedora-36": {
|
||||
"ami": "ami-089ae8a4426c40fba",
|
||||
"ssh_username": "fedora",
|
||||
"description": "CI Image of Fedora 36 x86_64",
|
||||
"ami": "ami-0c195dbb138da45eb",
|
||||
"ami_description": "CI Image of Fedora 36 x86_64",
|
||||
"ami_name": "salt-project/ci/fedora/36/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "fedora"
|
||||
},
|
||||
"opensuse-15": {
|
||||
"ami": "ami-07bbdf04f705a9d02",
|
||||
"ssh_username": "ec2-user",
|
||||
"description": "CI Image of Opensuse 15 x86_64",
|
||||
"ami": "ami-0968766af9b690de3",
|
||||
"ami_description": "CI Image of Opensuse 15 x86_64",
|
||||
"ami_name": "salt-project/ci/opensuse/15/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "ec2-user"
|
||||
},
|
||||
"photonos-3": {
|
||||
"ami": "ami-034745cbe0bb6ecdc",
|
||||
"ssh_username": "root",
|
||||
"description": "CI Image of PhotonOS 3 x86_64",
|
||||
"ami": "ami-0a0427228278405a6",
|
||||
"ami_description": "CI Image of PhotonOS 3 x86_64",
|
||||
"ami_name": "salt-project/ci/photonos/3/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "root"
|
||||
},
|
||||
"photonos-4": {
|
||||
"ami": "ami-05edadcbb2f548034",
|
||||
"ssh_username": "root",
|
||||
"description": "CI Image of PhotonOS 4 x86_64",
|
||||
"ami": "ami-0625b349482dde35b",
|
||||
"ami_description": "CI Image of PhotonOS 4 x86_64",
|
||||
"ami_name": "salt-project/ci/photonos/4/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "root"
|
||||
},
|
||||
"ubuntu-18.04": {
|
||||
"ami": "ami-05dd8fbd1956ebb29",
|
||||
"ssh_username": "ubuntu",
|
||||
"description": "CI Image of Ubuntu 18.04 x86_64",
|
||||
"ami": "ami-0318e8360f9820303",
|
||||
"ami_description": "CI Image of Ubuntu 18.04 x86_64",
|
||||
"ami_name": "salt-project/ci/ubuntu/18.04/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "ubuntu"
|
||||
},
|
||||
"ubuntu-20.04-arm64": {
|
||||
"ami": "ami-0476eecde31af50c8",
|
||||
"ssh_username": "ubuntu",
|
||||
"description": "CI Image of Ubuntu 20.04 arm64",
|
||||
"ami": "ami-091042be71e49fe6a",
|
||||
"ami_description": "CI Image of Ubuntu 20.04 arm64",
|
||||
"ami_name": "salt-project/ci/ubuntu/20.04/arm64/20221216.1749",
|
||||
"arch": "arm64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "m6g.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "ubuntu"
|
||||
},
|
||||
"ubuntu-20.04": {
|
||||
"ami": "ami-0f1a51d8243116f07",
|
||||
"ssh_username": "ubuntu",
|
||||
"description": "CI Image of Ubuntu 20.04 x86_64",
|
||||
"ami": "ami-017bb602e57ae79a0",
|
||||
"ami_description": "CI Image of Ubuntu 20.04 x86_64",
|
||||
"ami_name": "salt-project/ci/ubuntu/20.04/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "ubuntu"
|
||||
},
|
||||
"ubuntu-22.04-arm64": {
|
||||
"ami": "ami-0345ebb9e525d9130",
|
||||
"ssh_username": "ubuntu",
|
||||
"description": "CI Image of Ubuntu 22.04 arm64",
|
||||
"ami": "ami-0c4d5df372250aa37",
|
||||
"ami_description": "CI Image of Ubuntu 22.04 arm64",
|
||||
"ami_name": "salt-project/ci/ubuntu/22.04/arm64/20221216.1749",
|
||||
"arch": "arm64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "m6g.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "ubuntu"
|
||||
},
|
||||
"ubuntu-22.04": {
|
||||
"ami": "ami-0e9d74bf85e872a4a",
|
||||
"ssh_username": "ubuntu",
|
||||
"description": "CI Image of Ubuntu 22.04 x86_64",
|
||||
"ami": "ami-0054855550c318db6",
|
||||
"ami_description": "CI Image of Ubuntu 22.04 x86_64",
|
||||
"ami_name": "salt-project/ci/ubuntu/22.04/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false"
|
||||
"is_windows": "false",
|
||||
"ssh_username": "ubuntu"
|
||||
},
|
||||
"windows-2016": {
|
||||
"ami": "ami-038b73a0454552d80",
|
||||
"ssh_username": "Administrator",
|
||||
"description": "CI Image of Windows 2016 x86_64",
|
||||
"ami": "ami-0a3e06083b5fb7f9f",
|
||||
"ami_description": "CI Image of Windows 2016 x86_64",
|
||||
"ami_name": "salt-project/ci/windows/2016/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "false",
|
||||
"instance_type": "t3a.xlarge",
|
||||
"is_windows": "true",
|
||||
"connect_timeout": 900
|
||||
"ssh_username": "Administrator"
|
||||
},
|
||||
"windows-2019": {
|
||||
"ami": "ami-077f0e04bbe8d99c4",
|
||||
"ssh_username": "Administrator",
|
||||
"description": "CI Image of Windows 2019 x86_64",
|
||||
"ami": "ami-0d10169f903fb9b1e",
|
||||
"ami_description": "CI Image of Windows 2019 x86_64",
|
||||
"ami_name": "salt-project/ci/windows/2019/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "false",
|
||||
"instance_type": "t3a.xlarge",
|
||||
"is_windows": "true",
|
||||
"connect_timeout": 900
|
||||
"ssh_username": "Administrator"
|
||||
},
|
||||
"windows-2022": {
|
||||
"ami": "ami-0351d790177ac76b4",
|
||||
"ssh_username": "Administrator",
|
||||
"description": "CI Image of Windows 2022 x86_64",
|
||||
"ami": "ami-07fadb82cecb37c33",
|
||||
"ami_description": "CI Image of Windows 2022 x86_64",
|
||||
"ami_name": "salt-project/ci/windows/2022/x86_64/20221216.1749",
|
||||
"arch": "x86_64",
|
||||
"cloudwatch-agent-available": "false",
|
||||
"instance_type": "t3a.xlarge",
|
||||
"is_windows": "true",
|
||||
"connect_timeout": 900
|
||||
"ssh_username": "Administrator"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue