blob: 6bd930d7b13ffee9798473ffded35a1e20c6adf0 [file] [log] [blame]
Ramesh Parthasarathya1ef7e12020-04-04 17:38:46 +00001aai:
2 endpoint: https://aai.{{ include "common.namespace" . }}:8443
3 auth: {{ include "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 +00004server:
Ramesh Parthasarathyf74978f2018-10-15 22:11:06 +00005 port: {{ index .Values.containerPort }}
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +00006 tomcat:
7 max-threads: 50
8ssl-enable: false
9mso:
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000010 msoKey: {{ .Values.global.app.msoKey }}
11 logPath: ./logs/apih
12 site-name: {{ index .Values.global.app.siteName }}
Ramesh Parthasarathy8ff2d582018-10-04 21:14:16 +000013 adapters:
14 requestDb:
15 endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000016 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 +000017 catalog:
18 db:
19 spring:
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000020 endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000021 db:
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000022 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 +000023 config:
24 path: /src/main/resources/
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000025 cadi: {{ include "cadi.keys" . | nindent 10}}
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000026 infra:
27 default:
28 alacarte:
29 orchestrationUri: /mso/async/services/ALaCarteOrchestrator
30 recipeTimeout: 180
31 testApi: VNF_API
32 service:
33 macro:
34 default:
35 testApi: GR_API
Alexis de Talhouƫt952a72a2018-09-19 15:38:20 -040036 camundaURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000037 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 +000038 async:
39 core-pool-size: 50
40 max-pool-size: 50
41 queue-capacity: 500
42 sdc:
43 client:
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000044 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 +000045 activate:
46 instanceid: test
47 userid: cs0008
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000048 endpoint: http://sdc-be.{{ include "common.namespace" . }}:8443
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000049 tenant:
50 isolation:
51 retry:
52 count: 3
53 aai:
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000054 endpoint: https://aai.{{ include "common.namespace" . }}:8443
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000055 auth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.aai.auth )}}
56
Vodafoned1c128b2019-04-08 12:21:38 +053057 extApi:
58 endpoint: http://nbi.onap:8080/nbi/api/v3
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000059 so:
60 operational-environment:
61 dmaap:
62 username: testuser
63 password: VjR5NDcxSzA=
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000064 host: http://dmaap-bc.{{ include "common.namespace" . }}:8080
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000065 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 +000066 publisher:
67 topic: com.att.ecomp.mso.operationalEnvironmentEvent
Benjamin, Max (mb388a)f1bf4932019-08-12 16:48:15 -040068 health:
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000069 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 -040070 endpoints:
71 - subsystem: apih
72 uri: http://so-bpmn-infra:8081
73 - subsystem: catalogdb
74 uri: http://so-catalog-db-adapter:8082
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000075spring:
sarada prasad sahooae2c7342019-07-10 14:40:12 +053076 datasource:
77 hikari:
78 jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/catalogdb
79 username: ${DB_USERNAME}
80 password: ${DB_PASSWORD}
81 driver-class-name: org.mariadb.jdbc.Driver
82 pool-name: catdb-pool
83 registerMbeans: true
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000084 jersey:
85 type: filter
86 security:
87 usercredentials:
88 -
89 username: sitecontrol
90 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
91 role: SiteControl-Client
92 -
93 username: gui
94 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
95 role: GUI-Client
96 -
97 username: infraportal
98 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
99 role: InfraPortal-Client
100 -
101 username: InfraPortalClient
102 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
103 role: InfraPortal-Client
104 -
105 username: bpel
106 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
107 role: BPEL-Client
108 -
109 username: mso_admin
110 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
111 role: ACTUATOR
Ramesh Parthasarathy8ff2d582018-10-04 21:14:16 +0000112request:
113 datasource:
sarada prasad sahooae2c7342019-07-10 14:40:12 +0530114 hikari:
115 jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/requestdb
116 username: ${DB_USERNAME}
117 password: ${DB_PASSWORD}
118 driver-class-name: org.mariadb.jdbc.Driver
119 pool-name: reqdb-pool
120 registerMbeans: true
Ramesh Parthasarathy8d41ffc2019-03-05 20:25:47 +0000121org:
122 onap:
123 so:
Marco Platania1ecbc182019-06-03 11:12:05 -0400124 cloud-owner: CloudOwner
Ramesh Parthasarathy8d41ffc2019-03-05 20:25:47 +0000125 adapters:
126 network:
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +0000127 encryptionKey: {{ .Values.global.app.msoKey }}