-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactivation.json
More file actions
41 lines (41 loc) · 750 Bytes
/
activation.json
File metadata and controls
41 lines (41 loc) · 750 Bytes
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
{
"resources": {
"auto_remove": false,
"cpu": "800",
"disk": "10",
"memory": "2048",
"network": [
{
"interface-name": "eth0",
"intf-matched": true,
"ipv4": {
"default": true,
"dns": [
"10.0.0.1"
],
"gateway": "10.10.80.1",
"ip": "10.10.80.20",
"mode": "static",
"prefix": "24"
},
"network-name": "VPG0"
},
{
"interface-name": "eth1",
"intf-matched": true,
"ipv4": {
"dns": "",
"ip": "10.10.71.10",
"mode": "static",
"prefix": "24"
},
"network-name": "mgmt-bridge100"
}
],
"profile": "custom",
"vcpu": "1"
},
"startup": {
"runtime_options": "-e NB_SECRET_KEY=SECRET_KEY"
}
}