diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-08-21 16:04:37 -0400 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-08-21 16:04:37 -0400 |
commit | 82c63d33cf8ade806228a9e5ae43dd4527789a91 (patch) | |
tree | 59f6eb0bbb7e1dbfa15d07a5ea02c139037650c1 /kubernetes/portal/portal-vnc-dep.yaml | |
parent | e94258e3be0da3a15680de53b1817490c4173759 (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/portal/portal-vnc-dep.yaml')
-rw-r--r-- | kubernetes/portal/portal-vnc-dep.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/portal/portal-vnc-dep.yaml b/kubernetes/portal/portal-vnc-dep.yaml index 7751eeeaab..f475865ee6 100644 --- a/kubernetes/portal/portal-vnc-dep.yaml +++ b/kubernetes/portal/portal-vnc-dep.yaml @@ -94,7 +94,7 @@ spec: }, { "command": ["/bin/sh","-c"], - "args": ["echo `host sdc-be.onap-sdc | awk ''{print$4}''` sdc.api.simpledemo.openecomp.org >> /ubuntu-init/hosts; echo `host portalapps.onap-portal | awk ''{print$4}''` portal.api.simpledemo.openecomp.org >> /ubuntu-init/hosts; echo `host pap.onap-policy | awk ''{print$4}''` policy.api.simpledemo.openecomp.org >> /ubuntu-init/hosts; echo `host sdc-fe.onap-sdc | awk ''{print$4}''` sdc.ui.simpledemo.openecomp.org >> /ubuntu-init/hosts; echo `host vid-server.onap-vid | awk ''{print$4}''` vid.api.simpledemo.openecomp.org >> /ubuntu-init/hosts"], + "args": ["echo `host sdc-be.onap-sdc | awk ''{print$4}''` sdc.api.be.simpledemo.openecomp.org >> /ubuntu-init/hosts; echo `host portalapps.onap-portal | awk ''{print$4}''` portal.api.simpledemo.openecomp.org >> /ubuntu-init/hosts; echo `host pap.onap-policy | awk ''{print$4}''` policy.api.simpledemo.openecomp.org >> /ubuntu-init/hosts; echo `host sdc-fe.onap-sdc | awk ''{print$4}''` sdc.ui.simpledemo.openecomp.org >> /ubuntu-init/hosts; echo `host vid-server.onap-vid | awk ''{print$4}''` vid.api.simpledemo.openecomp.org >> /ubuntu-init/hosts; echo `host sparky-fe.onap-aai | awk ''{print$4}''` aai.api.simpledemo.openecomp.org >> /ubuntu-init/hosts"], "image": "oomk8s/ubuntu-init:1.0.0", "imagePullPolicy": "Always", "name": "vnc-init-hosts", |