diff options
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index a061f0ef..560807f7 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>] @@ -341,7 +341,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 |