blob: 9d3c167c21e74bfbfb21fa25ea3c0cfb86777c3b [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
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000037 bpelURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8082/
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000038 bpelAuth: 786864AA53D0DCD881AED1154230C0C3058D58B9339D2EFB6193A0F0D82530E1
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000039 camundaURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8082/
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000040 camundaAuth: 5119D1AF37F671FC01FFAD2151D93EFB2BBB503E879FD07104D024EDDF118FD1
41 async:
42 core-pool-size: 50
43 max-pool-size: 50
44 queue-capacity: 500
45 sdc:
46 client:
47 auth: F3473596C526938329DF877495B494DC374D1C4198ED3AD305EA3ADCBBDA1862
48 activate:
49 instanceid: test
50 userid: cs0008
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000051 endpoint: http://sdc-be.{{ include "common.namespace" . }}:8443
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000052 tenant:
53 isolation:
54 retry:
55 count: 3
56 aai:
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000057 endpoint: https://aai.{{ include "common.namespace" . }}:8443
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000058 auth: 2630606608347B7124C244AB0FE34F6F
59 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 Parthasarathy3cd3fb12018-09-05 01:47:29 +000065 publisher:
66 topic: com.att.ecomp.mso.operationalEnvironmentEvent
67spring:
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000068 jersey:
69 type: filter
70 security:
71 usercredentials:
72 -
73 username: sitecontrol
74 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
75 role: SiteControl-Client
76 -
77 username: gui
78 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
79 role: GUI-Client
80 -
81 username: infraportal
82 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
83 role: InfraPortal-Client
84 -
85 username: InfraPortalClient
86 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
87 role: InfraPortal-Client
88 -
89 username: bpel
90 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
91 role: BPEL-Client
92 -
93 username: mso_admin
94 password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
95 role: ACTUATOR