add some system-vm xen configs
authorGreg Price <price@mit.edu>
Mon, 29 Sep 2008 02:05:56 +0000 (22:05 -0400)
committerGreg Price <price@mit.edu>
Mon, 29 Sep 2008 02:05:56 +0000 (22:05 -0400)
svn path=/trunk/packages/xvm-prodconfig/; revision=941

debian/changelog
files/etc/xen/sysvms/ss3.mit.edu [new file with mode: 0644]
files/etc/xen/sysvms/ss4.mit.edu [new file with mode: 0644]
files/etc/xen/sysvms/xvm-2.mit.edu [new file with mode: 0644]

index 1235493..92182d5 100644 (file)
@@ -1,3 +1,9 @@
+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.
diff --git a/files/etc/xen/sysvms/ss3.mit.edu b/files/etc/xen/sysvms/ss3.mit.edu
new file mode 100644 (file)
index 0000000..fa750ca
--- /dev/null
@@ -0,0 +1,42 @@
+
+# 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'
diff --git a/files/etc/xen/sysvms/ss4.mit.edu b/files/etc/xen/sysvms/ss4.mit.edu
new file mode 100644 (file)
index 0000000..db0519f
--- /dev/null
@@ -0,0 +1,40 @@
+
+# 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'
+
+
diff --git a/files/etc/xen/sysvms/xvm-2.mit.edu b/files/etc/xen/sysvms/xvm-2.mit.edu
new file mode 100644 (file)
index 0000000..3094c39
--- /dev/null
@@ -0,0 +1,38 @@
+
+# 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'
+
+