Index: /trunk/packages/hvirt-config/debian/changelog
===================================================================
--- /trunk/packages/hvirt-config/debian/changelog	(revision 2885)
+++ /trunk/packages/hvirt-config/debian/changelog	(revision 2885)
@@ -0,0 +1,57 @@
+hvirt-devconfig (0.9) unstable; urgency=low
+
+  * Added network info
+  * Added vg = root info
+
+ -- Greg Brockman <gdb@mit.edu>  Fri, 01 Jan 2010 23:29:20 -0500
+
+hvirt-devconfig (0.8) unstable; urgency=low
+
+  * Added internal_ip to hosts
+
+ -- Greg Brockman <gdb@mit.edu>  Thu, 31 Dec 2009 02:18:37 -0500
+
+hvirt-devconfig (0.7) unstable; urgency=low
+
+  * Removed the postinst; moving it to an init script in invirt-base.
+
+ -- Greg Brockman <gdb@mit.edu>  Thu, 24 Dec 2009 20:14:12 -0500
+
+hvirt-devconfig (0.6) unstable; urgency=low
+
+  * Added a postinst to set the default_realm appropriately
+  * Fixed entry for console in master.yaml
+
+ -- Greg Brockman <gdb@mit.edu>  Thu, 24 Dec 2009 19:34:11 -0500
+
+hvirt-devconfig (0.5) unstable; urgency=low
+
+  * Added kerberos entry
+  * Added s_console and s_remote sysvms
+
+ -- Greg Brockman <gdb@mit.edu>  Thu, 24 Dec 2009 18:02:28 -0500
+
+hvirt-devconfig (0.4) unstable; urgency=low
+
+  * Added console entry
+
+ -- Greg Brockman <gdb@hcs.harvard.edu>  Wed, 23 Dec 2009 20:52:47 -0500
+
+hvirt-devconfig (0.3) unstable; urgency=low
+
+  * Added remote entry
+
+ -- Greg Brockman <gdb@hcs.harvard.edu>  Wed, 23 Dec 2009 20:49:52 -0500
+
+hvirt-devconfig (0.2) unstable; urgency=low
+
+  * Added hosts entry
+
+ -- Greg Brockman <gdb@hcs.harvard.edu>  Thu, 24 Dec 2009 01:41:02 +0000
+
+hvirt-devconfig (0.1) unstable; urgency=low
+
+  * Initial build; stole some config from xvm-devconfig.
+
+ -- Greg Brockman <gdb@hcs.harvard.edu>  Mon, 21 Dec 2009 20:14:06 +0000
+
Index: /trunk/packages/hvirt-config/debian/compat
===================================================================
--- /trunk/packages/hvirt-config/debian/compat	(revision 2885)
+++ /trunk/packages/hvirt-config/debian/compat	(revision 2885)
@@ -0,0 +1,1 @@
+5
Index: /trunk/packages/hvirt-config/debian/control
===================================================================
--- /trunk/packages/hvirt-config/debian/control	(revision 2885)
+++ /trunk/packages/hvirt-config/debian/control	(revision 2885)
@@ -0,0 +1,14 @@
+Source: hvirt-devconfig
+Section: servers
+Priority: important
+Maintainer: HCS Hvirt Project <hvirt@hcs.harvard.edu>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: hvirt-devconfig
+Architecture: all
+Provides: invirt-config
+Conflicts: invirt-config
+Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-base (>= 0.0.19)
+Description: Hvirt dev-cluster config
+  This is the master configuration package for the Hvirt development cluster.
Index: /trunk/packages/hvirt-config/debian/copyright
===================================================================
--- /trunk/packages/hvirt-config/debian/copyright	(revision 2885)
+++ /trunk/packages/hvirt-config/debian/copyright	(revision 2885)
@@ -0,0 +1,17 @@
+This software was written for the XVM project <xvm@mit.edu>
+of the MIT Student Information Processing Board.
+
+Copyright :
+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in the file /usr/share/common-licenses/GPL.
Index: /trunk/packages/hvirt-config/debian/hvirt-devconfig.install
===================================================================
--- /trunk/packages/hvirt-config/debian/hvirt-devconfig.install	(revision 2885)
+++ /trunk/packages/hvirt-config/debian/hvirt-devconfig.install	(revision 2885)
@@ -0,0 +1,1 @@
+master.yaml etc/invirt
Index: /trunk/packages/hvirt-config/debian/hvirt-devconfig.lintian-overrides
===================================================================
--- /trunk/packages/hvirt-config/debian/hvirt-devconfig.lintian-overrides	(revision 2885)
+++ /trunk/packages/hvirt-config/debian/hvirt-devconfig.lintian-overrides	(revision 2885)
@@ -0,0 +1,1 @@
+hvirt-devconfig binary: file-in-unusual-dir root/.k5login
Index: /trunk/packages/hvirt-config/debian/hvirt-devconfig.postinst
===================================================================
--- /trunk/packages/hvirt-config/debian/hvirt-devconfig.postinst	(revision 2885)
+++ /trunk/packages/hvirt-config/debian/hvirt-devconfig.postinst	(revision 2885)
@@ -0,0 +1,51 @@
+#!/bin/sh
+# postinst script for hvirt-devconfig
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <postinst> `abort-remove'
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    configure)
+	# Regen invirt config
+	if hash invoke-rc.d; then
+            invoke-rc.d invirt-base reload
+        else
+            /etc/init.d/invirt-base reload
+        fi
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+    triggered)
+        invirt-reload
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+
Index: /trunk/packages/hvirt-config/debian/hvirt-devconfig.triggers
===================================================================
--- /trunk/packages/hvirt-config/debian/hvirt-devconfig.triggers	(revision 2885)
+++ /trunk/packages/hvirt-config/debian/hvirt-devconfig.triggers	(revision 2885)
@@ -0,0 +1,1 @@
+activate invirt-reload
Index: /trunk/packages/hvirt-config/debian/rules
===================================================================
--- /trunk/packages/hvirt-config/debian/rules	(revision 2885)
+++ /trunk/packages/hvirt-config/debian/rules	(revision 2885)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+binary-install/xvm-devconfig::
+	# Versions of CDBS newer than ours do this for us
+	dh_lintian -pxvm-devconfig
+	install -m 0644 -D k5login $(DEB_DESTDIR)/root/.k5login
Index: /trunk/packages/hvirt-config/k5login
===================================================================
--- /trunk/packages/hvirt-config/k5login	(revision 2885)
+++ /trunk/packages/hvirt-config/k5login	(revision 2885)
@@ -0,0 +1,2 @@
+gdb@HCS.HARVARD.EDU
+gdb/root@HCS.HARVARD.EDU
Index: /trunk/packages/hvirt-config/master.yaml
===================================================================
--- /trunk/packages/hvirt-config/master.yaml	(revision 2885)
+++ /trunk/packages/hvirt-config/master.yaml	(revision 2885)
@@ -0,0 +1,33 @@
+db:
+ uri: postgres://invirt@hvirt-dev.hcs.harvard.edu/invirt
+ host: hvirt-dev.hcs.harvard.edu
+ ip: 140.247.89.172
+ port: 5432
+ user: invirt
+ dbname: invirt
+
+svn:
+ uri: https://xvm.mit.edu:1111
+
+hosts:
+- hostname: hersilia.hcs.harvard.edu
+  ip: 140.247.89.251
+  internal_ip: 10.245.65.37
+
+remote:
+ hostname: hvirt-remote-dev.hcs.harvard.edu
+ ip: 140.247.89.173
+
+console:
+ hostname: hvirt-remote-dev.hcs.harvard.edu
+ ip: 140.247.89.173
+
+kerberos:
+ realm: HCS.HARVARD.EDU
+
+xen:
+ network:
+  netmask: 255.255.255.128
+  gateway: 140.247.89.129
+ lvm:
+  vg: root
Index: /trunk/packages/hvirt-config/sysvms/s_console
===================================================================
--- /trunk/packages/hvirt-config/sysvms/s_console	(revision 2885)
+++ /trunk/packages/hvirt-config/sysvms/s_console	(revision 2885)
@@ -0,0 +1,19 @@
+import os
+
+release     = os.uname()[2]
+kernel      = '/boot/vmlinuz-%s' % release
+ramdisk     = '/boot/initrd.img-%s' % release
+memory      = '256'
+
+disk        = ['phy:root/s_console_hda,hda,w']
+
+name        = 's_console'
+
+vif         = [ 'ip=140.247.89.173,mac=00:16:3e:2a:7e:0a' ]
+
+on_poweroff = 'destroy'
+on_reboot   = 'restart'
+on_crash    = 'restart'
+
+root = "/dev/hda1 ro"
+extra = '2 console=xvc0'
Index: /trunk/packages/hvirt-config/sysvms/s_master
===================================================================
--- /trunk/packages/hvirt-config/sysvms/s_master	(revision 2885)
+++ /trunk/packages/hvirt-config/sysvms/s_master	(revision 2885)
@@ -0,0 +1,19 @@
+import os
+
+release     = os.uname()[2]
+kernel      = '/boot/vmlinuz-%s' % release
+ramdisk     = '/boot/initrd.img-%s' % release
+memory      = '256'
+
+disk        = ['phy:root/s_master_hda,hda,w']
+
+name        = 's_master'
+
+vif         = [ 'ip=140.247.89.172,mac=00:16:3e:04:d1:56' ]
+
+on_poweroff = 'destroy'
+on_reboot   = 'restart'
+on_crash    = 'restart'
+
+root = "/dev/hda1 ro"
+extra = '2 console=xvc0'
Index: /trunk/packages/hvirt-config/sysvms/s_remote
===================================================================
--- /trunk/packages/hvirt-config/sysvms/s_remote	(revision 2885)
+++ /trunk/packages/hvirt-config/sysvms/s_remote	(revision 2885)
@@ -0,0 +1,19 @@
+import os
+
+release     = os.uname()[2]
+kernel      = '/boot/vmlinuz-%s' % release
+ramdisk     = '/boot/initrd.img-%s' % release
+memory      = '256'
+
+disk        = ['phy:root/s_remote_hda,hda,w']
+
+name        = 's_remote'
+
+vif         = [ 'ip=140.247.89.174,mac=00:16:3e:9e:72:a5' ]
+
+on_poweroff = 'destroy'
+on_reboot   = 'restart'
+on_crash    = 'restart'
+
+root = "/dev/hda1 ro"
+extra = '2 console=xvc0'
