blob: 48b75c72e98099e3e9840684ea7c36c71c319168 [file] [log] [blame]
Ramesh Parthasarathya1ef7e12020-04-04 17:38:46 +00001aai:
Andreas Geissler17be9622022-04-29 13:33:02 +02002 {{ if (include "common.needTLS" .) }}
Ramesh Parthasarathya1ef7e12020-04-04 17:38:46 +00003 endpoint: https://aai.{{ include "common.namespace" . }}:8443
Andreas Geissler17be9622022-04-29 13:33:02 +02004 {{ else }}
Andreas Geisslerb3a38062022-09-22 13:40:07 +02005 endpoint: http://aai.{{ include "common.namespace" . }}:80
Andreas Geissler17be9622022-04-29 13:33:02 +02006 {{ end }}
seshukm0df1f8e2020-08-17 21:45:49 +05307 auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.aai.auth )}}
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +00008server:
Ramesh Parthasarathyf74978f2018-10-15 22:11:06 +00009 port: {{ index .Values.containerPort }}
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000010 tomcat:
11 max-threads: 50
12ssl-enable: false
13mso:
sekharhuawei2e799e92020-11-14 17:06:56 +053014 msoKey: {{ .Values.mso.msoKey }}
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000015 logPath: ./logs/apih
16 site-name: {{ index .Values.global.app.siteName }}
Ramesh Parthasarathy8ff2d582018-10-04 21:14:16 +000017 adapters:
18 requestDb:
19 endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
seshukm0df1f8e2020-08-17 21:45:49 +053020 auth: {{ include "so.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 +000021 catalog:
22 db:
23 spring:
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000024 endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000025 db:
seshukm0df1f8e2020-08-17 21:45:49 +053026 auth: {{ include "so.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 +000027 config:
28 path: /src/main/resources/
seshukm0df1f8e2020-08-17 21:45:49 +053029 cadi: {{ include "so.cadi.keys" . | nindent 10}}
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000030 infra:
31 default:
32 alacarte:
33 orchestrationUri: /mso/async/services/ALaCarteOrchestrator
34 recipeTimeout: 180
35 testApi: VNF_API
36 service:
37 macro:
38 default:
39 testApi: GR_API
Alexis de Talhouƫt952a72a2018-09-19 15:38:20 -040040 camundaURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/
seshukm0df1f8e2020-08-17 21:45:49 +053041 camundaAuth: {{ include "so.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 +000042 async:
43 core-pool-size: 50
44 max-pool-size: 50
45 queue-capacity: 500
46 sdc:
47 client:
seshukm0df1f8e2020-08-17 21:45:49 +053048 auth: {{ include "so.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 +000049 activate:
50 instanceid: test
51 userid: cs0008
Andreas Geissler17be9622022-04-29 13:33:02 +020052 {{ if (include "common.needTLS" .) }}
53 endpoint: https://sdc-be.{{ include "common.namespace" . }}:8443
54 {{ else }}
55 endpoint: http://sdc-be.{{ include "common.namespace" . }}:8080
56 {{ end }}
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000057 tenant:
58 isolation:
59 retry:
60 count: 3
61 aai:
Andreas Geissler17be9622022-04-29 13:33:02 +020062 {{ if (include "common.needTLS" .) }}
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000063 endpoint: https://aai.{{ include "common.namespace" . }}:8443
Andreas Geissler17be9622022-04-29 13:33:02 +020064 {{ else }}
Andreas Geisslerb3a38062022-09-22 13:40:07 +020065 endpoint: http://aai.{{ include "common.namespace" . }}:80
Andreas Geissler17be9622022-04-29 13:33:02 +020066 {{ end }}
seshukm0df1f8e2020-08-17 21:45:49 +053067 auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.aai.auth )}}
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000068
Vodafoned1c128b2019-04-08 12:21:38 +053069 extApi:
70 endpoint: http://nbi.onap:8080/nbi/api/v3
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000071 so:
72 operational-environment:
73 dmaap:
74 username: testuser
75 password: VjR5NDcxSzA=
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000076 host: http://dmaap-bc.{{ include "common.namespace" . }}:8080
seshukm0df1f8e2020-08-17 21:45:49 +053077 auth: {{ include "so.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 +000078 publisher:
79 topic: com.att.ecomp.mso.operationalEnvironmentEvent
Benjamin, Max (mb388a)f1bf4932019-08-12 16:48:15 -040080 health:
seshukm0df1f8e2020-08-17 21:45:49 +053081 auth: {{ include "so.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 -040082 endpoints:
83 - subsystem: apih
84 uri: http://so-bpmn-infra:8081
85 - subsystem: catalogdb
86 uri: http://so-catalog-db-adapter:8082
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000087spring:
sarada prasad sahooae2c7342019-07-10 14:40:12 +053088 datasource:
89 hikari:
90 jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/catalogdb
91 username: ${DB_USERNAME}
92 password: ${DB_PASSWORD}
93 driver-class-name: org.mariadb.jdbc.Driver
94 pool-name: catdb-pool
95 registerMbeans: true
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000096 jersey:
97 type: filter
98 security:
99 usercredentials:
100 -
101 username: sitecontrol
102 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
103 role: SiteControl-Client
104 -
105 username: gui
106 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
107 role: GUI-Client
108 -
109 username: infraportal
110 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
111 role: InfraPortal-Client
112 -
113 username: InfraPortalClient
114 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
115 role: InfraPortal-Client
116 -
117 username: bpel
118 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
119 role: BPEL-Client
120 -
121 username: mso_admin
122 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
123 role: ACTUATOR
Ramesh Parthasarathy8ff2d582018-10-04 21:14:16 +0000124request:
125 datasource:
sarada prasad sahooae2c7342019-07-10 14:40:12 +0530126 hikari:
127 jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/requestdb
128 username: ${DB_USERNAME}
129 password: ${DB_PASSWORD}
130 driver-class-name: org.mariadb.jdbc.Driver
131 pool-name: reqdb-pool
132 registerMbeans: true
Ramesh Parthasarathy8d41ffc2019-03-05 20:25:47 +0000133org:
134 onap:
135 so:
Marco Platania1ecbc182019-06-03 11:12:05 -0400136 cloud-owner: CloudOwner
Ramesh Parthasarathy8d41ffc2019-03-05 20:25:47 +0000137 adapters:
138 network:
sekharhuawei2e799e92020-11-14 17:06:56 +0530139 encryptionKey: {{ .Values.mso.msoKey }}