vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 15 | nsPrefix: onap |
| 16 | pullPolicy: IfNotPresent |
BorislavG | 8bfc6cf | 2018-02-27 15:04:26 +0000 | [diff] [blame] | 17 | msbaddr: msb-iag.{{ .Values.nsPrefix }}:80 |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 18 | nslcm: |
Alexis de Talhouët | ed6bd73 | 2017-11-28 14:59:30 -0500 | [diff] [blame] | 19 | image: nexus3.onap.org:10001/onap/vfc/nslcm:v1.0.2 |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 20 | port: 8403 |
| 21 | nodePort: 30403 |
| 22 | replicas: 1 |
| 23 | resmgr: |
Alexis de Talhouët | ed6bd73 | 2017-11-28 14:59:30 -0500 | [diff] [blame] | 24 | image: nexus3.onap.org:10001/onap/vfc/resmanagement:v1.0.0 |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 25 | port: 8480 |
| 26 | nodePort: 30480 |
| 27 | replicas: 1 |
| 28 | gvnfmdriver: |
Alexis de Talhouët | ed6bd73 | 2017-11-28 14:59:30 -0500 | [diff] [blame] | 29 | image: nexus3.onap.org:10001/onap/vfc/gvnfmdriver:v1.0.1 |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 30 | port: 8484 |
| 31 | nodePort: 30484 |
| 32 | replicas: 1 |
maopengzhang | eea3dd6 | 2017-12-11 18:00:13 +0800 | [diff] [blame] | 33 | ztevnfmdriver: |
| 34 | image: nexus3.onap.org:10001/onap/vfc/ztevnfmdriver:v1.0.2 |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 35 | port: 8410 |
| 36 | nodePort: 30410 |
| 37 | replicas: 1 |
| 38 | hwvnfmdriver: |
Alexis de Talhouët | ed6bd73 | 2017-11-28 14:59:30 -0500 | [diff] [blame] | 39 | image: nexus3.onap.org:10001/onap/vfc/nfvo/svnfm/huawei:v1.0.2 |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 40 | port: 8482 |
| 41 | nodePort: 30482 |
| 42 | replicas: 1 |
| 43 | ztesdncdriver: |
Alexis de Talhouët | ed6bd73 | 2017-11-28 14:59:30 -0500 | [diff] [blame] | 44 | image: nexus3.onap.org:10001/onap/vfc/ztesdncdriver:v1.0.0 |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 45 | port: 8411 |
| 46 | nodePort: 30411 |
| 47 | replicas: 1 |
Alexis de Talhouët | ed6bd73 | 2017-11-28 14:59:30 -0500 | [diff] [blame] | 48 | nokiavnfmdriver: |
| 49 | image: nexus3.onap.org:10001/onap/vfc/nfvo/svnfm/nokia:v1.0.2 |
| 50 | port: 8486 |
| 51 | nodePort: 30412 |
| 52 | replicas: 1 |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 53 | jujudriver: |
Alexis de Talhouët | ed6bd73 | 2017-11-28 14:59:30 -0500 | [diff] [blame] | 54 | image: nexus3.onap.org:10001/onap/vfc/jujudriver:v1.0.0 |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 55 | port: 8483 |
| 56 | nodePort: 30483 |
| 57 | replicas: 1 |
| 58 | vnflcm: |
Alexis de Talhouët | ed6bd73 | 2017-11-28 14:59:30 -0500 | [diff] [blame] | 59 | image: nexus3.onap.org:10001/onap/vfc/vnflcm:v1.0.1 |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 60 | port: 8801 |
| 61 | nodePort: 30801 |
| 62 | replicas: 1 |
| 63 | vnfres: |
Alexis de Talhouët | ed6bd73 | 2017-11-28 14:59:30 -0500 | [diff] [blame] | 64 | image: nexus3.onap.org:10001/onap/vfc/vnfres:v1.0.1 |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 65 | port: 8802 |
| 66 | nodePort: 30802 |
| 67 | replicas: 1 |
| 68 | vnfmgr: |
Alexis de Talhouët | ed6bd73 | 2017-11-28 14:59:30 -0500 | [diff] [blame] | 69 | image: nexus3.onap.org:10001/onap/vfc/vnfmgr:v1.0.1 |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 70 | port: 8803 |
| 71 | nodePort: 30803 |
| 72 | replicas: 1 |
| 73 | emsdriver: |
Alexis de Talhouët | ed6bd73 | 2017-11-28 14:59:30 -0500 | [diff] [blame] | 74 | image: nexus3.onap.org:10001/onap/vfc/emsdriver:v1.0.1 |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 75 | port: 8206 |
| 76 | nodePort: 30296 |
| 77 | replicas: 1 |
| 78 | workflow: |
Alexis de Talhouët | ed6bd73 | 2017-11-28 14:59:30 -0500 | [diff] [blame] | 79 | image: nexus3.onap.org:10001/onap/vfc/wfengine-mgrservice:v1.0.0 |
| 80 | port: 10550 |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 81 | nodePort: 30805 |
| 82 | replicas: 1 |
Alexis de Talhouët | ed6bd73 | 2017-11-28 14:59:30 -0500 | [diff] [blame] | 83 | workflowengineactiviti: |
| 84 | image: nexus3.onap.org:10001/onap/vfc/wfengine-activiti:v1.0.0 |
| 85 | port: 8080 |
| 86 | nodePort: 30807 |
| 87 | replicas: 1 |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 88 | catalog: |
Alexis de Talhouët | ed6bd73 | 2017-11-28 14:59:30 -0500 | [diff] [blame] | 89 | image: nexus3.onap.org:10001/onap/vfc/catalog:v1.0.2 |
maopengzhang | 799cc59 | 2017-09-01 09:37:48 +0800 | [diff] [blame] | 90 | port: 8806 |
| 91 | nodePort: 30806 |
BorislavG | 8bfc6cf | 2018-02-27 15:04:26 +0000 | [diff] [blame] | 92 | replicas: 1 |