Configuration fixes for integration heat env
[so/docker-config.git] / volumes / so / config / api-handler-infra / onapheat / override.yaml
1 server:
2     port: 8080
3     tomcat:
4         max-threads: 50
5 ssl-enable: false
6
7 mso:
8   logPath: logs
9   site-name: onapheat
10   catalog:
11     db:
12       spring:
13         endpoint: "http://c1.vm1.mso.simpledemo.openecomp.org:8082"
14   db:
15     auth: Basic cGFzc3dvcmQxJA==
16   config:
17     path: /src/main/resources/
18   infra:
19     default:
20       alacarte:
21         orchestrationUri: /mso/async/services/ALaCarteOrchestrator
22         recipeTimeout: 180
23         testApi: VNF_API
24       service:
25         macro:
26           default:
27             testApi: GR_API
28   apih:
29     homing:
30       sdna:
31         url: http://c1.vm1.mso.simpledemo.openecomp.org:8086/
32         password: 4112B789E942B161228F7D5AFC654C0F
33   bpelURL: http://c1.vm1.mso.simpledemo.openecomp.org:8082/
34   bpelAuth: 786864AA53D0DCD881AED1154230C0C3058D58B9339D2EFB6193A0F0D82530E1
35   camundaURL: http://c1.vm1.mso.simpledemo.openecomp.org:8082/
36   camundaAuth: 5119D1AF37F671FC01FFAD2151D93EFB2BBB503E879FD07104D024EDDF118FD1
37   async:
38     core-pool-size: 50
39     max-pool-size: 50
40     queue-capacity: 500
41   sdc:
42     client:
43       auth: F3473596C526938329DF877495B494DC374D1C4198ED3AD305EA3ADCBBDA1862
44     activate:
45       instanceid: test
46       userid: cs0008
47     endpoint: http://c1.vm1.mso.simpledemo.openecomp.org:28090
48   msoKey: 07a7159d3bf51a0e53be7a8f89699be7
49   tenant:
50     isolation:
51       retry:
52         count: 3
53   aai:
54     endpoint: https://aai.api.simpledemo.onap.org:8443
55     auth: 2630606608347B7124C244AB0FE34F6F
56   so:
57     operational-environment:
58       dmaap:
59         username: testuser
60         password: VjR5NDcxSzA=
61         host: http://c1.vm1.mso.simpledemo.openecomp.org:28090
62       publisher:
63         topic: com.att.ecomp.mso.operationalEnvironmentEvent
64
65 spring:
66   datasource:
67     url: jdbc:mariadb://mariadb:3306/catalogdb
68     username: cataloguser
69     password: catalog123
70     driver-class-name: org.mariadb.jdbc.Driver
71     dbcp2:
72       initial-size: 5
73       max-total: 20
74       validation-query: select 1
75       test-on-borrow: true
76   jpa:
77       show-sql: true
78       hibernate:
79         dialect: org.hibernate.dialect.MySQL5Dialect
80         ddl-auto: validate
81         naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
82         enable-lazy-load-no-trans: true
83   jersey:
84     type: filter
85
86   security:
87     usercredentials:
88     -
89       username: sitecontrol
90       password: '$2b$10$byoF5q.VngZd8nj63q2Rm.bbAGUQrNG3DliPtc5l9nJIbXpXyCfrG'
91       role: SiteControl-Client
92     -
93       username: gui
94       password: '$2b$10$byoF5q.VngZd8nj63q2Rm.bbAGUQrNG3DliPtc5l9nJIbXpXyCfrG'
95       role: GUI-Client
96     -
97       username: infraportal
98       password: '$2b$10$byoF5q.VngZd8nj63q2Rm.bbAGUQrNG3DliPtc5l9nJIbXpXyCfrG'
99       role: InfraPortal-Client
100     -
101       username: bpel
102       password: '$2b$10$byoF5q.VngZd8nj63q2Rm.bbAGUQrNG3DliPtc5l9nJIbXpXyCfrG'
103       role: BPEL-Client
104     -
105       username: mso_admin
106       password: '$2b$10$byoF5q.VngZd8nj63q2Rm.bbAGUQrNG3DliPtc5l9nJIbXpXyCfrG'
107       role: ACTUATOR
108
109 request:
110   datasource:
111     url: jdbc:mariadb://mariadb:3306/requestdb
112     username: requestuser
113     password: request123
114     driver-class-name: org.mariadb.jdbc.Driver
115     dbcp2:
116       initial-size: 5
117       max-total: 20
118       validation-query: select 1
119       test-on-borrow: true
120