From 65fbb79e654390e67b5af6da7ed80d03ecf2984e Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 10 May 2024 00:01:39 +0000 Subject: [PATCH 01/16] chore: Update AMI for alma 9 (x86_64) in agent-uninstall-clean-all sc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... enario 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..e78554212 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-097220738e8385b2f + image: ami-09ec283e9acdfa57e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} @@ -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} From fb5c89738c95c34dc58fe7c36c73f445d9f62ece Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 10 May 2024 00:01:45 +0000 Subject: [PATCH 02/16] chore: Update AMI for alma 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..3488c9d9b 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-097220738e8385b2f + image: ami-09ec283e9acdfa57e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} @@ -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} From 4c7e384c328edcccb1e4fcc2386539a5b8a781b1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 10 May 2024 00:01:49 +0000 Subject: [PATCH 03/16] chore: Update AMI for alma 9 (x86_64) in agent-smoke-legacy-ebpf scen... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ario 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..dc158e562 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-097220738e8385b2f + image: ami-09ec283e9acdfa57e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} @@ -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} From 84e0db05b4e84f6418b74c40590e692f76b2306e Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 10 May 2024 00:01:55 +0000 Subject: [PATCH 04/16] chore: Update AMI for alma 9 (x86_64) in agent-smoke-universal-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario 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..05dc9b508 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-097220738e8385b2f + image: ami-09ec283e9acdfa57e instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b5b5f4fc448755217eee7a76b5fa181974fcfbbf Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 6 Aug 2024 00:01:40 +0000 Subject: [PATCH 05/16] chore: Update AMI for alma 9 (x86_64) in agent-smoke-legacy-ebpf scen... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ario 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 dc158e562..6f26dc76d 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-09ec283e9acdfa57e + image: ami-0c2163c916f8dd3c8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From abf8162cad60424d78213d9d2b4f9edeae06a611 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 6 Aug 2024 00:01:44 +0000 Subject: [PATCH 06/16] chore: Update AMI for alma 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 3488c9d9b..010df243a 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-09ec283e9acdfa57e + image: ami-0c2163c916f8dd3c8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 468c02813c3f6cd3b57d64ae13c0017aa4e85069 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 6 Aug 2024 00:01:47 +0000 Subject: [PATCH 07/16] chore: Update AMI for alma 9 (x86_64) in agent-smoke-universal-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario 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 05dc9b508..283fce988 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-09ec283e9acdfa57e + image: ami-0c2163c916f8dd3c8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a0a7fd36b356c3bbc3db2970bf63f1ca379220f4 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 6 Aug 2024 00:01:51 +0000 Subject: [PATCH 08/16] chore: Update AMI for alma 9 (x86_64) in agent-uninstall-clean-all sc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... enario 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 e78554212..6c7f95d28 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-09ec283e9acdfa57e + image: ami-0c2163c916f8dd3c8 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From fc061ad99879083b2c4bb918475963c60cd210fb Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 23 Nov 2024 00:02:02 +0000 Subject: [PATCH 09/16] chore: Update AMI for alma 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 010df243a..c1caf8221 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0c2163c916f8dd3c8 + image: ami-0dcac383e85adfc33 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 15631977b11bd1337726b7c6790f6ae5a8ca21da Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 23 Nov 2024 00:02:06 +0000 Subject: [PATCH 10/16] chore: Update AMI for alma 9 (x86_64) in agent-smoke-legacy-ebpf scen... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ario 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 6f26dc76d..dfa501627 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0c2163c916f8dd3c8 + image: ami-0dcac383e85adfc33 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 4c446ba102e35b8bdf2358254bd8b127abdd3fe1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 23 Nov 2024 00:02:10 +0000 Subject: [PATCH 11/16] chore: Update AMI for alma 9 (x86_64) in agent-uninstall-clean-all sc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... enario 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 6c7f95d28..a67eb5eed 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0c2163c916f8dd3c8 + image: ami-0dcac383e85adfc33 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 6827f0737ef3a9a6afb4085873942f360fad8130 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 23 Nov 2024 00:02:15 +0000 Subject: [PATCH 12/16] chore: Update AMI for alma 9 (x86_64) in agent-smoke-universal-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario 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 283fce988..b6254014d 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0c2163c916f8dd3c8 + image: ami-0dcac383e85adfc33 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From ba31c679fdfacbfdc840acd9f7bca8fd09666ce2 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 23 May 2025 00:02:15 +0000 Subject: [PATCH 13/16] chore: Update AMI for alma 9 (x86_64) in agent-smoke-universal-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario 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 b6254014d..38fe6a72c 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0dcac383e85adfc33 + image: ami-0103658bbcfb80f69 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 16c3ba89746b948a5e379f9501f2681ffcbd027a Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 23 May 2025 00:02:19 +0000 Subject: [PATCH 14/16] chore: Update AMI for alma 9 (x86_64) in agent-uninstall-clean-all sc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... enario 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 a67eb5eed..6cf2e1073 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0dcac383e85adfc33 + image: ami-0103658bbcfb80f69 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 3932b8b683d448e60a753afbe3a649d3bdfee930 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 23 May 2025 00:02:23 +0000 Subject: [PATCH 15/16] chore: Update AMI for alma 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 c1caf8221..dce20907a 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0dcac383e85adfc33 + image: ami-0103658bbcfb80f69 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From dd5ad7b64c03202e01321dac4e9f47a7e3ead384 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 23 May 2025 00:02:26 +0000 Subject: [PATCH 16/16] chore: Update AMI for alma 9 (x86_64) in agent-smoke-legacy-ebpf scen... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ario 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 dfa501627..d0079d3a4 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -20,7 +20,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: alma-9-x86_64 - image: ami-0dcac383e85adfc33 + image: ami-0103658bbcfb80f69 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID}