summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index c44eaba0..4d79ec8d 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -203,5 +203,8 @@ if [[ "$opnfvmodel" = "openstack" ]]; then
../juju/joid-configure-openstack || true
fi
+if [[ "$opnfvmodel" = "kubernetes" ]]; then
+ ./k8.sh
+fi
echo "...... finished ......."