root / trunk / shell / templates / etc / xen / compute-node-model.cfg @ 58
Historique | Voir | Annoter | Télécharger (884 octet)
1 | 44 | storres | # |
---|---|---|---|
2 | 44 | storres | # Template file for the Xen compute node model, created |
3 | 44 | storres | # by xen-tools 4.2 on Mon Feb 28 17:41:00 2011. |
4 | 44 | storres | # |
5 | 44 | storres | |
6 | 44 | storres | # |
7 | 44 | storres | # Kernel + memory size |
8 | 44 | storres | # |
9 | 44 | storres | kernel = '__COMPUTE_NODE_KERNEL__' |
10 | 44 | storres | ramdisk = '__COMPUTE_NODE_RAMDISK__' |
11 | 44 | storres | |
12 | 44 | storres | vcpus = '__COMPUTE_NODE_MODEL_VCPUS_NUM__' |
13 | 44 | storres | cpus = '__COMPUTE_NODE_MODEL_CPUS__' |
14 | 44 | storres | memory = '__COMPUTE_NODE_MEMORY__' |
15 | 44 | storres | |
16 | 44 | storres | # |
17 | 44 | storres | # Disk device(s) and swap. |
18 | 44 | storres | # |
19 | 44 | storres | # Root device. |
20 | 44 | storres | __XEN_SYSTEM_DISK_ROOT_DEVICE_STANZA__ |
21 | 44 | storres | # Disks. |
22 | 44 | storres | disk = [ |
23 | 44 | storres | __COMPUTE_NODE_MODEL_SYSTEM_DISK_STANZA__, |
24 | 50 | storres | __COMPUTE_NODE_MODEL_SWAP_DISK_STANZA__ |
25 | 44 | storres | ] |
26 | 44 | storres | |
27 | 50 | storres | __COMPUTE_NODE_MODEL_NOSWAP__ |
28 | 44 | storres | # |
29 | 44 | storres | # Physical volumes |
30 | 44 | storres | # |
31 | 44 | storres | |
32 | 44 | storres | |
33 | 44 | storres | # |
34 | 44 | storres | # Hostname |
35 | 44 | storres | # |
36 | 50 | storres | name = '__COMPUTE_NODE_MODEL_HOST_NAME__' |
37 | 44 | storres | |
38 | 44 | storres | # |
39 | 44 | storres | # Networking |
40 | 44 | storres | # |
41 | 44 | storres | __XEN_DHCP_STANZA__ |
42 | 44 | storres | |
43 | 44 | storres | __VIF_STANZA__ |
44 | 44 | storres | # |
45 | 44 | storres | # Behaviour |
46 | 44 | storres | # |
47 | 44 | storres | on_poweroff = 'destroy' |
48 | 44 | storres | on_reboot = 'restart' |
49 | 44 | storres | on_crash = 'restart' |
50 | 44 | storres | |
51 | 44 | storres | __EXTRA_STANZA__ |