We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae14a8b commit 587f27dCopy full SHA for 587f27d
roles/prereq_python/molecule/default/molecule.yml
@@ -30,6 +30,8 @@ platforms:
30
- name: rhel9-4.molecule.internal
31
image_owner: "309956199498"
32
image_name: RHEL-9.4.0_HVM-*
33
+ image_filters:
34
+ architecture: x86_64
35
instance_type: t3.medium
36
boot_wait_seconds: 15
37
vpc_subnet_id: ${TEST_VPC_SUBNET_ID}
@@ -48,6 +50,8 @@ platforms:
48
50
Project: Molecule testing for prereq_python
49
51
provisioner:
52
name: ansible
- # inventory:
- # group_vars:
53
- # all:
+ inventory:
54
+ group_vars:
55
+ all:
56
+ cloudera_manager_version: 7.13.1
57
+ cloudera_runtime_version: 7.1.9 SP1
0 commit comments