openstack-ansible-os_nova/tasks
Ralf Haferkamp 417ec1a296 Partially revert "Convert dynamic includes to static imports"
This reverts parts of commit 68d2839e18.

When running the nova playbooks without having "nova_virt_type" set. It
failed with:

"Error when evaluating variable in dynamic parent include path:
 drivers/{{ nova_virt_type }}/nova_compute_{{ nova_virt_type }}.yml.
 When using static imports, the parent dynamic include cannot utilize
 host facts or variables from inventory"

since the above commit. In ansible it's not allowed to call import_tasks
from a playbook which was included via include_tasks using a dynamic
include path. So we're switching back to "include_tasks" for the
affected playbook.

Change-Id: Ia0227886bd2cc59aab6d2861ef4aa9358d160925
Closes-Bug: 1845497
2019-09-26 16:50:00 +02:00
..
consoles Only clone console repos on source based installs 2019-09-19 19:24:54 +03:00
drivers Partially revert "Convert dynamic includes to static imports" 2019-09-26 16:50:00 +02:00
db_setup.yml Updated from OpenStack Ansible Tests 2019-09-04 15:17:20 +00:00
main.yml Start using uWSGI role 2019-09-04 15:35:44 +03:00
mq_setup.yml Updated from OpenStack Ansible Tests 2019-06-18 18:16:23 +00:00
nova_compute_key_distribute.yml Use the host python interpreter when delegating to localhost 2017-06-19 08:00:56 -04:00
nova_compute_key_populate.yml Ensure nova home dir is completely overridable 2016-08-24 22:34:56 +00:00
nova_compute_wait.yml setup: allow custom conductor host 2019-01-05 16:05:10 -05:00
nova_compute.yml Convert dynamic includes to static imports 2019-09-13 20:12:33 +00:00
nova_db_post_setup.yml Fix cell_v2 discover_hosts when Ironic enabled 2019-08-21 11:59:49 +03:00
nova_db_setup.yml Fix deprecation warning 2019-07-08 16:55:59 +02:00
nova_install.yml Allow venv python interpreter to be overridden 2019-09-05 17:43:46 +01:00
nova_post_install.yml Cleanup files and templates using smart sources 2019-02-12 10:21:06 +00:00
nova_pre_install.yml Use systemd-journald instead of log files 2019-07-16 19:33:03 +03:00
nova_vgpu_detect.yml Compute: Enable vGPU in Nova if exist on the host 2018-09-10 08:48:36 -04:00
nova_virt_detect.yml tasks: add conditionals for ironic 2019-07-29 11:48:11 -04:00
service_setup.yml Updated from OpenStack Ansible Tests 2019-09-04 15:17:20 +00:00