blob: c57ed023ef0b3f54bcb5c494ccd0ba134d535d3a [file] [log] [blame]
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +00001server:
Ramesh Parthasarathyf74978f2018-10-15 22:11:06 +00002 port: {{ index .Values.containerPort }}
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +00003 tomcat:
4 max-threads: 50
5ssl-enable: false
6mso:
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +00007 msoKey: {{ .Values.global.app.msoKey }}
8 logPath: ./logs/apih
9 site-name: {{ index .Values.global.app.siteName }}
Ramesh Parthasarathy8ff2d582018-10-04 21:14:16 +000010 adapters:
11 requestDb:
12 endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000013 auth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.header "value2" .Values.mso.adapters.requestDb.auth )}}
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000014 catalog:
15 db:
16 spring:
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000017 endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000018 db:
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000019 auth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.header "value2" .Values.mso.adapters.requestDb.auth )}}
Ramesh Parthasarathy8ff2d582018-10-04 21:14:16 +000020 config:
21 path: /src/main/resources/
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000022 cadi: {{ include "cadi.keys" . | nindent 10}}
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000023 infra:
24 default:
25 alacarte:
26 orchestrationUri: /mso/async/services/ALaCarteOrchestrator
27 recipeTimeout: 180
28 testApi: VNF_API
29 service:
30 macro:
31 default:
32 testApi: GR_API
Alexis de Talhouƫt952a72a2018-09-19 15:38:20 -040033 camundaURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000034 camundaAuth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.camundaAuth )}}
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000035 async:
36 core-pool-size: 50
37 max-pool-size: 50
38 queue-capacity: 500
39 sdc:
40 client:
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000041 auth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.sdc.client.auth )}}
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000042 activate:
43 instanceid: test
44 userid: cs0008
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000045 endpoint: http://sdc-be.{{ include "common.namespace" . }}:8443
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000046 tenant:
47 isolation:
48 retry:
49 count: 3
50 aai:
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000051 endpoint: https://aai.{{ include "common.namespace" . }}:8443
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000052 auth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.aai.auth )}}
53
Vodafoned1c128b2019-04-08 12:21:38 +053054 extApi:
55 endpoint: http://nbi.onap:8080/nbi/api/v3
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000056 so:
57 operational-environment:
58 dmaap:
59 username: testuser
60 password: VjR5NDcxSzA=
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000061 host: http://dmaap-bc.{{ include "common.namespace" . }}:8080
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000062 auth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.so.operationalEnv.dmaap.auth )}}
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000063 publisher:
64 topic: com.att.ecomp.mso.operationalEnvironmentEvent
Benjamin, Max (mb388a)f1bf4932019-08-12 16:48:15 -040065 health:
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000066 auth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.header "value2" .Values.mso.health.auth )}}
Benjamin, Max (mb388a)f1bf4932019-08-12 16:48:15 -040067 endpoints:
68 - subsystem: apih
69 uri: http://so-bpmn-infra:8081
70 - subsystem: catalogdb
71 uri: http://so-catalog-db-adapter:8082
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000072spring:
sarada prasad sahooae2c7342019-07-10 14:40:12 +053073 datasource:
74 hikari:
75 jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/catalogdb
76 username: ${DB_USERNAME}
77 password: ${DB_PASSWORD}
78 driver-class-name: org.mariadb.jdbc.Driver
79 pool-name: catdb-pool
80 registerMbeans: true
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000081 jersey:
82 type: filter
83 security:
84 usercredentials:
85 -
86 username: sitecontrol
87 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
88 role: SiteControl-Client
89 -
90 username: gui
91 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
92 role: GUI-Client
93 -
94 username: infraportal
95 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
96 role: InfraPortal-Client
97 -
98 username: InfraPortalClient
99 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
100 role: InfraPortal-Client
101 -
102 username: bpel
103 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
104 role: BPEL-Client
105 -
106 username: mso_admin
107 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
108 role: ACTUATOR
Ramesh Parthasarathy8ff2d582018-10-04 21:14:16 +0000109request:
110 datasource:
sarada prasad sahooae2c7342019-07-10 14:40:12 +0530111 hikari:
112 jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/requestdb
113 username: ${DB_USERNAME}
114 password: ${DB_PASSWORD}
115 driver-class-name: org.mariadb.jdbc.Driver
116 pool-name: reqdb-pool
117 registerMbeans: true
Ramesh Parthasarathy8d41ffc2019-03-05 20:25:47 +0000118org:
119 onap:
120 so:
Marco Platania1ecbc182019-06-03 11:12:05 -0400121 cloud-owner: CloudOwner
Ramesh Parthasarathy8d41ffc2019-03-05 20:25:47 +0000122 adapters:
123 network:
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +0000124 encryptionKey: {{ .Values.global.app.msoKey }}