Containerization feature of SO
[so.git] / mso-api-handlers / mso-api-handler-infra / src / main / resources / application-local.yaml
1 # will be used as entry in DB to say SITE OFF/ON for healthcheck
2
3 server:
4     port: 8080
5     tomcat:
6         max-threads: 50
7 ssl-enable: false
8
9 apih-healthcheck-urn: /ecomp/mso/healthcheck,/ecomp/mso/homing/healthcheck,/ecomp/mso/infra/healthcheck,/asdc/healthcheck,/dbadapters/healthcheck,/ecomp/mso/catalog/v2/healthcheck
10 jra-healthcheck-urn: /networks/rest/healthcheck,/adapters/rest/healthcheck,/vnfs/rest/healthcheck,/tenants/rest/healthcheck,/appc/rest/healthcheck,/workflows/messages/healthcheck
11 camunda-healthcheck-urn: /mso/healthcheck
12
13 apih-nodehealthcheck-urn: /ecomp/mso/infra/nodehealthcheck
14 jra-nodehealthcheck-urn: /adapters/rest/nodehealthcheck
15 camunda-nodehealthcheck-urn: /mso/nodehealthcheck
16
17
18
19 mso:
20   logPath: logs
21   site-name: mtanj
22   catalog:
23     db:
24       spring:
25         endpoint: "http://localhost:8080"
26   db:
27     auth: Basic YnBlbDptc28tZGItMTUwNyE=
28   config: 
29     path: /src/main/resources/
30   infra:
31     default:
32       alacarte:
33         orchestrationUri: /mso/async/services/ALaCarteOrchestrator
34         recipeTimeout: 180
35         testApi: VNF_API
36       service:
37         macro:
38           default:
39             testApi: GR_API
40   apih:
41     homing:
42       sdna:
43         url: http://localhost:8089/
44         password: 4112B789E942B161228F7D5AFC654C0F  
45   bpelURL: http://localhost:8080/
46   bpelAuth: 786864AA53D0DCD881AED1154230C0C3058D58B9339D2EFB6193A0F0D82530E1
47   camundaURL: http://localhost:8089/
48   camundaAuth: F8E9452B55DDE4CCE77547B0E748105C54CF5EF1351B4E2CBAABF2981EFE776D
49   async:
50     core-pool-size: 50
51     max-pool-size: 50
52     queue-capacity: 500
53   sdc:
54     client:
55       auth: F3473596C526938329DF877495B494DC374D1C4198ED3AD305EA3ADCBBDA1862
56     activate:
57       instanceid: test
58       userid: cs0008
59     endpoint: http://localhost:28090
60   msoKey: 07a7159d3bf51a0e53be7a8f89699be7
61   tenant:
62     isolation:
63       retry:
64         count: 3
65   aai:
66     endpoint: http://localhost:28090
67     auth: 26AFB797A6A57960D5D718491925C50F77CDC22AC394B3DBA09950D8FD1C0764
68   grm:
69     endpoint: http://localhost:28090
70     username: gmruser
71     password: test
72   so:
73     operational-environment:
74       dmaap:
75         username: testuser
76         password: VjR5NDcxSzA=
77         host: http://localhost:28090
78       publisher:
79         topic: com.att.ecomp.mso.operationalEnvironmentEvent
80
81 # controls what actions the infra API (APIH) allows sent in on REST request
82 vnf:
83   v1:
84     ApiAllowableActions: 
85   v2:
86     ApiAllowableActions: 
87   v3:
88     ApiAllowableActions: 
89   
90 network:
91   v1:
92     ApiAllowableActions: 
93   v2:
94     ApiAllowableActions: 
95   v3:
96     ApiAllowableActions: 
97   
98 volume:
99   v1:
100     ApiAllowableActions: 
101   v2:
102     ApiAllowableActions: 
103   v3:
104     ApiAllowableActions: 
105
106 # H2
107 spring:
108   datasource:
109     url: jdbc:h2:mem:AZ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
110     username: sa
111     password: sa
112     driver-class-name: org.h2.Driver
113     intialize: true
114   h2:
115     console:
116       enabled: true
117       path: /h2
118
119   jpa:
120       show-sql: true
121       hibernate:
122         dialect: org.hibernate.dialect.H2Dialect
123         ddl-auto: validate
124         naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
125         enable_lazy_load_no_trans: true
126   jersey:
127     type: filter
128   security:
129     usercredentials:
130     -  
131       username: sitecontrol
132       password: '$2a$12$VBUF.qBmeK1FNyO2MqTpD.P2M1tvlesZlhCkAjjHvF9hmYNVdMDmu'
133       role: SiteControl-Client 
134     -  
135       username: gui
136       password: '$2a$12$9Y4daXavh.oX5fz6t/e7TuCdj7EKW5B5ibqq425fN3/xpp0/Fhyti'
137       role: GUI-Client  
138     -  
139       username: infraportal
140       password: '$2a$12$IpUEhQijWTNbq0fGYVkA9upZrDvdIK6QfblIaKAiwi0vBQRE.C6Ri'
141       role: InfraPortal-Client        
142     -  
143       username: bpel
144       password: '$2a$12$1xyutEZNfjGewIZRfKaE8eZE99f5sYFUmmM80BobI65KNjmcK0JuO'
145       role: BPEL-Client   
146     -  
147       username: mso_admin
148       password: '$2a$12$tidKuu.h88E2nuL95pTVY.ZOYMN/1dp29A9b1o.0GFDsVVSYlMkHa'
149       role: ACTUATOR      
150 request:
151   datasource:
152     url: jdbc:h2:mem:AZ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
153     username: sa
154     password: sa
155     driver-class-name: org.h2.Driver
156     intialize: true 
157
158 #Actuator
159 management: 
160   context-path: /manage