Initial OpenECOMP MSO commit
[so.git] / adapters / mso-adapter-utils / src / test / resources / cloud_config.json
1 { "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"
47                 }
48                 
49         },
50         "cloud_sites":
51         {
52                 "MT":
53                 {
54                         "region_id": "regionOne",
55                         "clli": "MT",
56                         "aic_version": "2.5",
57                         "identity_service_id": "MT_KEYSTONE"
58                 },
59                 "DAN":
60                 {
61                         "region_id": "RegionOne",
62                         "clli": "DAN",
63                         "aic_version": "2.5",
64                         "identity_service_id": "DAN_KEYSTONE"
65                 },
66                 "MTINJVCC101":
67                 {
68                         "region_id": "regionTwo",
69                         "clli": "MTINJVCC101",
70                         "aic_version": "2.5",
71                         "identity_service_id": "MTINJVCC101_DCP"
72                 }
73                 
74         }
75 }
76 }
77         
78
79
80