Make noc a list and add new sipb-noc address to monitoring and noc sections
[invirt/packages/xvm-devconfig.git] / sysvms / s_remote
index 041e161..dce4c56 100644 (file)
@@ -1,19 +1,19 @@
 import os
 
 release     = os.uname()[2]
-kernel      = '/boot/vmlinuz-%s' % release
-ramdisk     = '/boot/initrd.img-%s' % release
+kernel      = '/vmlinuz'
+ramdisk     = '/initrd.img'
 memory      = '512'
 
 disk        = ['phy:xenvg/s_remote_xvda,xvda,w']
 
 name        = 's_remote'
 
-vif         = [ 'ip=18.181.0.216,mac=00:16:3e:5f:98:b4' ]
+vif         = [ 'ip=18.181.0.231,mac=00:16:3e:5f:98:b4' ]
 
 on_poweroff = 'destroy'
 on_reboot   = 'restart'
 on_crash    = 'restart'
 
 root = "/dev/xvda1 ro"
-extra = '2 console=xvc0'
+extra = '2 console=hvc0'