![Dmitry Tantsur](/assets/img/avatar_default.png)
Remove variables that can be calculated, move global variables like testing to the top level. Remove collecting information that should rather be collected by CI jobs themselves. Change-Id: Ib73a09529c8ad1640db4542d68ea3f76d6c7ea24
11 lines
362 B
YAML
11 lines
362 B
YAML
---
|
|
node_ssh_pause: 10
|
|
wait_timeout: 900
|
|
|
|
inventory_dhcp: false
|
|
multinode_testing: "{{ inventory_dhcp | bool }}"
|
|
|
|
# Ensure that Ansible is using python interpreter and dependencies inside the bifrost virtual environment
|
|
bifrost_venv_dir: "{{ lookup('env', 'VENV') or '/opt/stack/bifrost' }}"
|
|
ansible_python_interpreter: "{{ bifrost_venv_dir + '/bin/python3' }}"
|