From 8cd65feae26f150bf0e39020598f37478e5761f3 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 17 Sep 2021 07:55:49 +0300 Subject: [PATCH] Drop hosts file distribution tasks Since hosts file is now templated andn ot require running across all hosts, we can just drop that task. Change-Id: I390f538cf4b088e26bb172a242aa482ce67a80a8 --- scripts/add-compute.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/add-compute.sh b/scripts/add-compute.sh index 4d0e771b10..7ce49515d9 100755 --- a/scripts/add-compute.sh +++ b/scripts/add-compute.sh @@ -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")