summaryrefslogtreecommitdiffstats
path: root/kubernetes/oneclick
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2017-08-21 16:04:37 -0400
committerMandeep Khinda <mandeep.khinda@amdocs.com>2017-08-21 16:04:37 -0400
commit82c63d33cf8ade806228a9e5ae43dd4527789a91 (patch)
tree59f6eb0bbb7e1dbfa15d07a5ea02c139037650c1 /kubernetes/oneclick
parente94258e3be0da3a15680de53b1817490c4173759 (diff)
ONAP Portal 1.1 work
-Updating yamls, and config pod data and tag -VNC pod is currently WIP as the other services are not available yet. Issue-ID: OOM-151 Change-Id: I8f201645481888657d42bfe0e16ca505187521c7 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/oneclick')
-rwxr-xr-xkubernetes/oneclick/portal.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/oneclick/portal.sh b/kubernetes/oneclick/portal.sh
index 49ce39e4bf..c1484859b3 100755
--- a/kubernetes/oneclick/portal.sh
+++ b/kubernetes/oneclick/portal.sh
@@ -4,4 +4,5 @@ KUBECTL_CMD="kubectl --namespace $1-$2 $3 -f ../$2"
printf "Portal....\n"
$KUBECTL_CMD/portal-mariadb-deployment.yaml
$KUBECTL_CMD/portal-apps-deployment.yaml
+$KUBECTL_CMD/portal-widgets-deployment.yaml
$KUBECTL_CMD/portal-vnc-dep.yaml