diff options
author | maopengzhang <zhang.maopeng1@zte.com.cn> | 2017-09-01 09:37:48 +0800 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-09-26 16:54:39 +0000 |
commit | 799cc5979d753808addc6a8c2a467696052d0fd7 (patch) | |
tree | 013f64a238a177e24ba6effe5483a5eacc41a3eb /kubernetes/vfc/values.yaml | |
parent | 91c77102cdc57ea5936789cacef6ad3e276b6054 (diff) |
Add VFC containers to ONAP K8S
Add VFC containers to ONAP K8S
MK:- fixed issues related to port names longer than 15chars
- scoped pods to the onap-vfc namespace.
All deployments still fail due to missing docker images in nexus3
Yan:- fixed docker images in nexus3
MK (patchset 7)
- adding image pull secrets or they all fail
- address Alexis comments by removing trailing spaces &
removing activii (with the comments left in it crashes out)
MK: (patchset 8)
- removing trailing whitespaces
Change-Id: Iab9f641aaa580511c0e4a073a71da723aaf07315
Issue-ID: OOM-19
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/vfc/values.yaml')
-rw-r--r-- | kubernetes/vfc/values.yaml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/kubernetes/vfc/values.yaml b/kubernetes/vfc/values.yaml new file mode 100644 index 0000000000..94fcef8374 --- /dev/null +++ b/kubernetes/vfc/values.yaml @@ -0,0 +1,68 @@ +nsPrefix: onap +pullPolicy: IfNotPresent +msbaddr: msb-iag.onap-msb:80 +nslcm: + image: nexus3.onap.org:10001/onap/vfc/nslcm:latest + port: 8403 + nodePort: 30403 + replicas: 1 +resmgr: + image: nexus3.onap.org:10001/onap/vfc/resmanagement:latest + port: 8480 + nodePort: 30480 + replicas: 1 +gvnfmdriver: + image: nexus3.onap.org:10001/onap/vfc/gvnfmdriver:latest + port: 8484 + nodePort: 30484 + replicas: 1 +ztevmanagerdriver: + image: nexus3.onap.org:10001/onap/vfc/ztevmanagerdriver:latest + port: 8410 + nodePort: 30410 + replicas: 1 +hwvnfmdriver: + image: nexus3.onap.org:10001/onap/vfc/nfvo/svnfm/huawei:latest + port: 8482 + nodePort: 30482 + replicas: 1 +ztesdncdriver: + image: nexus3.onap.org:10001/onap/vfc/ztesdncdriver:latest + port: 8411 + nodePort: 30411 + replicas: 1 +jujudriver: + image: nexus3.onap.org:10001/onap/vfc/jujudriver:latest + port: 8483 + nodePort: 30483 + replicas: 1 +vnflcm: + image: nexus3.onap.org:10001/onap/vfc/vnflcm:latest + port: 8801 + nodePort: 30801 + replicas: 1 +vnfres: + image: nexus3.onap.org:10001/onap/vfc/vnfres:latest + port: 8802 + nodePort: 30802 + replicas: 1 +vnfmgr: + image: nexus3.onap.org:10001/onap/vfc/vnfmgr:latest + port: 8803 + nodePort: 30803 + replicas: 1 +emsdriver: + image: nexus3.onap.org:10001/onap/vfc/emsdriver:latest + port: 8206 + nodePort: 30296 + replicas: 1 +workflow: + image: nexus3.onap.org:10001/onap/vfc/wfenginemgrservice:latest + port: 8805 + nodePort: 30805 + replicas: 1 +catalog: + image: nexus3.onap.org:10001/onap/vfc/catalog:latest + port: 8806 + nodePort: 30806 + replicas: 1
\ No newline at end of file |