License addition in all yamls
[oom.git] / kubernetes / vfc / values.yaml
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
15 nsPrefix: onap
16 pullPolicy: IfNotPresent
17 msbaddr: msb-iag.{{ .Values.nsPrefix }}:80
18 nslcm:
19   image: nexus3.onap.org:10001/onap/vfc/nslcm:v1.0.2
20   port: 8403
21   nodePort: 30403
22   replicas: 1
23 resmgr:
24   image: nexus3.onap.org:10001/onap/vfc/resmanagement:v1.0.0
25   port: 8480
26   nodePort: 30480
27   replicas: 1
28 gvnfmdriver:
29   image: nexus3.onap.org:10001/onap/vfc/gvnfmdriver:v1.0.1
30   port: 8484
31   nodePort: 30484
32   replicas: 1
33 ztevnfmdriver:
34   image: nexus3.onap.org:10001/onap/vfc/ztevnfmdriver:v1.0.2
35   port: 8410
36   nodePort: 30410
37   replicas: 1
38 hwvnfmdriver:
39   image: nexus3.onap.org:10001/onap/vfc/nfvo/svnfm/huawei:v1.0.2
40   port: 8482
41   nodePort: 30482
42   replicas: 1
43 ztesdncdriver:
44   image: nexus3.onap.org:10001/onap/vfc/ztesdncdriver:v1.0.0
45   port: 8411
46   nodePort: 30411
47   replicas: 1
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
53 jujudriver:
54   image: nexus3.onap.org:10001/onap/vfc/jujudriver:v1.0.0
55   port: 8483
56   nodePort: 30483
57   replicas: 1
58 vnflcm:
59   image: nexus3.onap.org:10001/onap/vfc/vnflcm:v1.0.1
60   port: 8801
61   nodePort: 30801
62   replicas: 1
63 vnfres:
64   image: nexus3.onap.org:10001/onap/vfc/vnfres:v1.0.1
65   port: 8802
66   nodePort: 30802
67   replicas: 1
68 vnfmgr:
69   image: nexus3.onap.org:10001/onap/vfc/vnfmgr:v1.0.1
70   port: 8803
71   nodePort: 30803
72   replicas: 1
73 emsdriver:
74   image: nexus3.onap.org:10001/onap/vfc/emsdriver:v1.0.1
75   port: 8206
76   nodePort: 30296
77   replicas: 1
78 workflow:
79   image: nexus3.onap.org:10001/onap/vfc/wfengine-mgrservice:v1.0.0
80   port: 10550
81   nodePort: 30805
82   replicas: 1
83 workflowengineactiviti:
84   image: nexus3.onap.org:10001/onap/vfc/wfengine-activiti:v1.0.0
85   port: 8080
86   nodePort: 30807
87   replicas: 1
88 catalog:
89   image: nexus3.onap.org:10001/onap/vfc/catalog:v1.0.2
90   port: 8806
91   nodePort: 30806
92   replicas: 1