Updated config in invirt-manual-config dev prod 0.0.3
authorGreg Brockman <gdb@mit.edu>
Sat, 2 Jan 2010 05:28:57 +0000 (00:28 -0500)
committerGreg Brockman <gdb@mit.edu>
Sat, 2 Jan 2010 05:28:57 +0000 (00:28 -0500)
svn path=/trunk/packages/invirt-manual-config/; revision=2853

debian/changelog
master.yaml

index 96ca0cf..9751a9b 100644 (file)
@@ -1,3 +1,9 @@
+invirt-manual-config (0.0.3) unstable; urgency=low
+
+  * Added network entries to the manual config.
+
+ -- Greg Brockman <gdb@mit.edu>  Sat, 02 Jan 2010 00:26:18 -0500
+
 invirt-manual-config (0.0.2) unstable; urgency=low
 
   * Add a default master.yaml and zone.  Also a config.todo, because these
index 2c92889..af21789 100644 (file)
@@ -24,3 +24,10 @@ hosts:
 console:
  hostname: localhost
  ip: 127.0.0.1
+
+xen:
+ network:
+  gateway: 192.168.0.1
+  netmask: 255.255.255.255
+ lvm:
+  vg: xenvg
\ No newline at end of file