+sipb-xen-remctl-auto (1.0.8) unstable; urgency=low
+
+ * Add support for updating conserver when VMs are turned on and off
+
+ -- Evan Broder <broder@sipb-xen-dev.mit.edu> Wed, 2 Apr 2008 00:40:23 -0400
+
sipb-xen-remctl-auto (1.0.7) unstable; urgency=low
* changes for installer system
Section: net
Priority: extra
Maintainer: SIPB Xen Project <sipb-xen@mit.edu>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0)
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0)
Standards-Version: 3.7.2
Package: sipb-xen-remctl-auto
Architecture: all
-Depends: ${misc:Depends}, remctl-server
+Depends: ${misc:Depends}, remctl-server, sipb-xen-console-server
Description: Installs the SIPB Xen automatic remctl management system
This is our automatic remctl configuration management system.
Package: sipb-xen-remctl-auto
Architecture: all
-Depends: ${misc:Depends}, remctl-server
+Depends: ${misc:Depends}, remctl-server, sipb-xen-console-server
Description: Installs the SIPB Xen automatic remctl management system
This is our automatic remctl configuration management system.
MACHINE="d_$ORIGMACHINE"
case "$ACTION" in
- list|vcpu-list|destroy|uptime|shutdown)
+ list|vcpu-list|uptime)
xm "$ACTION" "$MACHINE"
;;
+ destroy|shutdown)
+ xm "$ACTION" "$MACHINE"
+ rm "/etc/conserver/conf.d/$MACHINE"
+ /usr/sbin/sipb-xen-update-conserver
+ ;;
install|create|reboot)
ARG="$3"
shift; shift; shift; MOREARGS="$*"
fi
if [ "$ACTION" = "install" ]; then
xm create sipb-database machine_name="$ORIGMACHINE" installer="$ARG" installer_options="$MOREARGS"
+# elif [ "$ACTION" = "copy" ]; then
+# sipb-xen-duplicate ...etc...
elif [ -n "$ARG" ]; then
xm create sipb-database machine_name="$ORIGMACHINE" cdrom_image="$ARG"
else
xm create sipb-database machine_name="$ORIGMACHINE"
fi
+ echo "console $ORIGMACHINE {}" >"/etc/conserver/conf.d/$MACHINE"
+ /usr/sbin/sipb-xen-update-conserver
;;
list-long)
xm list --long "$MACHINE"