Fix Password
[oom.git] / kubernetes / so / charts / so-openstack-adapter / resources / config / overrides / override.yaml
1 # Copyright © 2018 AT&T USA
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 aai:
15   auth: 2A11B07DB6214A839394AA1EC5844695F5114FC407FF5422625FB00175A3DCB8A1FF745F22867EFA72D5369D599BBD88DA8BED4233CF5586
16 server:
17   port: {{ index .Values.containerPort }}
18 spring:
19   security:
20     usercredentials:
21     -
22       username: sdnc
23       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
24       role: SDNC-Client
25     -
26       username: sitecontrol
27       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
28       role: SiteControl-Client
29     -
30       username: bpel
31       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
32       role: BPEL-Client
33     -
34       username: sniro
35       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
36       role: SNIRO-Client
37     -
38       username: apih
39       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
40       role: MSO-Client
41     -
42       username: mso_admin
43       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
44       role: ACTUATOR
45 org:
46   onap:
47     so:
48       adapters:
49         default_keystone_url_version: /v2.0
50         default_keystone_reg_ex: "/[vV][0-9]"
51         vnf:
52           bpelauth: D1A67FA93B6A6419132D0F83CC771AF774FD3C60853C50C22C8C6FC5088CC79E9E81EDE9EA39F22B2F66A0068E
53           checkRequiredParameters: true
54           addGetFilesOnVolumeReq: false
55           sockettimeout: 30
56           connecttimeout: 30
57           retrycount: 5
58           retryinterval: -15
59           retrylist: 408,429,500,502,503,504,900
60           valet_enabled: false
61           fail_requests_on_valet_failure: false
62         network:
63           bpelauth: D1A67FA93B6A6419132D0F83CC771AF774FD3C60853C50C22C8C6FC5088CC79E9E81EDE9EA39F22B2F66A0068E
64           sockettimeout: 5
65           connecttimeout: 5
66           retrycount: 5
67           retryinterval: -15
68           retrylist: 408,429,500,502,503,504,900
69           encryptionKey: 07a7159d3bf51a0e53be7a8f89699be7
70         tenant:
71           default_keystone_url_version: /v2.0
72           default_keystone_reg_ex: "/[vV][0-9]"
73           default_tenant_description: Tenant
74           default_region_type: single
75           default_user_role: admin
76           default_success_status_string: Success
77           default_no_regions_status_string: no regions
78           default_quota_value: 10
79           set_default_quota: false
80 ecomp:
81   mso:
82     adapters:
83       po:
84         retryCodes: 504
85         retryDelay: 5
86         retryCount: 3
87         pollTimeout: 7500
88         pollInterval: 15
89 mso:
90   auth: BEA8637716A7EB617DF472BA6552D22F68C1CB17B0D094D77DDA562F4ADAAC4457CAB848E1A4
91   logPath: ./logs/openstack
92   msb-ip: msb-iag.{{ include "common.namespace" . }}
93   msb-port: 80
94   workflow:
95     endpoint: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/sobpmnengine
96   msoKey: 07a7159d3bf51a0e53be7a8f89699be7
97   config:
98     cadi:
99       aafId: poBpmn
100   catalog:
101     db:
102       spring:
103         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
104   aai:
105     endpoint: https://aai.{{ include "common.namespace" . }}:8443
106   db:
107     auth: Basic YnBlbDpwYXNzd29yZDEk
108   site-name: localDevEnv
109   async:
110     core-pool-size: 50
111     max-pool-size: 50
112     queue-capacity: 500