summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-10-18 19:22:04 -0400
committerGuo Ruijing <ruijing.guo@intel.com>2017-10-18 19:25:56 -0400
commit0b6cf885239f5612c19db205d9a827572ad73c8a (patch)
tree6b40c95a3eb544df4897238c9c1bb028d52303a7 /ci/deploy.sh
parent470472f807b118b235d7ff473a3e58bfaf8c293d (diff)
add intel multus cni support
Change-Id: I5670a824c62f6b41dddb7792c851d8b838d28b50 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 9277e857..a6a1b182 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -25,7 +25,7 @@ usage() { echo "Usage: $0
[-t|--type <noha|ha|tip>]
[-o|--openstack <ocata>]
[-l|--lab <default|custom>]
- [-f|--feature <ipv6,dpdk,lxd,dvr,openbaton>]
+ [-f|--feature <ipv6,dpdk,lxd,dvr,openbaton,multus>]
[-d|--distro <xenial>]
[-a|--arch <amd64|ppc64el|aarch64>]
[-m|--model <openstack|kubernetes>]
@@ -348,7 +348,7 @@ elif ([ $opnfvmodel == "kubernetes" ]); then
check_status executing 50
echo_info "Configuring Kubernetes deployment"
- ./k8.sh
+ ./k8.sh $opnfvfeature
fi
# expose the juju gui-url to login into juju gui