Removed use of vfc-redis from etsicatalog component
[oom.git] / kubernetes / so / charts / so-sdc-controller / 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   datasource:
20     hikari:
21       jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/catalogdb
22       username: ${DB_USERNAME}
23       password: ${DB_PASSWORD}
24       driver-class-name: org.mariadb.jdbc.Driver
25       pool-name: catdb-pool
26       registerMbeans: false
27   security:
28     usercredentials:
29     -
30       username: asdc
31       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
32       role: Asdc-Client
33     -
34       username: mso_admin
35       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
36       role: ACTUATOR
37 request:
38   datasource:
39     hikari:
40       jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/requestdb
41       username: ${DB_USERNAME}
42       password: ${DB_PASSWORD}
43       driver-class-name: org.mariadb.jdbc.Driver
44       pool-name: reqdb-pool
45       registerMbeans: false
46 mso:
47   msoKey: 07a7159d3bf51a0e53be7a8f89699be7
48   logPath: ./logs/sdc
49   catalog:
50     db:
51       spring:
52         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
53   db:
54     auth: Basic YnBlbDpwYXNzd29yZDEk
55   site-name: onapheat
56   camundaURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/
57   adapters:
58     requestDb:
59       endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
60       auth: Basic YnBlbDpwYXNzd29yZDEk
61   aai:
62     endpoint: https://aai.{{ include "common.namespace" . }}:8443
63   asdc-connections:
64     asdc-controller1:
65       user: mso
66       consumerGroup: SO-OpenSource-Env11
67       consumerId: SO-COpenSource-Env11
68       environmentName: AUTO
69       asdcAddress: sdc-be.{{ include "common.namespace" . }}:8443
70       password: 76966BDD3C7414A03F7037264FF2E6C8EEC6C28F2B67F2840A1ED857C0260FEE731D73F47F828E5527125D29FD25D3E0DE39EE44C058906BF1657DE77BF897EECA93BDC07FA64F
71       pollingInterval: 60
72       pollingTimeout: 60
73       relevantArtifactTypes: HEAT,HEAT_ENV,HEAT_VOL
74       useHttpsWithDmaap: false
75       activateServerTLSAuth: false
76       keyStorePassword:
77       keyStorePath:
78       watchDogTimeout: 300
79       isFitlerInEmptyResources: true
80       messageBusAddress: message-router.{{ include "common.namespace" . }},message-router.{{ include "common.namespace" . }}
81   asdc:
82     config:
83       activity:
84         endpoint: http://sdc-wfd-be:8080
85       key: 566B754875657232314F5548556D3665
86       components:
87         count: 3,
88         componentNames: SO,AAI,SDNC
89   scheduling:
90     enabled: false