a2cbe94b76
Adds these new commands: kayobe baremetal compute inspect kayobe baremetal compute manage kayobe baremetal compute provide These can be used to set the provision state of ironic nodes in the baremetal-compute group.
6 lines
355 B
YAML
6 lines
355 B
YAML
---
|
|
# Path to a python interpreter to set as the ansible_python_interpreter
|
|
# variable. The default uses a variable set by the activate-virtualenv role
|
|
# containing the original python interpreter before entering the virtualenv.
|
|
deactivate_virtualenv_python_interpreter: "{{ activate_virtualenv_current_python_interpreter | default('/usr/bin/python') }}"
|