svn path=/trunk/packages/xvm-prodconfig/; revision=2089
+xvm-prodconfig (1.1.9) unstable; urgency=low
+
+ * Ship the sysvm Xen config files themselves, rather than Mako templates.
+
+ -- Greg Price <price@mit.edu> Tue, 03 Feb 2009 01:20:16 -0500
+
xvm-prodconfig (1.1.8) unstable; urgency=low
* Move sysvms/* into xvm-prodconfig from invirt-xen-config
-<%
-from invirt.config import structs as cfg
-%>
+
import os
release = os.uname()[2]
name = 's_console'
-vif = [ 'ip=${cfg.console.ip},mac=00:16:3E:7E:E4:DE' ]
+vif = [ 'ip=18.181.0.134,mac=00:16:3E:7E:E4:DE' ]
on_poweroff = 'destroy'
on_reboot = 'restart'
root = '/dev/hda1 ro'
extra = '2 console=xvc0'
+
-<%
-from invirt.config import structs as cfg
-%>
+
import os
release = os.uname()[2]
name = 's_master'
-vif = [ 'ip=${cfg.db.ip},mac=00:16:3E:5F:C1:D4' ]
+vif = [ 'ip=18.181.0.62,mac=00:16:3E:5F:C1:D4' ]
on_poweroff = 'destroy'
on_reboot = 'restart'
root = '/dev/hda1 ro'
extra = '2 console=xvc0'
+
-<%
-from invirt.config import structs as cfg
-%>
+
import os
release = os.uname()[2]
name = 's_remote'
-vif = [ 'ip=${cfg.remote.ip},mac=00:16:3E:7F:C2:55' ]
+vif = [ 'ip=18.181.0.188,mac=00:16:3E:7F:C2:55' ]
on_poweroff = 'destroy'
on_reboot = 'restart'
root = "/dev/hda1 ro"
extra = '2 console=xvc0'
+