blob: 55f767202e91ce93fa623a2dbed313abf0bbe06c [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 Parthasarathy8ff2d582018-10-04 21:14:16 +00007 msoKey: 07a7159d3bf51a0e53be7a8f89699be7
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +00008 logPath: logs
9 site-name: onapheat
Ramesh Parthasarathy8ff2d582018-10-04 21:14:16 +000010 adapters:
11 requestDb:
12 endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
13 auth: Basic YnBlbDpwYXNzd29yZDEk
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:
Alexis de Talhouët62d5d932018-09-19 15:29:58 -040019 auth: Basic YnBlbDpwYXNzd29yZDEk
Ramesh Parthasarathy8ff2d582018-10-04 21:14:16 +000020 config:
21 path: /src/main/resources/
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000022 infra:
23 default:
24 alacarte:
25 orchestrationUri: /mso/async/services/ALaCarteOrchestrator
26 recipeTimeout: 180
27 testApi: VNF_API
28 service:
29 macro:
30 default:
31 testApi: GR_API
Alexis de Talhouët952a72a2018-09-19 15:38:20 -040032 camundaURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/
Ramesh Parthasarathybef9c7b2019-03-01 21:21:20 +000033 camundaAuth: AE2E9BE6EF9249085AF98689C4EE087736A5500629A72F35068FFB88813A023581DD6E765071F1C04075B36EA4213A
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000034 async:
35 core-pool-size: 50
36 max-pool-size: 50
37 queue-capacity: 500
38 sdc:
39 client:
Ramesh Parthasarathybef9c7b2019-03-01 21:21:20 +000040 auth: 878785F4F31BC9CFA5AB52A172008212D8845ED2DE08AD5E56AF114720A4E49768B8F95CDA2EB971765D28EDCDAA24
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000041 activate:
42 instanceid: test
43 userid: cs0008
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000044 endpoint: http://sdc-be.{{ include "common.namespace" . }}:8443
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000045 tenant:
46 isolation:
47 retry:
48 count: 3
49 aai:
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000050 endpoint: https://aai.{{ include "common.namespace" . }}:8443
Smokowski, Steve (ss835w)fecb2ea2019-03-06 10:04:09 -050051 auth: 6E081E10B1CA43A843E303733A74D9B23B601A6E22A21C7EF2C7F15A42F81A1A4E85E65268C2661F71321052C7F3E55B96A8E1E951F8BF6F
Vodafoned1c128b2019-04-08 12:21:38 +053052 extApi:
53 endpoint: http://nbi.onap:8080/nbi/api/v3
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000054 so:
55 operational-environment:
56 dmaap:
57 username: testuser
58 password: VjR5NDcxSzA=
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000059 host: http://dmaap-bc.{{ include "common.namespace" . }}:8080
Bonkur, Venkat (vb8416)c759d232019-02-12 19:26:41 -050060 auth: 51EA5414022D7BE536E7516C4D1A6361416921849B72C0D6FC1C7F262FD9F2BBC2AD124190A332D9845A188AD80955567A4F975C84C221EEA8243BFD92FFE6896CDD1EA16ADD34E1E3D47D4A
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000061 publisher:
62 topic: com.att.ecomp.mso.operationalEnvironmentEvent
Benjamin, Max (mb388a)f1bf4932019-08-12 16:48:15 -040063 health:
64 auth: Basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=
65 endpoints:
66 - subsystem: apih
67 uri: http://so-bpmn-infra:8081
68 - subsystem: catalogdb
69 uri: http://so-catalog-db-adapter:8082
70
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000071spring:
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000072 jersey:
73 type: filter
74 security:
75 usercredentials:
76 -
77 username: sitecontrol
78 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
79 role: SiteControl-Client
80 -
81 username: gui
82 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
83 role: GUI-Client
84 -
85 username: infraportal
86 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
87 role: InfraPortal-Client
88 -
89 username: InfraPortalClient
90 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
91 role: InfraPortal-Client
92 -
93 username: bpel
94 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
95 role: BPEL-Client
96 -
97 username: mso_admin
98 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
99 role: ACTUATOR
Ramesh Parthasarathy8ff2d582018-10-04 21:14:16 +0000100request:
101 datasource:
Ramesh Parthasarathy6b2fe342019-01-20 16:38:41 +0000102 jdbc-url: jdbc:mariadb://${DB_HOST}:${DB_PORT}/requestdb
Ramesh Parthasarathy8ff2d582018-10-04 21:14:16 +0000103 username: ${DB_USERNAME}
104 password: ${DB_PASSWORD}
105 driver-class-name: org.mariadb.jdbc.Driver
Ramesh Parthasarathy8d41ffc2019-03-05 20:25:47 +0000106org:
107 onap:
108 so:
Marco Platania1ecbc182019-06-03 11:12:05 -0400109 cloud-owner: CloudOwner
Ramesh Parthasarathy8d41ffc2019-03-05 20:25:47 +0000110 adapters:
111 network:
112 encryptionKey: 07a7159d3bf51a0e53be7a8f89699be7