blob: 469744d2de9c28ae1ebacdcd8d2899d1dc8d452f [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001# will be used as entry in DB to say SITE OFF/ON for healthcheck
2# MSO Properties go here
3org:
4 onap:
5 so:
6 adapters:
7 default_keystone_url_version: /v2.0
8 default_keystone_reg_ex: "/[vV][0-9]"
9 vnf:
10 bpelauth: d95a1aa9bd4d39f3ec23cb5ed2358f5f75fa14bc8c978664355661c0858d2505
11 checkRequiredParameters: true
12 addGetFilesOnVolumeReq: false
13 sockettimeout: 30
14 connecttimeout: 30
15 retrycount: 5
16 retryinterval: -15
17 retrylist: 408,429,500,502,503,504,900
18 network:
19 bpelauth: d95a1aa9bd4d39f3ec23cb5ed2358f5f75fa14bc8c978664355661c0858d2505
20 sockettimeout: 5
21 connecttimeout: 5
22 retrycount: 5
23 retryinterval: -15
24 retrylist: 408,429,500,502,503,504,900
25 tenant:
26 default_x_aic_orm_client_string: ECOMP-MSO
27 default_keystone_url_version: /v2.0
28 default_keystone_reg_ex: "/[vV][0-9]"
29 default_tenant_description: ECOMP Tenant
30 default_region_type: single
31 default_user_role: admin
32 default_success_status_string: Success
33 default_no_regions_status_string: no regions
34 default_orm_request_path: /v1/orm/customers/
35 default_orm_url_replace_this: 8080
36 default_orm_url_replace_with_this: 7080
37 default_quota_value: 10
38 set_default_quota: false
39ecomp:
40 mso:
41 adapters:
42 po:
43 retryCodes: 504
44 retryDelay: 5
45 retryCount: 3
46 pollTimeout: 7500
47 pollInterval: 15
48
49server-port: 8080
50ssl-enable: false
51tomcat:
52 max-threads: 50
53mso:
54 logPath: logs
55 catalog:
56 db:
57 spring:
58 endpoint: "http://localhost:8080"
59 db:
60 auth: Basic YnBlbDptc28tZGItMTUwNyE=
61 site-name: localDevEnv
62 async:
63 core-pool-size: 50
64 max-pool-size: 50
65 queue-capacity: 500
66# H2
67spring:
68 datasource:
69 url: jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;
70 username: sa
71 password: sa
72 driver-class-name: org.h2.Driver
73 intialize: true
74 h2:
75 console:
76 enabled: true
77 path: /h2
78
79 jpa:
80 show-sql: true
81 hibernate:
82 dialect: org.hibernate.dialect.MySQL5Dialect
83 ddl-auto: validate
84 naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
85 enable_lazy_load_no_trans: true
86 security:
87 usercredentials:
88 -
89 username: sdnc
90 password: '$2a$12$mukkC6IvLikKGBdwqGnev.H0ccvV6K13TFeLvyNhJoCuNkRjWhqi6'
91 role: SDNC-Client
92 -
93 username: sitecontrol
94 password: '$2a$12$VBUF.qBmeK1FNyO2MqTpD.P2M1tvlesZlhCkAjjHvF9hmYNVdMDmu'
95 role: SiteControl-Client
96 -
97 username: bpel
98 password: '$2a$12$/GW0/AVAUooTag.7GDc9a.jW7XH3nq/.QsJJJFZJ0N24iXB2W9ksO'
99 role: BPEL-Client
100 -
101 username: sniro
102 password: '$2a$12$lbOQWS1iDmdQPxW2Mb6OiuTzGaPUrkrvoKVn2zwpFWb6n5Y86Lf1y'
103 role: SNIRO-Client
104 -
105 username: apih
106 password: '$2a$12$e1BGJ7qknMN/b7bqsQvU2OT9iGunt9IlfQclKlCs6n240oHBfcO5y'
107 role: MSO-Client
108 -
109 username: mso_admin
110 password: '$2a$12$tidKuu.h88E2nuL95pTVY.ZOYMN/1dp29A9b1o.0GFDsVVSYlMkHa'
111 role: ACTUATOR
112
113#Actuator
114management:
115 context-path: /manage
116
Benjamin, Max (mb388a)a81aef22018-08-13 09:48:57 -0400117flyway:
118 outOfOrder: true
119 ignoreMissingMigrations: true
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400120