Add VFC containers to ONAP K8S 01/9801/8
authormaopengzhang <zhang.maopeng1@zte.com.cn>
Fri, 1 Sep 2017 01:37:48 +0000 (09:37 +0800)
committerMandeep Khinda <mandeep.khinda@amdocs.com>
Tue, 26 Sep 2017 16:54:39 +0000 (16:54 +0000)
commit799cc5979d753808addc6a8c2a467696052d0fd7
tree013f64a238a177e24ba6effe5483a5eacc41a3eb
parent91c77102cdc57ea5936789cacef6ad3e276b6054
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>
17 files changed:
kubernetes/oneclick/vfc.sh [new file with mode: 0755]
kubernetes/vfc/Chart.yaml [new file with mode: 0644]
kubernetes/vfc/templates/all-services.yaml [new file with mode: 0755]
kubernetes/vfc/templates/vfc-catalog-deployment.yaml [new file with mode: 0755]
kubernetes/vfc/templates/vfc-emsdriver-deployment.yaml [new file with mode: 0755]
kubernetes/vfc/templates/vfc-gvnfmdriver-deployment.yaml [new file with mode: 0755]
kubernetes/vfc/templates/vfc-hwvnfmdriver-deployment.yaml [new file with mode: 0755]
kubernetes/vfc/templates/vfc-jujudriver-deployment.yaml [new file with mode: 0755]
kubernetes/vfc/templates/vfc-nslcm-deployment.yaml [new file with mode: 0755]
kubernetes/vfc/templates/vfc-resmgr-deployment.yaml [new file with mode: 0755]
kubernetes/vfc/templates/vfc-vnflcm-deployment.yaml [new file with mode: 0755]
kubernetes/vfc/templates/vfc-vnfmgr-deployment.yaml [new file with mode: 0755]
kubernetes/vfc/templates/vfc-vnfres-deployment.yaml [new file with mode: 0755]
kubernetes/vfc/templates/vfc-workflow-deployment.yaml [new file with mode: 0755]
kubernetes/vfc/templates/vfc-ztesdncdriver-deployment.yaml [new file with mode: 0755]
kubernetes/vfc/templates/vfc-ztevmanagerdriver-deployment.yaml [new file with mode: 0755]
kubernetes/vfc/values.yaml [new file with mode: 0644]