Statistiques
| Révision :

root / trunk / shell / templates / etc / xen / compute-node.cfg @ 50

Historique | Voir | Annoter | Télécharger (848 octet)

1 3 storres
#
2 50 storres
# Template file for the Xen compute node model, created
3 50 storres
# by xen-tools 4.2 on Mon Feb 28 17:41:00 2011.
4 3 storres
#
5 3 storres
6 3 storres
#
7 3 storres
#  Kernel + memory size
8 3 storres
#
9 3 storres
kernel      = '__COMPUTE_NODE_KERNEL__'
10 3 storres
ramdisk     = '__COMPUTE_NODE_RAMDISK__'
11 3 storres
12 50 storres
vcpus       = '__COMPUTE_NODE_VCPUS_NUM__'
13 50 storres
cpus        = '__COMPUTE_NODE_CPUS__'
14 3 storres
memory      = '__COMPUTE_NODE_MEMORY__'
15 3 storres
16 3 storres
#
17 50 storres
#  Disk device(s) and swap.
18 3 storres
#
19 50 storres
# Root device.
20 50 storres
__XEN_SYSTEM_DISK_ROOT_DEVICE_STANZA__
21 50 storres
# Disks.
22 3 storres
disk        = [
23 50 storres
                  __COMPUTE_NODE_SYSTEM_DISK_STANZA__,
24 50 storres
                  __COMPUTE_NODE_SWAP_DISK_STANZA__
25 3 storres
              ]
26 3 storres
27 50 storres
__COMPUTE_NODE_NOSWAP__
28 3 storres
#
29 3 storres
#  Physical volumes
30 3 storres
#
31 3 storres
32 3 storres
33 3 storres
#
34 3 storres
#  Hostname
35 3 storres
#
36 3 storres
name        = '__COMPUTE_NODE_HOST_NAME__'
37 3 storres
38 3 storres
#
39 3 storres
#  Networking
40 3 storres
#
41 50 storres
__XEN_DHCP_STANZA__
42 3 storres
43 50 storres
__VIF_STANZA__
44 3 storres
#
45 3 storres
#  Behaviour
46 3 storres
#
47 3 storres
on_poweroff = 'destroy'
48 3 storres
on_reboot   = 'restart'
49 3 storres
on_crash    = 'restart'
50 3 storres
51 50 storres
__EXTRA_STANZA__