Renumber the prod cluster... again
[invirt/packages/xvm-prodconfig.git] / sysvms / s_master
index 3a9543d..600e26b 100644 (file)
@@ -1,24 +1,22 @@
 
 import os
 
-# temporary hack so we can get the sysvms off the old hardware
-#release     = os.uname()[2]
-release     = "2.6.24-32-xen"
-kernel      = '/boot/hardy/vmlinuz-%s' % release
-ramdisk     = '/boot/hardy/initrd.img-%s' % release
-memory      = '1024'
+release     = os.uname()[2]
+kernel      = '/boot/vmlinuz-%s' % release
+ramdisk     = '/boot/initrd.img-%s' % release
+memory      = '2048'
 
-disk        = ['phy:xenvg/s_master_hda,hda,w',
-               'phy:xenvg/s_master_hdb,hdb,w']
+disk        = ['phy:xenvg/s_master_precise_xvda,xvda,w',
+               'phy:xenvg/s_master_precise_xvdb,xvdb,w']
 
 name        = 's_master'
 
-vif         = [ 'ip=18.181.0.62,mac=00:16:3E:5F:C1:D4' ]
+vif         = [ 'ip=18.25.128.62,mac=00:16:3E:5F:C1:8A' ]
 
 on_poweroff = 'destroy'
 on_reboot   = 'restart'
 on_crash    = 'restart'
 
-root       = '/dev/hda1 ro'
-extra = '2 console=xvc0'
+root       = '/dev/xvda1 ro'
+extra = '2 console=hvc0'