-
Notifications
You must be signed in to change notification settings - Fork 0
/
ubuntu.json
42 lines (42 loc) · 851 Bytes
/
ubuntu.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
{
"DiskProvisioning": "thin",
"PowerOn": false,
"Name": "Ubuntu-Cloud",
"PropertyMapping": [
{
"Key": "instance-id",
"Value": "id-ovf"
},
{
"Key": "hostname",
"Value": ""
},
{
"Key": "seedfrom",
"Value": ""
},
{
"Key": "public-keys",
"Value": ""
},
{
"Key": "user-data",
"Value":""
},
{
"Key": "password",
"Value": ""
}
],
"InjectOvfEnv": false,
"MarkAsTemplate": false,
"WaitForIP": false,
"IPAllocationPolicy": "dhcpPolicy",
"IPProtocol": "IPv4",
"NetworkMapping": [
{
"Name": "VM Network",
"Network": "VM Network"
}
]
}