forked from kimchi-project/kimchi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.conf
48 lines (36 loc) · 966 Bytes
/
template.conf
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
#
# Configuration file for Kimchi Templates
#
[main]
# Memory in MB
#memory = 1024
# List of networks separated by comma
# Represents the virtual network interfaces to be assigned to guest
#networks = default,
[storage]
# Specify multiple [[disk.X]] sub-sections to add multiples disks to guest
# Each disk files will be created in respective storage pool set
[[disk.0]]
# Disk size in GB
#size = 10
# Disk format
#format = qcow2
# Storage pool used to handle the guest disk
#pool = default
[graphics]
# Graphics type
# Valid options: vnc | spice
#type = vnc
# The network which the vnc/spice server listens on
#listen = 127.0.0.1
[processor]
# Number of vcpus
# When specifying CPU topology, make sure cpus value is equal to the product
# of sockets, cores, and threads.
#cpus = 1
# Number of sockets (not set by default)
#sockets =
# Number of cores per socket (not set by default)
#cores =
# Number of threads per core (not set by default)
#threads =