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