It has been deprecated and untested since ussuri, time to move on. Change-Id: Ieddda38b12d07a2a5c51650850b150dd82f332a9
15 lines
560 B
YAML
15 lines
560 B
YAML
---
|
|
# defaults file for ironic-inspect-node
|
|
noauth_mode: true
|
|
inspection_wait_timeout: 1800
|
|
inventory_dhcp: false
|
|
inventory_dhcp_static_ip: true
|
|
inventory_dns: false
|
|
|
|
# Timeout for gathering facts.
|
|
fact_gather_timeout: "{{ lookup('config', 'DEFAULT_GATHER_TIMEOUT', on_missing='skip') | default(omit, true) }}"
|
|
|
|
# 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' }}"
|