xen/sysconfig.xend

80 lines
1.8 KiB
Plaintext
Raw Normal View History

## Path: System/Virtualization
## Description:
## Type: list(eth0 eth1 eth2 eth3)
## Default: "eth0"
## Config:
#
# Space delimited list of physical network
# devices tocreate traditional bridges on
#
NETDEV_LIST="eth0"
## Type: list(0 1 2 3)
## Default: ""
## Config:
#
# Space delimited list of bridge numbers to
# create empty bridges on.
#
EMPTY_BRIDGE_LIST=""
## Type: string(xenbr)
## Default: "xenbr"
## Config:
#
# Name of bridge to create (example: xenbr)
#
BRIDGE_NAME="xenbr"
## Type: list(veth2,00:16:3E:01:00:02,172.22.0.1/16,nat veth3,00:16:3E:01:00:03,172.23.0.1/16,hostonly)
## Default: ""
## Config:
#
# Space delimited list of virtual network devices,mac addresses
# and IP addresses to create host bridges on using the
# following format:
#
# <virtual network device>,<mac address>,<IP address/CIDR NetMask>,<nat|hostonly|route>
#
HOST_BRIDGE_LIST=""
## Type: string(eth0)
## Default: "eth0"
## Config:
#
# Network interface to use as the external interface for NATed
# and Routed networks
#
NAT_EXTIF="eth0"
## Type: list(10.0.0.1 10.0.0.2)
## Default: "any"
## Config:
#
# Space delimited list of IP addresses/host names of machines
# that xen will accept vm migrations from. If set to 'any'
# xen will accept vm migrations from any host
#
RELOCATION_NODELIST="any"
## Type: string(no)
## Default: "no"
## Config:
#
# If set to yes the xend-relocation script will attempt to
# enable/disable vm migration on all relocation nodes.
#
# Note: Communication with the nodes is done via ssh so
# pre-distributed ssh keys is recommended.
#
MANAGE_ALL_RELOCATION_NODES="no"
## Type: string(8002)
## Default: "8002"
## Config:
#
# The TCP port used by Xen for VM relocation
#
XEN_RELOCATION_PORT="8002"