-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompute.json
70 lines (70 loc) · 2.07 KB
/
compute.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"server": [
{
"cluster_id": "cluster4",
"domain": "opencontrail.org",
"id": "oc-compute1",
"parameters" : {
"partition": "/dev/vda",
"provision": {
"contrail_4": {
}
}
},
"contrail": {
"control_data_interface": "ens3"
},
"network" : {
"interfaces": [
{
"name": "ens3",
"dhcp": false,
"mac_address": "52:54:de:ad:bb:07",
"ip_address": "192.168.98.116/20",
"default_gateway": "192.168.96.1"
}
],
"management_interface": "ens3",
"provisioning": "kickstart"
},
"password": "c0ntrail123",
"roles": [
"contrail-compute",
"contrail-agent"
]
},
{
"cluster_id": "cluster4",
"domain": "opencontrail.org",
"id": "oc-compute2",
"parameters" : {
"partition": "/dev/vda",
"provision": {
"contrail_4": {
}
}
},
"contrail": {
"control_data_interface": "ens3"
},
"network" : {
"interfaces": [
{
"name": "ens3",
"dhcp": false,
"mac_address": "52:54:de:ad:bb:08",
"ip_address": "192.168.98.117/20",
"default_gateway": "192.168.96.1"
}
],
"management_interface": "ens3",
"provisioning": "kickstart"
},
"password": "c0ntrail123",
"roles": [
"contrail-compute",
"contrail-agent"
]
}
]
}