diff options
author | Xuan Jia <jason.jiaxuan@gmail.com> | 2018-11-20 02:51:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-20 02:51:26 +0000 |
commit | 38b371951736582843ff3568fbc5b40450acc043 (patch) | |
tree | 4dff4e600d618bad33ff310e2e31840f348227d5 /ci/deploy.sh | |
parent | 1ae71798652b3222561b39fb29e25da2a873c81e (diff) | |
parent | 0737feb0aa28486cf18e57bb31fc4f0e08d6c04e (diff) |
Merge "enable multus & istio"
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index a5aec16..7ad725b 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -24,6 +24,7 @@ SCENARIOS=" kubeadm_virtlet kubeadm_ovsdpdk kubeadm_kata + kubeadm " for SCENARIO in $SCENARIOS; do |