Make noc a list and add new sipb-noc address to monitoring and noc sections
[invirt/packages/xvm-devconfig.git] / sysvms / s_console
1 import os
2
3 release     = os.uname()[2]
4 kernel      = '/vmlinuz'
5 ramdisk     = '/initrd.img'
6 memory      = '256'
7
8 disk        = ['phy:xenvg/s_console_xvda,xvda,w']
9
10 name        = 's_console'
11
12 vif         = [ 'ip=18.181.0.230,mac=00:16:3e:07:15:2c' ]
13
14 on_poweroff = 'destroy'
15 on_reboot   = 'restart'
16 on_crash    = 'restart'
17
18 root = "/dev/xvda1 ro"
19 extra = '2 console=hvc0'