From 1e1f127dd2ba5228ca329acc89cc011532d37d34 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 15 Nov 2024 00:02:12 +0000 Subject: [PATCH 1/2] chore: Update AMI for centos 7 (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..2051a5224 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} @@ -116,7 +116,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: centos-7-x86_64 - image: ami-0aedf6b1cb669b4c7 + image: "" instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b990316b7f08d7d1b4e155dda4b7cc2be4480f5c Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 15 Nov 2024 00:02:18 +0000 Subject: [PATCH 2/2] chore: Update AMI for centos 7 (x86_64) in agent-uninstall-clean-all ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... scenario 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..e310da68e 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} @@ -116,7 +116,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: centos-7-x86_64 - image: ami-0aedf6b1cb669b4c7 + image: "" instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID}