diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index 349b99aee..47d8efc8f 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -58,6 +58,12 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} + volumes: + - device_name: /dev/xvda + ebs: + volume_size: 5 + delete_on_termination: true + volume_type: gp3 - name: amazon-2023-x86_64 image: ami-0d4d826d70d17642f instance_type: ${INSTANCE_TYPE_X86} diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index c3547f216..471c66e23 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -58,6 +58,12 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} + volumes: + - device_name: /dev/xvda + ebs: + volume_size: 5 + delete_on_termination: true + volume_type: gp3 - name: amazon-2023-x86_64 image: ami-0d4d826d70d17642f instance_type: ${INSTANCE_TYPE_X86} diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index b4aad408a..d7eff330c 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -58,6 +58,12 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} + volumes: + - device_name: /dev/xvda + ebs: + volume_size: 5 + delete_on_termination: true + volume_type: gp3 - name: amazon-2023-x86_64 image: ami-0d4d826d70d17642f instance_type: ${INSTANCE_TYPE_X86}