3 Star 2 Fork 0

Gitee 极速下载 / kimchi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/kimchi-project/kimchi
克隆/下载
template.conf 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
#
# Configuration file for Kimchi Templates
#
[main]
# List of networks separated by comma
# Represents the virtual network interfaces to be assigned to guest
#networks = default,
[memory]
# Memory in MB
# current = 1024
# Maximum value of memory to be assigned to guest in MB
# maxmemory = 1024
[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
# Only Applicable for s390x. Storage path used to handle the guest disk.
# In Each disk, pool and path are mutually exclusive parameters and
# pool will be ignored in case of both specified.
#path = /var/lib/libvirt/images
[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 maxvcpus value is equal to the
# product of sockets, cores, and threads.
#vcpus = 1
#maxvcpus = 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 =
Python
1
https://gitee.com/mirrors/kimchi.git
git@gitee.com:mirrors/kimchi.git
mirrors
kimchi
kimchi
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891