Containerization feature of SO
[so.git] / bpmn / mso-infrastructure-bpmn / src / main / resources / application-local.yml
1 aai:
2   auth: asdf
3   dme2:
4     timeout: '30000'
5   endpoint: http://localhost:8443
6 camunda:
7   bpm:
8     admin-user:
9       id: admin
10       password: admin
11     history-level: full
12     job-execution:
13       max-pool-size: 30
14       core-pool-size: 3
15 entitymanager:
16   packagesToScan: com
17
18 mso:
19   correlation:
20     timeout: 60
21   logPath: logs
22   async:
23     core-pool-size: 50
24     max-pool-size: 50
25     queue-capacity: 500
26   adapters:
27     completemsoprocess:
28       endpoint: http://localhost:30253/CompleteMsoProcess
29     db:
30       auth: 26AFB797A6A57960D5D718491925C50F77CDC22AC394B3DBA09950D8FD1C0764
31       password: wLg4sjrAFUS8rfVfdvTXeQ==
32       endpoint: http://localhost:30257/services/RequestsDbAdapter      
33       spring:
34         endpoint: http://localhost:30257
35     network:
36       endpoint: http://localhost:30253/services/NetworkAdapter
37       rest:
38         endpoint: http://localhost:30253/services/rest/v1/networks
39     openecomp:
40       db:
41         endpoint: http://localhost:30257/services/RequestsDbAdapter
42     po:
43       auth: 757A94191D685FD2092AC1490730A4FC
44       password: 3141634BF7E070AA289CF2892C986C0B
45     sdnc:
46       endpoint: http://localhost:30254/adapters/SDNCAdapter
47       rest:
48         endpoint: http://localhost:30254/adapters/rest/v1/sdnc
49       timeout: PT60S
50     tenant:
51       endpoint: http://localhost:30253/services/TenantAdapter
52     vnf:
53       endpoint: http://localhost:30253/services/VnfAdapter
54       rest:
55         endpoint: http://localhost:30253/services/rest/vnfs/v1/vnfs
56     volume-groups:
57       rest:
58         endpoint: http://localhost:30253/services/rest/v1/volume-groups
59     vnf-async:
60       endpoint: http://localhost:30253/services/VnfAdapterAsync
61   bpmn:
62     process:
63       historyTimeToLive: '30'
64   callbackRetryAttempts: '5'
65   catalog:
66     db:
67       endpoint: http://localhost:30258/ecomp/mso/catalog
68       spring:
69         endpoint:  http://localhost:30258
70   db:
71     auth: Basic YnBlbDptc28tZGItMTUwNyE=
72   default:
73     adapter:
74       namespace: http://com.att.mso  
75   healthcheck:
76     log:
77       debug: 'false'
78   infra:
79     customer:
80       id: testCustIdInfra
81   msoKey: 07a7159d3bf51a0e53be7a8f89699be7
82   po:
83     timeout: PT60S  
84   request:
85     db:
86       endpoint: http://localhost:28090/
87   rollback: 'true'
88   sdnc:    
89     password: 3141634BF7E070AA289CF2892C986C0B
90   service:
91     agnostic:
92       sniro:
93         endpoint: /sniro/api/v2/placement
94         host: http://localhost:30253
95   site-name: CamundaEngine
96   sniro:
97     auth: test:testpwd
98     callback: http://localhost:28090/adapters/rest/SDNCNotify
99     endpoint: http://localhost:28090/optimizationInstance/V1/create
100     timeout: PT30M  
101   workflow:
102     CreateGenericVNFV1:
103       aai:
104         volume-group:
105           uri: /aai/v6/cloud-infrastructure/volume-groups/volume-group   
106     default:
107       aai:
108         version: '8'
109         cloud-region:
110           version: '9'
111         generic-vnf:
112           version: '9'
113         v11:
114           customer:
115             uri: /aai/v11/business/customers/customer
116           generic-query:
117             uri: /aai/v11/search/generic-query
118           generic-vnf:
119             uri: /aai/v11/network/generic-vnfs/generic-vnf
120           l3-network:
121             uri: /aai/v11/network/l3-networks/l3-network
122           network-policy:
123             uri: /aai/v11/network/network-policies/network-policy
124           nodes-query:
125             uri: /aai/v11/search/nodes-query
126           route-table-reference:
127             uri: /aai/v11/network/route-table-references/route-table-reference
128           tenant:
129             uri: /aai/v11/cloud-infrastructure/cloud-regions/cloud-region/att-aic/AAIAIC25/tenants/tenant
130           vce:
131             uri: /aai/v11/network/vces/vce
132           vpn-binding:
133             uri: /aai/v11/network/vpn-bindings/vpn-binding
134         v8:
135           configuration:
136             uri: /aai/v11/network/configurations/configuration
137           customer:
138             uri: /aai/v8/business/customers/customer
139           generic-query:
140             uri: /aai/v8/search/generic-query
141           l3-network:
142             uri: /aai/v8/network/l3-networks/l3-network
143           network-policy:
144             uri: /aai/v8/network/network-policies/network-policy
145           nodes-query:
146             uri: /aai/v8/search/nodes-query
147           route-table-reference:
148             uri: /aai/v8/network/route-table-references/route-table-reference
149           tenant:
150             uri: /aai/v8/cloud-infrastructure/cloud-regions/cloud-region/att-aic/AAIAIC25/tenants/tenant
151           vce:
152             uri: /aai/v8/network/vces/vce
153           vpn-binding:
154             uri: /aai/v8/network/vpn-bindings/vpn-binding
155         v9:
156           cloud-region:
157             uri: /aai/v9/cloud-infrastructure/cloud-regions/cloud-region/att-aic
158           generic-vnf:
159             uri: /aai/v9/network/generic-vnfs/generic-vnf
160       retry:
161         attempts: '1'
162     deleteCinderVolumeV1:
163       aai:
164         volume-group:
165           uri: /aai/v6/cloud-infrastructure/volume-groups/volume-group
166     global:
167       default:
168         aai:
169           namespace: http://org.openecomp.aai.inventory/   
170     message:
171       endpoint: http://localhost:30252/mso/WorkflowMessage
172     notification:
173       name: GenericNotificationServiceATT
174     sdncadapter:
175       callback: http://localhost:30254/mso/SDNCAdapterCallbackService
176     vnfadapter:
177       create:
178         callback: http://localhost:30253/mso/vnfAdapterNotify
179       delete:
180         callback: http://localhost:30253/mso/vnfAdapterNotify
181       query:
182         callback: http://localhost:30253/mso/vnfAdapterNotify
183       rollback:
184         callback: http://localhost:30253/mso/vnfAdapterNotify
185   global:
186     dmaap:
187       username: testuser
188       password: alRyMzJ3NUNeakxl
189       host: http://localhost:3904
190       publisher:
191         topic: com.att.mso.dev.25239-asyncStatusUpdate-v1 
192 policy:
193   auth: Basic dGVzdHBkcDphbHBoYTEyMw==
194   client:
195     auth: Basic bTAzNzQzOnBvbGljeVIwY2sk
196   endpoint: https://localhost:8081/pdp/api/
197   environment: TEST
198 sdnc:
199   auth: Basic YWRtaW46YWRtaW4=
200   host: https://localhost:8443
201   path: /restconf/operations/GENERIC-RESOURCE-API
202       
203 appc:
204   client:
205     topic:
206       read: 
207         name: APPC-TEST-AMDOCS2
208         timeout: 360000 
209       write: APPC-TEST-AMDOCS1-IST
210     response:
211       timeout: 360000
212     key: LSl8QKolmKcC0yJR
213     secret: lgjXraD1HutKxv8jEN6tVouu
214     service: ueb
215     poolMembers: localhost:3904
216 server:
217   port: 8080
218   tomcat:
219     max-threads: 50
220 spring:
221   h2:
222     console:
223       enabled: true
224       path: /h2  
225   datasource:
226     url: jdbc:h2:mem:AZ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
227     username: sa
228     password: sa
229     driverClassName: org.h2.Driver
230   security:
231     usercredentials:
232     -  
233       username: apihBpmn
234       password: '$2a$12$chgDUKcdlf1t41CtS/kjIOwRuq0zWdvCcYYXtyL5TqNdPW0GhN4e6'
235       role: BPMN-Client
236     -  
237       username: sdncaBpmn
238       password: '$2a$12$1TeeS2hAXtqXgdL7f2jCWeF5on7/lrrVZqRmqUqYijOTfrlS2CZae'
239       role: BPMN-Client 
240     -  
241       username: poBpmn
242       password: '$2a$12$TixZE5fK3YkTzWcpktm.Uuk5ePFOD2n9sj2ugGRybfsz0QQ0TKLAS'
243       role: BPMN-Client
244     -  
245       username: wmaBpmn
246       password: '$2a$12$WucJSJD5iUD9MuEzhfuSmeF1W/zPMbcu.384Lh8gCkB7SPtKqZQna'
247       role: BPMN-Client
248     -  
249       username: sniro
250       password: '$2a$12$lbOQWS1iDmdQPxW2Mb6OiuTzGaPUrkrvoKVn2zwpFWb6n5Y86Lf1y'
251       role: SNIRO-Client
252     -  
253       username: mso_admin
254       password: '$2a$12$tidKuu.h88E2nuL95pTVY.ZOYMN/1dp29A9b1o.0GFDsVVSYlMkHa'
255       role: ACTUATOR
256 request:
257   datasource:
258     url: jdbc:h2:mem:AZ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
259     username: sa
260     password: sa
261     driver-class-name: org.h2.Driver
262     intialize: true 
263     
264 # Hibernate
265 hibernate:
266   dialect: org.hibernate.dialect.MySQL5Dialect
267   show_sql: true
268   hbm2ddl:
269     auto: create
270
271 #Actuator
272 management: 
273   context-path: /manage
274
275