diff --git a/.github/workflows/prerelease_linux.yml b/.github/workflows/prerelease_linux.yml index e2450801c..f2f1d5066 100644 --- a/.github/workflows/prerelease_linux.yml +++ b/.github/workflows/prerelease_linux.yml @@ -123,7 +123,7 @@ jobs: needs: [publishing-to-s3] with: TAG: ${{ github.event.release.tag_name }} - REPO_ENDPOINT: "http://nr-downloads-ohai-staging.s3-website-us-east-1.amazonaws.com/infrastructure_agent" + REPO_ENDPOINT: "http://nr-downloads-ohai-staging.s3-website-us-east-1.amazonaws.com/debianbookworm" test-prerelease-linux: needs: [molecule-packaging-tests] diff --git a/test/automated/ansible/group_vars/localhost/main.yml b/test/automated/ansible/group_vars/localhost/main.yml index 7e3189c33..724d985f4 100644 --- a/test/automated/ansible/group_vars/localhost/main.yml +++ b/test/automated/ansible/group_vars/localhost/main.yml @@ -18,172 +18,172 @@ instances: ############################ # ubuntu amd64 ############################ - - ami: "ami-0aeb7c931a5a61206" - type: "t3a.small" - name: "amd64:ubuntu22.04" - username: "ubuntu" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-03b6c8bd55e00d5ed" - type: "t3a.small" - name: "amd64:ubuntu20.04" - username: "ubuntu" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-0600b1bef20a0c212" - type: "t3a.small" - name: "amd64:ubuntu18.04" - username: "ubuntu" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-0d563aeddd4be7fff" - type: "t3a.small" - name: "amd64:ubuntu16.04" - username: "ubuntu" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - ############################ - # ubuntu arm64 - ############################ - - ami: "ami-0717cbd2f49a61ed0" - type: "t4g.small" - name: "arm64:ubuntu22.04" - username: "ubuntu" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-0b0c8ae527978b689" - type: "t4g.small" - name: "arm64:ubuntu20.04" - username: "ubuntu" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-09ee3570b9d8bc8cc" - type: "t4g.small" - name: "arm64:ubuntu18.04" - username: "ubuntu" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-0bff25b43a4479334" - type: "t4g.small" - name: "arm64:ubuntu16.04" - username: "ubuntu" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - ############################ - # centos amd64 - ############################ - - ami: "ami-00f8e2c955f7ffa9b" - type: "t3a.small" - name: "amd64:centos7" - username: "centos" - platform: "linux" - python_interpreter: "/usr/bin/python" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-0ac6967966621d983" - type: "t3a.small" - name: "amd64:centos8" - username: "centos" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-0d97ef13c06b05a19" - type: "t3a.small" - name: "amd64:centos-stream" - username: "centos" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - ############################ - # centos arm64 - ############################ - - ami: "ami-07f692d95b2b9c8c5" - type: "t4g.small" - name: "arm64:centos7" - username: "centos" - platform: "linux" - python_interpreter: "/usr/bin/python" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-035734c938e7da7af" - type: "t4g.small" - name: "arm64:centos8" - username: "centos" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-0deb895048c4f105b" - type: "t4g.small" - name: "arm64:centos-stream" - username: "centos" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - ############################ - # sles amd64 - ############################ - - ami: "ami-05fcf0a794c3b5994" # based on suse-sles-12-sp3-byos-v20220201-hvm-ssd-x86_64 - type: "t3a.small" - name: "amd64:sles-12.3" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-0ff9876855bed84bd" # based on suse-sles-12-sp4-byos-v20220519-hvm-ssd-x86_64 - type: "t3a.small" - name: "amd64:sles-12.4" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-0199192e7fdbb9b62" # based on suse-sles-12-sp5-v20230206-hvm-ssd-x86_64 - type: "t3a.small" - name: "amd64:sles-12.5" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-08441b51466d3bb43" # based on suse-sles-15-sp1-byos-v20220128-hvm-ssd-x86_64 - type: "t3a.small" - name: "amd64:sles-15.1" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-0e44499c443e91acd" # based on suse-sles-15-sp2-byos-v20220128-hvm-ssd-x86_64 - type: "t3a.small" - name: "amd64:sles-15.2" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-0446c700e1dc61753" # based on suse-sles-15-sp3-v20210622-hvm-ssd-x86_64 - type: "t3a.small" - name: "amd64:sles-15.3" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-0bde5989b70490b94" # based on suse-sles-15-sp4-v20220915-hvm-ssd-x86_64 - type: "t3a.small" - name: "amd64:sles-15.4" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-0e03a27c1453107db" # based on suse-sles-15-sp5-v20230620-hvm-ssd-x86_64 - type: "t3a.small" - name: "amd64:sles-15.5" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0aeb7c931a5a61206" + # type: "t3a.small" + # name: "amd64:ubuntu22.04" + # username: "ubuntu" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-03b6c8bd55e00d5ed" + # type: "t3a.small" + # name: "amd64:ubuntu20.04" + # username: "ubuntu" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0600b1bef20a0c212" + # type: "t3a.small" + # name: "amd64:ubuntu18.04" + # username: "ubuntu" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0d563aeddd4be7fff" + # type: "t3a.small" + # name: "amd64:ubuntu16.04" + # username: "ubuntu" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # ############################ + # # ubuntu arm64 + # ############################ + # - ami: "ami-0717cbd2f49a61ed0" + # type: "t4g.small" + # name: "arm64:ubuntu22.04" + # username: "ubuntu" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0b0c8ae527978b689" + # type: "t4g.small" + # name: "arm64:ubuntu20.04" + # username: "ubuntu" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-09ee3570b9d8bc8cc" + # type: "t4g.small" + # name: "arm64:ubuntu18.04" + # username: "ubuntu" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0bff25b43a4479334" + # type: "t4g.small" + # name: "arm64:ubuntu16.04" + # username: "ubuntu" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # ############################ + # # centos amd64 + # ############################ + # - ami: "ami-00f8e2c955f7ffa9b" + # type: "t3a.small" + # name: "amd64:centos7" + # username: "centos" + # platform: "linux" + # python_interpreter: "/usr/bin/python" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0ac6967966621d983" + # type: "t3a.small" + # name: "amd64:centos8" + # username: "centos" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0d97ef13c06b05a19" + # type: "t3a.small" + # name: "amd64:centos-stream" + # username: "centos" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # ############################ + # # centos arm64 + # ############################ + # - ami: "ami-07f692d95b2b9c8c5" + # type: "t4g.small" + # name: "arm64:centos7" + # username: "centos" + # platform: "linux" + # python_interpreter: "/usr/bin/python" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-035734c938e7da7af" + # type: "t4g.small" + # name: "arm64:centos8" + # username: "centos" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0deb895048c4f105b" + # type: "t4g.small" + # name: "arm64:centos-stream" + # username: "centos" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # ############################ + # # sles amd64 + # ############################ + # - ami: "ami-05fcf0a794c3b5994" # based on suse-sles-12-sp3-byos-v20220201-hvm-ssd-x86_64 + # type: "t3a.small" + # name: "amd64:sles-12.3" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0ff9876855bed84bd" # based on suse-sles-12-sp4-byos-v20220519-hvm-ssd-x86_64 + # type: "t3a.small" + # name: "amd64:sles-12.4" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0199192e7fdbb9b62" # based on suse-sles-12-sp5-v20230206-hvm-ssd-x86_64 + # type: "t3a.small" + # name: "amd64:sles-12.5" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-08441b51466d3bb43" # based on suse-sles-15-sp1-byos-v20220128-hvm-ssd-x86_64 + # type: "t3a.small" + # name: "amd64:sles-15.1" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0e44499c443e91acd" # based on suse-sles-15-sp2-byos-v20220128-hvm-ssd-x86_64 + # type: "t3a.small" + # name: "amd64:sles-15.2" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0446c700e1dc61753" # based on suse-sles-15-sp3-v20210622-hvm-ssd-x86_64 + # type: "t3a.small" + # name: "amd64:sles-15.3" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0bde5989b70490b94" # based on suse-sles-15-sp4-v20220915-hvm-ssd-x86_64 + # type: "t3a.small" + # name: "amd64:sles-15.4" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0e03a27c1453107db" # based on suse-sles-15-sp5-v20230620-hvm-ssd-x86_64 + # type: "t3a.small" + # name: "amd64:sles-15.5" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" ############################ # sles arm64 ############################ @@ -195,44 +195,44 @@ instances: # platform: "linux" # python_interpreter: "/usr/bin/python3" # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-0194f07e3eedf8118" - type: "t4g.small" - name: "arm64:sles-15.3" # based on suse-sles-15-sp3-v20211219-hvm-ssd-arm64 - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-0c55a43a5be3c61bc" # based on suse-sles-15-sp4-v20220915-hvm-ssd-arm64 - type: "t4g.small" - name: "arm64:sles-15.4" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-046216af2ce255621" # based on suse-sles-15-sp5-v20230620-hvm-ssd-arm64 - type: "t4g.small" - name: "arm64:sles-15.5" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - ############################ - # redhat amd64 - ############################ - - ami: "ami-0680f7cf1ea8cb793" - type: "t3a.small" - name: "amd64:redhat-7.9" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-0ba62214afa52bec7" - type: "t3a.small" - name: "amd64:redhat-8.4" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0194f07e3eedf8118" + # type: "t4g.small" + # name: "arm64:sles-15.3" # based on suse-sles-15-sp3-v20211219-hvm-ssd-arm64 + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0c55a43a5be3c61bc" # based on suse-sles-15-sp4-v20220915-hvm-ssd-arm64 + # type: "t4g.small" + # name: "arm64:sles-15.4" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-046216af2ce255621" # based on suse-sles-15-sp5-v20230620-hvm-ssd-arm64 + # type: "t4g.small" + # name: "arm64:sles-15.5" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # ############################ + # # redhat amd64 + # ############################ + # - ami: "ami-0680f7cf1ea8cb793" + # type: "t3a.small" + # name: "amd64:redhat-7.9" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-0ba62214afa52bec7" + # type: "t3a.small" + # name: "amd64:redhat-8.4" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - ami: "ami-078cbc4c2d057c244" type: "t2.small" name: "amd64:redhat-9.0" @@ -240,41 +240,41 @@ instances: platform: "linux" python_interpreter: "/usr/bin/python" launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - ############################ - # redhat arm64 - ############################ - - ami: "ami-0302c1ecc74930ba5" - type: "t4g.small" - name: "arm64:redhat-7.6" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-01089181b0aa3be51" - type: "t4g.small" - name: "arm64:redhat-9.0" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - ############################ - # debian amd64 - ############################ - - ami: "ami-0f42acddbf04bd1b6" - type: "t3a.small" - name: "amd64:debian-buster" - username: "admin" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-08a0dab67e025361b" - type: "t3a.small" - name: "amd64:debian-bullseye" - username: "admin" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - - ami: "ami-02e9e442f629e6834" + # ############################ + # # redhat arm64 + # ############################ + # - ami: "ami-0302c1ecc74930ba5" + # type: "t4g.small" + # name: "arm64:redhat-7.6" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-01089181b0aa3be51" + # type: "t4g.small" + # name: "arm64:redhat-9.0" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # ############################ + # # debian amd64 + # ############################ + # - ami: "ami-0f42acddbf04bd1b6" + # type: "t3a.small" + # name: "amd64:debian-buster" + # username: "admin" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-08a0dab67e025361b" + # type: "t3a.small" + # name: "amd64:debian-bullseye" + # username: "admin" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-02e9e442f629e6834" type: "t3a.small" name: "amd64:debian-bookworm" username: "admin" @@ -284,13 +284,13 @@ instances: ############################ # debian arm64 ############################ - - ami: "ami-07d2054a4befc97f7" - type: "t4g.small" - name: "arm64:debian-buster" - username: "admin" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-07d2054a4befc97f7" + # type: "t4g.small" + # name: "arm64:debian-buster" + # username: "admin" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - ami: "ami-03cabbbc935f5826f" type: "t4g.small" name: "arm64:debian-bullseye" @@ -308,70 +308,70 @@ instances: ############################ # amazon linux 2 amd64 ############################ - - ami: "ami-077e31c4939f6a2f3" - type: "t3a.small" - name: "amd64:al-2" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # - ami: "ami-077e31c4939f6a2f3" + # type: "t3a.small" + # name: "amd64:al-2" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" ############################ # amazon linux 2 arm64 ############################ - - ami: "ami-07a3e3eda401f8caa" - type: "t4g.small" - name: "arm64:al-2" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - ############################ - # amazon linux 2023 amd64 - ############################ - - ami: "ami-0103f211a154d64a6" - type: "t3a.small" - name: "amd64:al-2023" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - ############################ - # amazon linux 2023 arm64 - ############################ - - ami: "ami-07d16074c2fdf3a19" - type: "t4g.small" - name: "arm64:al-2023" - username: "ec2-user" - platform: "linux" - python_interpreter: "/usr/bin/python3" - launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" - ############################ - # windows amd64 - ############################ - - ami: "ami-0c5d73971003d1ab0" - type: "t3a.small" - name: "amd64:windows_2012" - username: "ansible" - platform: "windows" - launch_template: "LaunchTemplateId=lt-005e12ef728c179bf,Version=3" - - ami: "ami-03d46abfa414238dd" - type: "t3a.small" - name: "amd64:windows_2016" - username: "ansible" - platform: "windows" - launch_template: "LaunchTemplateId=lt-005e12ef728c179bf,Version=3" - - ami: "ami-077e49a076b7e3847" - type: "t3a.small" - name: "amd64:windows_2019" - username: "ansible" - platform: "windows" - launch_template: "LaunchTemplateId=lt-005e12ef728c179bf,Version=3" - - ami: "ami-0780c2aa3485f2088" - type: "t3a.small" - name: "amd64:windows_2022" - username: "ansible" - platform: "windows" - launch_template: "LaunchTemplateId=lt-005e12ef728c179bf,Version=3" + # - ami: "ami-07a3e3eda401f8caa" + # type: "t4g.small" + # name: "arm64:al-2" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # ############################ + # # amazon linux 2023 amd64 + # ############################ + # - ami: "ami-0103f211a154d64a6" + # type: "t3a.small" + # name: "amd64:al-2023" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # ############################ + # # amazon linux 2023 arm64 + # ############################ + # - ami: "ami-07d16074c2fdf3a19" + # type: "t4g.small" + # name: "arm64:al-2023" + # username: "ec2-user" + # platform: "linux" + # python_interpreter: "/usr/bin/python3" + # launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3" + # ############################ + # # windows amd64 + # ############################ + # - ami: "ami-0c5d73971003d1ab0" + # type: "t3a.small" + # name: "amd64:windows_2012" + # username: "ansible" + # platform: "windows" + # launch_template: "LaunchTemplateId=lt-005e12ef728c179bf,Version=3" + # - ami: "ami-03d46abfa414238dd" + # type: "t3a.small" + # name: "amd64:windows_2016" + # username: "ansible" + # platform: "windows" + # launch_template: "LaunchTemplateId=lt-005e12ef728c179bf,Version=3" + # - ami: "ami-077e49a076b7e3847" + # type: "t3a.small" + # name: "amd64:windows_2019" + # username: "ansible" + # platform: "windows" + # launch_template: "LaunchTemplateId=lt-005e12ef728c179bf,Version=3" + # - ami: "ami-0780c2aa3485f2088" + # type: "t3a.small" + # name: "amd64:windows_2022" + # username: "ansible" + # platform: "windows" + # launch_template: "LaunchTemplateId=lt-005e12ef728c179bf,Version=3" ... diff --git a/test/packaging/ansible/roles/repo-setup/vars/main.yaml b/test/packaging/ansible/roles/repo-setup/vars/main.yaml index 9ffcf757c..7216b599a 100644 --- a/test/packaging/ansible/roles/repo-setup/vars/main.yaml +++ b/test/packaging/ansible/roles/repo-setup/vars/main.yaml @@ -1,9 +1,10 @@ --- go_version: 1.20 -repo_endpoint: "http://nr-downloads-ohai-staging.s3-website-us-east-1.amazonaws.com/infrastructure_agent" +repo_endpoint: "http://nr-downloads-ohai-staging.s3-website-us-east-1.amazonaws.com/debianbookworm" repos_to_clean: - "http://nr-downloads-ohai-staging.s3-website-us-east-1.amazonaws.com/infrastructure_agent" - "http://nr-downloads-ohai-testing.s3-website-us-east-1.amazonaws.com/infrastructure_agent" - "https://download.newrelic.com/infrastructure_agent" + - "http://nr-downloads-ohai-staging.s3-website-us-east-1.amazonaws.com/debianbookworm" ... diff --git a/test/packaging/ansible/test.yml b/test/packaging/ansible/test.yml index e5452fc35..624d2ac33 100644 --- a/test/packaging/ansible/test.yml +++ b/test/packaging/ansible/test.yml @@ -21,8 +21,8 @@ - name: log forwarder import_playbook: log-forwarder.yml -- name: agent upgrade - import_playbook: agent-upgrade.yml +# - name: agent upgrade +# import_playbook: agent-upgrade.yml - name: agent uninstallation import_playbook: uninstallation.yml @@ -30,4 +30,4 @@ - name: shutdown , terminate and HNR alerts import_playbook: shutdown-and-terminate.yml -... \ No newline at end of file +... diff --git a/test/test.mk b/test/test.mk index 6d347324b..9473fb101 100644 --- a/test/test.mk +++ b/test/test.mk @@ -52,7 +52,7 @@ ifndef NEW_RELIC_ACCOUNT_ID @echo "NEW_RELIC_ACCOUNT_ID variable must be provided for test/automated/packaging" exit 1 endif - @ANSIBLE_DISPLAY_SKIPPED_HOSTS=NO ANSIBLE_DISPLAY_OK_HOSTS=NO ansible-playbook -f $(ANSIBLE_FORKS) -i $(ANSIBLE_INVENTORY) --limit=$(LIMIT) -e nr_license_key=$(NR_LICENSE_KEY) -e nr_api_key=$(NEW_RELIC_API_KEY) -e nr_account_id=$(NEW_RELIC_ACCOUNT_ID) $(CURDIR)/test/packaging/ansible/test.yml + @ANSIBLE_DISPLAY_SKIPPED_HOSTS=NO ANSIBLE_DISPLAY_OK_HOSTS=NO ansible-playbook -f $(ANSIBLE_FORKS) -i $(ANSIBLE_INVENTORY) --limit=$(LIMIT) -e nr_license_key=$(NR_LICENSE_KEY) -e nr_api_key=$(NEW_RELIC_API_KEY) -e nr_account_id=$(NEW_RELIC_ACCOUNT_ID) -e REPO_ENDPOINT="http://nr-downloads-ohai-staging.s3-website-us-east-1.amazonaws.com/debianbookworm" $(CURDIR)/test/packaging/ansible/test.yml .PHONY: test/automated/packaging-docker test/automated/packaging-docker: