blob: 5fc2144bd67ff3089fbe920e2be1678fd1e0d8d9 [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
3mso:
4 catalog:
5 db:
6 spring:
7 endpoint: "http://localhost:8080"
8 db:
9 auth: Basic YnBlbDptc28tZGItMTUwNyE=
10cloud_config:
11 identity_services:
12 MT_KEYSTONE:
13 identity_url: "http://localhost:5000/v2.0"
14 mso_id: "john"
15 mso_pass: "313DECE408AF7759D442D7B06DD9A6AA"
16 admin_tenant: "admin"
17 member_role: "_member_"
18 tenant_metadata: false
19 identity_server_type: "KEYSTONE"
20 identity_authentication_type: "USERNAME_PASSWORD"
21 DAN_KEYSTONE:
22 identity_url: "http://192.168.170.21:5000/v2.0"
23 mso_id: "jc1348"
24 mso_pass: "313DECE408AF7759D442D7B06DD9A6AA"
25 admin_tenant: "service"
26 member_role: "_member_"
27 tenant_metadata: false
28 identity_server_type: "KEYSTONE"
29 identity_authentication_type: "USERNAME_PASSWORD"
30 cloud_sites:
31 regionOne:
32 region_id: "regionOne"
33 clli: "MT2"
34 aic_version: "2.5"
35 identity_service_id: "MT_KEYSTONE"
36 DAN:
37 region_id: "RegionOne"
38 clli: "MT"
39 aic_version: "2.5"
40 identity_service_id: "DAN_KEYSTONE"
41 DEFAULT:
42 region_id: ""
43 clli: "MTN6"
44 aic_version: "3.0"
45 identity_service_id: "ORDM3"
46adapters:
47 po:
48 retryCodes: "504"
49 retryDelay: "5"
50 retryCount: "3"
51 tenant:
52 tenant_description: "ECOMP Tenant"
53 region_type: "single"
54 user_role: "admin"
55 success_status_string: "Success"
56 no_regions_status_string: "no regions"
57 orm_request_path: "/v1/orm/customers/"
58 x_aic_orm_client_string: "ECOMP-MSO"
59 keystone_url_version: "/v2.0"
60 keystone_reg_ex: "/[vV][0-9]"
61 orm_url_replace_this: "8080"
62 orm_url_replace_with_this: "7080"
63 quota_value: "10"
64 set_default_quota: "false"