diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-01-25 17:47:43 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-01-25 17:48:25 -0600 |
commit | 7188808f4521feb83e828b14479db8df70c60a7b (patch) | |
tree | d44b5fc600eeaa283134992e56bacc603d13b780 /ci/deploy.sh | |
parent | 5cb0ea7a1b2473a1969e48eff41ff50d540c53bd (diff) |
modified to fix kubernetes issue.
Change-Id: Ib9d90bc171836aa83f455d6727c9a1457b5fd400
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 3 |
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 ......." |