blob: 9f915c5b6be1675efd206e3a07b37de6b777e96d [file] [log] [blame]
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +00001server:
2 port: 8080
3 tomcat:
4 max-threads: 50
5ssl-enable: false
6mso:
7 msoKey: "07a7159d3bf51a0e53be7a8f89699be7"
8 logPath: logs
9 site-name: onapheat
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000010 catalog:
11 db:
12 spring:
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000013 endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000014 db:
15 auth: Basic cGFzc3dvcmQxJA==
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000016 adapters:
17 requestDb:
18 auth: YnBlbDptc28tZGItMTUwNyE=
19 endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
20 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
32 apih:
33 homing:
34 sdna:
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000035 url: http://so-sdnc-adapter.{{ include "common.namespace" . }}:8086/
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000036 password: 4112B789E942B161228F7D5AFC654C0F
Alexis de Talhouët952a72a2018-09-19 15:38:20 -040037 camundaURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/
Alexis de Talhouët47093532018-09-19 15:48:36 -040038 camundaAuth: 1D9003AB8BAFFA0D2104B67FA89040AD70B5B495B2A5DF931DE236484EBC1681
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000039 async:
40 core-pool-size: 50
41 max-pool-size: 50
42 queue-capacity: 500
43 sdc:
44 client:
45 auth: F3473596C526938329DF877495B494DC374D1C4198ED3AD305EA3ADCBBDA1862
46 activate:
47 instanceid: test
48 userid: cs0008
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000049 endpoint: http://sdc-be.{{ include "common.namespace" . }}:8443
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000050 tenant:
51 isolation:
52 retry:
53 count: 3
54 aai:
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000055 endpoint: https://aai.{{ include "common.namespace" . }}:8443
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000056 auth: 2630606608347B7124C244AB0FE34F6F
57 so:
58 operational-environment:
59 dmaap:
60 username: testuser
61 password: VjR5NDcxSzA=
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000062 host: http://dmaap-bc.{{ include "common.namespace" . }}:8080
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000063 publisher:
64 topic: com.att.ecomp.mso.operationalEnvironmentEvent
65spring:
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000066 jersey:
67 type: filter
68 security:
69 usercredentials:
70 -
71 username: sitecontrol
72 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
73 role: SiteControl-Client
74 -
75 username: gui
76 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
77 role: GUI-Client
78 -
79 username: infraportal
80 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
81 role: InfraPortal-Client
82 -
83 username: InfraPortalClient
84 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
85 role: InfraPortal-Client
86 -
87 username: bpel
88 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
89 role: BPEL-Client
90 -
91 username: mso_admin
92 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
93 role: ACTUATOR