svn path=/trunk/packages/xvm-prodconfig/; revision=941
+xvm-prodconfig (0.3ubuntu1) hardy; urgency=low
+
+ * Add some system-vm xen configs.
+
+ -- Greg Price <price@mit.edu> Mon, 29 Sep 2008 01:56:00 +0000
+
xvm-prodconfig (0.3) unstable; urgency=low
* Include a copy of the apt key; currently not automatically installed.
xvm-prodconfig (0.3) unstable; urgency=low
* Include a copy of the apt key; currently not automatically installed.
--- /dev/null
+
+# Configuration file for the Xen instance ss3.mit.edu, created
+# by xen-tools 3.8 on Sun Sep 28 20:42:38 2008.
+#
+
+#
+# Kernel + memory size
+#
+kernel = '/boot/vmlinuz-2.6.24-19-xen'
+ramdisk = '/boot/initrd.img-2.6.24-19-xen'
+memory = '128'
+
+#
+# Disk device(s).
+#
+disk = [
+ ',hda1,w',
+ ]
+
+
+#
+# Hostname
+#
+name = 'ss3.mit.edu'
+
+#
+# Networking
+#
+vif = [ 'ip=18.181.0.42,mac=00:16:3E:7E:E4:DE' ]
+
+#
+# Behaviour
+#
+on_poweroff = 'destroy'
+on_reboot = 'restart'
+on_crash = 'restart'
+
+extra = '2 console=xvc0'
+
+
+disk = ['phy:xenvg/s_console_hda,hda,w']
+root = '/dev/hda1 ro'
--- /dev/null
+
+# Configuration file for the Xen instance ss4.mit.edu, created
+# by xen-tools 3.8 on Sun Sep 28 19:53:27 2008.
+#
+
+#
+# Kernel + memory size
+#
+kernel = '/boot/vmlinuz-2.6.24-19-xen'
+ramdisk = '/boot/initrd.img-2.6.24-19-xen'
+memory = '128'
+
+#
+# Disk device(s).
+#
+disk = [
+ 'phy:xenvg/s_remote_hda,hda,w',
+ ]
+root = "/dev/hda1 ro"
+
+#
+# Hostname
+#
+name = 'ss4.mit.edu'
+
+#
+# Networking
+#
+vif = [ 'ip=18.181.0.44,mac=00:16:3E:7F:C2:55' ]
+
+#
+# Behaviour
+#
+on_poweroff = 'destroy'
+on_reboot = 'restart'
+on_crash = 'restart'
+
+extra = '2 console=xvc0'
+
+
--- /dev/null
+
+# Configuration file for the Xen instance xvm-2.mit.edu, created
+# by xen-tools 3.8 on Sun Sep 28 19:19:08 2008.
+#
+
+#
+# Kernel + memory size
+#
+kernel = '/boot/vmlinuz-2.6.24-19-xen'
+ramdisk = '/boot/initrd.img-2.6.24-19-xen'
+memory = '128'
+
+#
+# Disk device(s).
+#
+disk = ['phy:xenvg/s_master_hda,hda,w']
+root = '/dev/hda1 ro'
+
+#
+# Hostname
+#
+name = 'xvm-2.mit.edu'
+
+#
+# Networking
+#
+vif = [ 'ip=18.181.0.80,mac=00:16:3E:5F:C1:D4' ]
+
+#
+# Behaviour
+#
+on_poweroff = 'destroy'
+on_reboot = 'restart'
+on_crash = 'restart'
+
+extra = '2 console=xvc0'
+
+