source: trunk/packages/xen-3.1/xen-3.1/tools/python/scripts/xapi.domcfg.py @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 953 bytes
Line 
1#
2# VM Configuration for Xen API
3#
4
5name_label =  'GentooAPI'
6name_description =  'Gentoo VM via API'
7user_version =  1
8is_a_template =  False
9memory_static_max =  32
10memory_dynamic_max =  32
11memory_dynamic_min =  32
12memory_static_min =  32
13VCPUs_policy =  ''
14VCPUs_params =  ''
15VCPUS_features_required =  ''
16VCPUs_features_can_use =  ''
17VCPUs_features_force_on =  ''
18VCPUs_features_force_off =  ''
19actions_after_shutdown =  'destroy'
20actions_after_reboot =  'restart'
21actions_after_suspend =  'destroy'
22actions_after_crash =  'restart'
23bios_boot =  ''
24platform_std_VGA =  False
25platform_serial =  ''
26platform_localtime =  False
27platform_clock_offset =  False
28platform_enable_audio =  False
29builder =  'linux'
30boot_method =  '' # this will remove the kernel/initrd ??
31kernel_kernel =  '/boot/vmlinuz-2.6.16.29-xen'
32kernel_initrd =  '/root/initrd-2.6.16.29-xen.img'
33kernel_args =  'root=/dev/sda1 ro'
34grub_cmdline =  ''
35PCI_bus =  ''
36other_config =  ''
37
Note: See TracBrowser for help on using the repository browser.