root / trunk / shell / templates / etc / xen / front-end.cfg @ 24
Historique | Voir | Annoter | Télécharger (834 octet)
1 | 17 | storres | # |
---|---|---|---|
2 | 20 | storres | # Configuration file for the Xen front-end, created |
3 | 18 | storres | # by xen-tools 4.2 on Mon Feb 28 17:41:00 2011. |
4 | 17 | storres | # |
5 | 17 | storres | |
6 | 17 | storres | # |
7 | 17 | storres | # Kernel + memory size |
8 | 17 | storres | # |
9 | 21 | storres | kernel = '__FRONT_END_KERNEL__' |
10 | 21 | storres | ramdisk = '__FRONT_END_RAMDISK__' |
11 | 17 | storres | |
12 | 21 | storres | vcpus = '__FRONT_END_VCPUS_NUM__' |
13 | 21 | storres | cpus = '__FRONT_END_CPUS__' |
14 | 24 | storres | memory = '__FRONT_END_MEMORY__' |
15 | 17 | storres | |
16 | 17 | storres | # |
17 | 17 | storres | # Disk device(s). |
18 | 17 | storres | # |
19 | 24 | storres | root = '__XEN_SYSTEM_DISK_ROOT_DEVICE__' |
20 | 17 | storres | disk = [ |
21 | 21 | storres | 'phy:__FRONT_END_SYSTEM_DISK__,xvda1,w', |
22 | 21 | storres | 'phy:__FRONT_END_HOME_DISK__,xvda2,w', |
23 | 21 | storres | __FRONT_END_SWAP_DISK__ |
24 | 17 | storres | ] |
25 | 17 | storres | |
26 | 21 | storres | __FRONT_END_NOSWAP__ |
27 | 17 | storres | # |
28 | 17 | storres | # Physical volumes |
29 | 17 | storres | # |
30 | 17 | storres | |
31 | 17 | storres | |
32 | 17 | storres | # |
33 | 17 | storres | # Hostname |
34 | 17 | storres | # |
35 | 21 | storres | name = '__FRONT_END_HOST_NAME__' |
36 | 17 | storres | |
37 | 17 | storres | # |
38 | 17 | storres | # Networking |
39 | 17 | storres | # |
40 | 21 | storres | __XEN_DHCP_STANZA__ |
41 | 23 | storres | |
42 | 21 | storres | __VIF_STANZA__ |
43 | 17 | storres | # |
44 | 17 | storres | # Behaviour |
45 | 17 | storres | # |
46 | 17 | storres | on_poweroff = 'destroy' |
47 | 17 | storres | on_reboot = 'restart' |
48 | 17 | storres | on_crash = 'restart' |
49 | 17 | storres | |
50 | 17 | storres |