diff --git a/roles/common/molecule/default/molecule.yml b/roles/common/molecule/default/molecule.yml index 03df9bbfcaf37a8b91ae93f4a944b4772d9803a9..b8df3f40f471b71d135580a54524923ec794fa9e 100644 --- a/roles/common/molecule/default/molecule.yml +++ b/roles/common/molecule/default/molecule.yml @@ -14,7 +14,7 @@ lint: platforms: - name: helper - box: debian/bullseye64 + box: debian/bookworm64 memory: 512 cpus: 1 provider_raw_config_args: @@ -34,7 +34,7 @@ platforms: groups: - client - client-allowed - box: debian/bullseye64 + box: debian/bookworm64 memory: 256 cpus: 1 provider_raw_config_args: @@ -54,7 +54,7 @@ platforms: groups: - client - client-disallowed - box: debian/bullseye64 + box: debian/bookworm64 memory: 256 cpus: 1 provider_raw_config_args: @@ -108,6 +108,44 @@ platforms: netmask: 116 type: static + - name: parameters-mandatory-bookworm + groups: + - parameters-mandatory + box: debian/bookworm64 + memory: 384 + cpus: 1 + provider_raw_config_args: + - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" + interfaces: + - auto_config: true + ip: 192.168.56.21 + network_name: private_network + type: static + - auto_config: true + ip: fd00::192:168:56:21 + network_name: private_network + netmask: 116 + type: static + + - name: parameters-optional-bookworm + groups: + - parameters-optional + box: debian/bookworm64 + memory: 384 + cpus: 1 + provider_raw_config_args: + - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" + interfaces: + - auto_config: true + ip: 192.168.56.22 + network_name: private_network + type: static + - auto_config: true + ip: fd00::192:168:56:22 + network_name: private_network + netmask: 116 + type: static + provisioner: name: ansible playbooks: