-
Notifications
You must be signed in to change notification settings - Fork 0
/
vmimagemanager.cfg.template
119 lines (79 loc) · 2.56 KB
/
vmimagemanager.cfg.template
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
[vmim.local]
#
#'qemu:///system',"/usr/bin/kvm"
#vmemulator="/usr/bin/kvm"
vmemulator="qemu:///system"
# the Generated configurations for Xen
# Are based on a configuration file for the templates to generate them
# Place to mount images
mount="/mnt/vm/"
# # vmimages # #
#
# Sets the root for the storing of extractions of virtual maschines.
# Please be aware that if you are auto generating extracts, say in a
# build server or compute farm theis directory will grow fast
# unless you apply a cleaning policy.
vmimages="/server/vmstore/images"
# # vmextracts # #
#
# Sets the root for the storing of extractions of virtual maschines.
# Please be aware that if you are auto generating extracts, say in a
# build server or compute farm theis directory will grow fast
# unless you apply a cleaning policy.
vmextracts="/server/vmstore/extracts"
# Not yet implemented
vmlist = ["vmim.vm.1"]
[vmim.default]
#Give 2 Gb Memmory
cAlocatedMemory=597152
vAlocatedMemory=597152
virthost=qemu:///system
bridge=bridge0
[vmim.vm.1]
#Configuration sections such as this contain configuration for hosts
# All host sections start with the prefix 'vmim.vm.'.
# as the slot enablement option states.
# enabled=on/off
# enabled=on
# What Virtual maschine will know Slot as.
HostName="DebianStable"
# Root Partition the virtal maschine will run on
root="/dev/hda5"
# Swap Partition for the virtual maschine.
swap="/dev/hda10"
#where in the file system should you mount down virtual maschines
mount="/mnt/virt.yokel.org"
# Setting Mac addresses and IP through dhcp seems a good way of running xen
mac=["02:11:62:22:21:13"]
# Since we are using mac addresses which is better we dont specify ip address
#ip=192.168.0.28
# Warning : New and likely to be renamed
#vmcfg=""
# change the xenconftemplate directory rather than
# You can also specify per host image directories
# or leave it at the default of
# /${RootPath}/${HostName}
# vmimages=/media/usbdrive/xenimages/
# Allows supporting xfs/ext3 in debian.
#
# How do you want to format your hard drive
# By default the formatFilter filter can be set as
#
# formatFilter=mkfs.ext3 %s
#
[vmim.vm.2]
vm_slot_enabled=off
HostName="hudson-slave-vm01.desy.de"
HostDisk="/dev/mapper/vg.01-hudson_slave_vm01"
partition=1
mount="/mnt/virt/vg.01-hudson_slave_vm01"
mac=["02:11:69:22:32:11"]
vmimages=/space/vmimages
[vmim.vm.anyNamecanGoHere]
vm_slot_enabled=off
HostName="hudson-slave-vm02.desy.de"
HostDisk="/dev/mapper/vg.01-hudson_slave_vm02"
partition=1
mount="/mnt/virt/vg.01-hudson_slave_vm02"
mac=["02:11:69:22:32:12"]
vmimages=/space/vmimages