Skip to content

Commit

Permalink
fix(tests): add path to Python interpreter for EL8
Browse files Browse the repository at this point in the history
Related to #6711
  • Loading branch information
nqb committed Nov 30, 2021
1 parent 242a830 commit 38fc152
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/vagrant/inventory/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ all:
mgmt_ip: "{{ users_vars[dict_name]['vms']['pfel8dev']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['pfel8dev']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
ansible_python_interpreter: '/usr/bin/python3'
cpus: 2
memory: 6144
pfdeb11dev:
Expand All @@ -124,6 +125,7 @@ all:
mgmt_ip: "{{ users_vars[dict_name]['vms']['el8dev']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['el8dev']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
ansible_python_interpreter: '/usr/bin/python3'
cpus: 2
memory: 6144
deb11dev:
Expand Down Expand Up @@ -169,6 +171,7 @@ all:
mgmt_ip: "{{ users_vars[dict_name]['vms']['pfel8stable']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['pfel8stable']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
ansible_python_interpreter: '/usr/bin/python3'
cpus: 2
memory: 8192
# to test upgrades
Expand Down

0 comments on commit 38fc152

Please sign in to comment.