Merge "Add variable to bootstrap role to describe the test job action"

This commit is contained in:
Zuul 2022-03-21 15:53:31 +00:00 committed by Gerrit Code Review
commit 1a288c63cb

View File

@ -17,6 +17,9 @@
# Scenario used to bootstrap the host
bootstrap_host_scenario: "{{ lookup('env','SCENARIO') | default('aio_lxc', true) }}"
#
# Action used (deploy, upgrade, ...)
bootstrap_host_action: "{{ lookup('env', 'ACTION') | default('deploy', true) }}"
#
# Boolean option to implement OpenStack-Ansible configuration for an AIO
# Switch to no for a multi-node configuration
bootstrap_host_aio_config: yes