From 99fa587da1f4c0801f94db06f3ba474470d29880 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 10 May 2024 00:01:44 +0000 Subject: [PATCH 01/12] chore: Update AMI for rocky 9 (x86_64) in agent-uninstall-clean-all s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- .../agent-uninstall-clean-all/molecule.yml.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index d7bc7cc25..26a435c8d 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -45,11 +45,11 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} -# - name: ubuntu-1804-x86_64 -# image: ami-055744c75048d8296 -# instance_type: ${INSTANCE_TYPE_X86} -# region: ${REGION} -# vpc_subnet_id: ${VPC_SUBNET_ID} + # - name: ubuntu-1804-x86_64 + # image: ami-055744c75048d8296 + # instance_type: ${INSTANCE_TYPE_X86} + # region: ${REGION} + # vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2004-x86_64 image: ami-06f8dce63a6b60467 instance_type: ${INSTANCE_TYPE_X86} @@ -105,7 +105,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: rocky-9-x86_64 - image: ami-021a1f96fec61f4e9 + image: ami-09eb79aa215c2a900 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 39d05f6b0c6d4853a0c9e1983ce15860a09d74d2 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 10 May 2024 00:01:49 +0000 Subject: [PATCH 02/12] chore: Update AMI for rocky 9 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index a70d89352..6f01ef2b0 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -45,11 +45,11 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} -# - name: ubuntu-1804-x86_64 -# image: ami-055744c75048d8296 -# instance_type: ${INSTANCE_TYPE_X86} -# region: ${REGION} -# vpc_subnet_id: ${VPC_SUBNET_ID} + # - name: ubuntu-1804-x86_64 + # image: ami-055744c75048d8296 + # instance_type: ${INSTANCE_TYPE_X86} + # region: ${REGION} + # vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2004-x86_64 image: ami-06f8dce63a6b60467 instance_type: ${INSTANCE_TYPE_X86} @@ -105,7 +105,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: rocky-9-x86_64 - image: ami-021a1f96fec61f4e9 + image: ami-09eb79aa215c2a900 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 80286462ac69216909cf20508906aa2c39ea32b8 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 10 May 2024 00:01:54 +0000 Subject: [PATCH 03/12] chore: Update AMI for rocky 9 (x86_64) in agent-smoke-legacy-ebpf sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario Made with ❤️️ by updatecli --- .../agent-smoke-legacy-ebpf/molecule.yml.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 8b1d7c922..7b2920d23 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -45,11 +45,11 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} -# - name: ubuntu-1804-x86_64 -# image: ami-055744c75048d8296 -# instance_type: ${INSTANCE_TYPE_X86} -# region: ${REGION} -# vpc_subnet_id: ${VPC_SUBNET_ID} + # - name: ubuntu-1804-x86_64 + # image: ami-055744c75048d8296 + # instance_type: ${INSTANCE_TYPE_X86} + # region: ${REGION} + # vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2004-x86_64 image: ami-06f8dce63a6b60467 instance_type: ${INSTANCE_TYPE_X86} @@ -105,7 +105,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: rocky-9-x86_64 - image: ami-021a1f96fec61f4e9 + image: ami-09eb79aa215c2a900 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 2a589e1aee6661a704b904bfdbb4634cc393dae8 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 10 May 2024 00:01:59 +0000 Subject: [PATCH 04/12] chore: Update AMI for rocky 9 (x86_64) in agent-smoke-universal-ebpf ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index bb146c7bf..2df9f1a9a 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -61,7 +61,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: rocky-9-x86_64 - image: ami-021a1f96fec61f4e9 + image: ami-09eb79aa215c2a900 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From f6c096ac1f37a35bbee52a393ea94445b8178788 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 4 Jun 2024 00:01:35 +0000 Subject: [PATCH 05/12] chore: Update AMI for rocky 9 (x86_64) in agent-smoke-legacy-ebpf sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 7b2920d23..1838ee2c4 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -105,7 +105,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: rocky-9-x86_64 - image: ami-09eb79aa215c2a900 + image: ami-09d1c0fa810f404d6 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4951d3f984b70d4ed243a6728f0fa9a43e0b9d80 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 4 Jun 2024 00:01:39 +0000 Subject: [PATCH 06/12] chore: Update AMI for rocky 9 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index 6f01ef2b0..9b8644025 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -105,7 +105,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: rocky-9-x86_64 - image: ami-09eb79aa215c2a900 + image: ami-09d1c0fa810f404d6 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 57b10b33ef62c7415be2f926d544322b4712331f Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 4 Jun 2024 00:01:42 +0000 Subject: [PATCH 07/12] chore: Update AMI for rocky 9 (x86_64) in agent-uninstall-clean-all s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index 26a435c8d..439a2fc6d 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -105,7 +105,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: rocky-9-x86_64 - image: ami-09eb79aa215c2a900 + image: ami-09d1c0fa810f404d6 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From eefd3089a9dcd3323064e3475fe039e92af47da5 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 4 Jun 2024 00:01:46 +0000 Subject: [PATCH 08/12] chore: Update AMI for rocky 9 (x86_64) in agent-smoke-universal-ebpf ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index 2df9f1a9a..9c0bf1909 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -61,7 +61,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: rocky-9-x86_64 - image: ami-09eb79aa215c2a900 + image: ami-09d1c0fa810f404d6 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ed5636ec64728aea85e3066bf0edebcf38bd7782 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 20 Nov 2024 00:01:46 +0000 Subject: [PATCH 09/12] chore: Update AMI for rocky 9 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index 9b8644025..bb87395a4 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -105,7 +105,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: rocky-9-x86_64 - image: ami-09d1c0fa810f404d6 + image: ami-04c56dce2c963b327 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 67cd4791e04ee42e51a89b168f7f731834c1db6e Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 20 Nov 2024 00:01:50 +0000 Subject: [PATCH 10/12] chore: Update AMI for rocky 9 (x86_64) in agent-smoke-legacy-ebpf sce... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... nario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 1838ee2c4..8d00086c7 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -105,7 +105,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: rocky-9-x86_64 - image: ami-09d1c0fa810f404d6 + image: ami-04c56dce2c963b327 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From cc8b1dd225e42c8f63301152fb9fa1b9e018f901 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 20 Nov 2024 00:01:54 +0000 Subject: [PATCH 11/12] chore: Update AMI for rocky 9 (x86_64) in agent-uninstall-clean-all s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index 439a2fc6d..0cc65c0c1 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -105,7 +105,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: rocky-9-x86_64 - image: ami-09d1c0fa810f404d6 + image: ami-04c56dce2c963b327 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 53bd5072bf25071d7eb11f80dd4b4d04ac083a31 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 20 Nov 2024 00:01:58 +0000 Subject: [PATCH 12/12] chore: Update AMI for rocky 9 (x86_64) in agent-smoke-universal-ebpf ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index 9c0bf1909..de5f1dafa 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -61,7 +61,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: rocky-9-x86_64 - image: ami-09d1c0fa810f404d6 + image: ami-04c56dce2c963b327 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID}