-
Notifications
You must be signed in to change notification settings - Fork 2
/
rdp.json
55 lines (55 loc) · 1.88 KB
/
rdp.json
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
{
"Objects": {
"?": {
"id": "fc-test",
"type": "com.mirantis.murano.Environment"
},
"name": "envRemoteDesktops",
"applications": [
{
"?": {
"id": "appAD1",
"type": "com.mirantis.murano.services.windows.activeDirectory.ActiveDirectory"
},
"name": "sk7.local",
"adminPassword": "NewP@ssw0rd",
"primaryController": {
"?": {
"id": "objController1",
"type": "com.mirantis.murano.services.windows.activeDirectory.PrimaryController"
},
"host": {
"?": {
"id": "hostDC1",
"type": "com.mirantis.murano.services.windows.Host"
},
"adminPassword": "P@ssw0rd",
"name": "ad-primary",
"flavor": "m1.medium",
"image": "ws-2012-std"
}
}
},
{
"?": {
"id": "appRDP1",
"type": "com.mirantis.murano.services.windows.RemoteDesktop"
},
"name": "rdp1",
"members": [
{
"?": {
"id": "hostRDP1",
"type": "com.mirantis.murano.services.windows.DomainHost"
},
"domain": "appAD1",
"adminPassword": "P@ssw0rd",
"name": "rdp-node1",
"flavor": "m1.medium",
"image": "ws-2012-std"
}
]
}
]
}
}