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