2007-05-23 01:45:46 +02:00
|
|
|
Index: xen-3.1-testing/tools/examples/init.d/sysconfig.xendomains
|
2007-01-16 00:42:10 +01:00
|
|
|
===================================================================
|
2007-05-23 01:45:46 +02:00
|
|
|
--- xen-3.1-testing.orig/tools/examples/init.d/sysconfig.xendomains
|
|
|
|
+++ xen-3.1-testing/tools/examples/init.d/sysconfig.xendomains
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-## Path: System/xen
|
|
|
|
+## Path: System/Virtualization
|
|
|
|
## Description: xen domain start/stop on boot
|
|
|
|
## Type: string
|
|
|
|
## Default:
|
2007-01-16 00:42:10 +01:00
|
|
|
@@ -98,7 +98,6 @@ XENDOMAINS_RESTORE=true
|
|
|
|
# Note that the script tries to be clever if both RESTORE and AUTO are
|
|
|
|
# set: It will first restore saved domains and then only start domains
|
|
|
|
# in AUTO which are not running yet.
|
|
|
|
-# Note that the name matching is somewhat fuzzy.
|
|
|
|
#
|
|
|
|
XENDOMAINS_AUTO=/etc/xen/auto
|
|
|
|
|
|
|
|
@@ -109,9 +108,8 @@ XENDOMAINS_AUTO=/etc/xen/auto
|
|
|
|
# files in XENDOMAINS_AUTO will be treated according to XENDOMAINS_SYSRQ,
|
|
|
|
# XENDOMAINS_MIGRATE, XENDOMAINS_SAVE, XENDMAINS_SHUTDOWN; otherwise
|
|
|
|
# all running domains will be.
|
|
|
|
-# Note that the name matching is somewhat fuzzy.
|
|
|
|
#
|
|
|
|
-XENDOMAINS_AUTO_ONLY=false
|
|
|
|
+XENDOMAINS_AUTO_ONLY=true
|
|
|
|
|
|
|
|
## Type: integer
|
|
|
|
## Default: 300
|
2007-05-23 01:45:46 +02:00
|
|
|
Index: xen-3.1-testing/tools/examples/xend-config.sxp
|
2007-01-16 00:42:10 +01:00
|
|
|
===================================================================
|
2007-05-23 01:45:46 +02:00
|
|
|
--- xen-3.1-testing.orig/tools/examples/xend-config.sxp
|
|
|
|
+++ xen-3.1-testing/tools/examples/xend-config.sxp
|
2007-04-26 01:53:07 +02:00
|
|
|
@@ -51,16 +51,19 @@
|
|
|
|
#
|
|
|
|
# (9367 pam '' /etc/xen/xen-api.key /etc/xen/xen-api.crt)
|
2007-02-11 11:48:10 +01:00
|
|
|
#
|
|
|
|
-# Default:
|
|
|
|
-# (xen-api-server ((unix)))
|
|
|
|
+
|
|
|
|
+# Until the CIMOM supports authentication, do not require authentication on
|
|
|
|
+# the unix socket. The socket is restricted to root via file permissions.
|
|
|
|
+(xen-api-server ((unix none)))
|
|
|
|
|
|
|
|
|
|
|
|
#(xend-http-server no)
|
|
|
|
-#(xend-unix-server no)
|
|
|
|
+(xend-unix-server yes)
|
2007-01-16 00:42:10 +01:00
|
|
|
#(xend-tcp-xmlrpc-server no)
|
|
|
|
#(xend-unix-xmlrpc-server yes)
|
2007-02-11 11:48:10 +01:00
|
|
|
+# Only enable xend-relocation-server on trusted networks. Currently
|
|
|
|
+# lacks encryption and authentication.
|
2007-01-16 00:42:10 +01:00
|
|
|
#(xend-relocation-server no)
|
|
|
|
-(xend-relocation-server yes)
|
|
|
|
|
|
|
|
#(xend-unix-path /var/lib/xend/xend-socket)
|
|
|
|
|