-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrail.json
38 lines (38 loc) · 1.09 KB
/
contrail.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
{
"server": [
{
"cluster_id": "cluster4",
"domain": "opencontrail.org",
"id": "oc-contrail1",
"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:04",
"ip_address": "192.168.98.113/20",
"default_gateway": "192.168.96.1"
}
],
"management_interface": "ens3",
"provisioning": "kickstart"
},
"password": "c0ntrail123",
"roles": [
"contrail-controller",
"contrail-analytics",
"contrail-analyticsdb"
]
}
]
}