summaryrefslogtreecommitdiffstats
path: root/kud/hosting_providers/containerized
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2020-11-19 18:13:07 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-19 18:13:07 +0000
commitb3a1e8b58d2053f9d699d5b687e3a87600c3115c (patch)
treec8fb8a10d2ad58f201533965677821675b940ae8 /kud/hosting_providers/containerized
parent4e012e850d595352ab3d828c7bceab42db3aa97e (diff)
parent61dbe22ebb42279e388f53c557c267d43a774ed2 (diff)
Merge "Build and deploy sriov module only on supported hosts."
Diffstat (limited to 'kud/hosting_providers/containerized')
-rwxr-xr-xkud/hosting_providers/containerized/installer.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/kud/hosting_providers/containerized/installer.sh b/kud/hosting_providers/containerized/installer.sh
index 6fd7c915..226f4568 100755
--- a/kud/hosting_providers/containerized/installer.sh
+++ b/kud/hosting_providers/containerized/installer.sh
@@ -120,6 +120,8 @@ function install_addons {
ansible-playbook $verbose -i \
$kud_inventory $kud_playbooks/configure-kud.yml | \
tee $cluster_log/setup-kud.log
+ # The order of KUD_ADDONS is important: some plugins (sriov, qat)
+ # require nfd to be enabled.
for addon in ${KUD_ADDONS:-virtlet ovn4nfv nfd sriov cmk $plugins_name}; do
echo "Deploying $addon using configure-$addon.yml playbook.."
ansible-playbook $verbose -i \