1 # Copyright © 2018 AT&T USA
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
7 # http://www.apache.org/licenses/LICENSE-2.0
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 # Global configuration defaults.
16 #################################################################
19 nodePortPrefixExt: 304
20 repository: nexus3.onap.org:10001
21 readinessRepository: oomk8s
22 readinessImage: readiness-check:2.0.2
24 mountPath: /dockerdata-nfs
26 #################################################################
28 #################################################################
32 externalSecret: '{{ tpl (default "" .Values.db.userCredsExternalSecret) . }}'
33 login: '{{ .Values.db.userName }}'
34 password: '{{ .Values.db.userPassword }}'
35 passwordPolicy: required
38 externalSecret: '{{ tpl (default "" .Values.db.adminCredsExternalSecret) . }}'
39 login: '{{ .Values.db.adminName }}'
40 password: '{{ .Values.db.adminPassword }}'
41 passwordPolicy: required
43 #################################################################
44 # Application configuration defaults.
45 #################################################################
46 image: onap/so/openstack-adapter:1.5.3
48 repository: nexus3.onap.org:10001
52 userPassword: so_User123
53 # userCredsExternalSecret: some secret
55 adminPassword: so_Admin123
56 # adminCredsExternalSecret: some secret
61 logPath: ./logs/openstack/
62 app: openstack-adapter
67 portName: so-optack-port
72 # Resource Limit flavor -By Default using small
74 # Segregation for Different environment (Small and Large)
95 initialDelaySeconds: 600
103 openStackUserName: "vnf_user"
104 openStackRegion: "RegionOne"
105 openStackKeyStoneUrl: "http://1.2.3.4:5000/v2.0"
106 openStackServiceTenantName: "service"
107 openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
108 openStackTenantId: "d570c718cbc545029f40e50b75eb13df"