Add call to K8s addon in case of OC engine is used
Related-Bug: PROD-23351
Change-Id: I957dd1db8df70e8e14dcadf55c409c92fcbc3035
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy
index 74e4629..aadc7c9 100644
--- a/cloud-deploy-pipeline.groovy
+++ b/cloud-deploy-pipeline.groovy
@@ -423,6 +423,8 @@
}
orchestrate.installKubernetesCompute(venvPepper, extra_tgt)
+ // Setup kubernetes addons for opencontrail. More info in the definition of the func.
+ orchestrate.setupKubeAddonForContrail(venvPepper, extra_tgt)
}
}