Merge "Drop hosts file distribution tasks"

This commit is contained in:
Zuul 2022-01-21 10:57:37 +00:00 committed by Gerrit Code Review
commit 10f0dfe837
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ function define_tasks {
RUN_TASKS+=("${OSA_REPO_PATH}/playbooks/setup-hosts.yml --limit ${HOSTS}")
RUN_TASKS+=("${OSA_REPO_PATH}/playbooks/setup-openstack.yml --limit ${HOSTS}")
RUN_TASKS+=("${OSA_REPO_PATH}/playbooks/openstack-hosts-setup.yml --tags openstack_hosts-config,openstack-hosts")
RUN_TASKS+=("${OSA_REPO_PATH}/playbooks/unbound-install.yml --tags unbound-config")
RUN_TASKS+=("${OSA_REPO_PATH}/playbooks/os-nova-install.yml --tags nova-key --limit nova_compute")