blob: ff24633f3243acb79c8cd01c1f563208317b4086 [file] [log] [blame]
ChrisC025301d2017-01-31 11:40:03 +01001{ "cloud_config": {
2 "identity_services":
3 {
4 "MT_KEYSTONE":
5 {
6 "identity_url": "http://localhost:5000/v2.0",
7 "mso_id": "john",
8 "mso_pass": "FD205490A48D48475607C36B9AD902BF",
9 "admin_tenant": "admin",
10 "member_role": "_member_",
11 "tenant_metadata": false,
12 "identity_server_type": "KEYSTONE",
13 "identity_authentication_type": "RACKSPACE_APIKEY"
14 },
15 "DAN_KEYSTONE":
16 {
17 "identity_url": "http://localhost:5000/v2.0",
18 "mso_id": "mockId",
19 "mso_pass": "BC59F80E38208A42ABB81ECCDD4FB3E4",
20 "admin_tenant": "service",
21 "member_role": "_member_",
22 "tenant_metadata": false,
23 "identity_server_type": "KEYSTONE",
24 "identity_authentication_type": "USERNAME_PASSWORD"
25 },
26 "MTINJVCC101_DCP":
27 {
28 "identity_url": "http://localhost:5000/v2.0",
29 "mso_id": "mockIdToo",
30 "mso_pass": "95604B9EAAC4D77D74786FAE54177206",
31 "admin_tenant": "service",
32 "member_role": "admin",
33 "tenant_metadata": true,
34 "identity_server_type": "KEYSTONE",
35 "identity_authentication_type": "USERNAME_PASSWORD"
36 },
37 "MTSNJA3DCP1":
38 {
39 "identity_url": "https://localhost:5000/v2.0",
40 "mso_id": "mockIdToo",
41 "mso_pass": "1491DE07AC9D716A7966BB8C2848F031",
42 "admin_tenant": "service",
43 "member_role": "admin",
44 "tenant_metadata": true,
45 "identity_server_type": "KEYSTONE",
46 "identity_authentication_type": "USERNAME_PASSWORD"
Lukasz Muszkieta86015932017-12-27 12:48:07 +010047 },
48 "CS_service": {}
xg353yb6b7bef2017-04-11 13:30:42 +020049
ChrisC025301d2017-01-31 11:40:03 +010050 },
51 "cloud_sites":
52 {
53 "MT":
54 {
55 "region_id": "regionOne",
56 "clli": "MT",
57 "aic_version": "2.5",
58 "identity_service_id": "MT_KEYSTONE"
59 },
60 "DAN":
61 {
62 "region_id": "RegionOne",
63 "clli": "DAN",
64 "aic_version": "2.5",
65 "identity_service_id": "DAN_KEYSTONE"
66 },
67 "MTINJVCC101":
68 {
69 "region_id": "regionTwo",
70 "clli": "MTINJVCC101",
71 "aic_version": "2.5",
72 "identity_service_id": "MTINJVCC101_DCP"
xg353yb6b7bef2017-04-11 13:30:42 +020073 },
74 "MTSNJA4LCP1":
75 {
76 "region_id": "mtsnjlcp1",
77 "clli": "MTSNJA4LCP1",
78 "aic_version": "2.5",
79 "identity_service_id": "MTSNJA3DCP1"
Lukasz Muszkieta86015932017-12-27 12:48:07 +010080 },
81 "CS":
82 {
83 "region_id": "clliRegion",
84 "clli": "CS_clli",
85 "aic_version": "2.5",
86 "identity_service_id": "CS_service"
ChrisC025301d2017-01-31 11:40:03 +010087 }
ChrisC025301d2017-01-31 11:40:03 +010088 }
89}
90}
ChrisC025301d2017-01-31 11:40:03 +010091
92
xg353yb6b7bef2017-04-11 13:30:42 +020093
94