From: Greg Brockman Date: Sat, 2 Jan 2010 05:28:57 +0000 (-0500) Subject: Updated config in invirt-manual-config X-Git-Tag: 0.0.3^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-manual-config.git/commitdiff_plain/HEAD Updated config in invirt-manual-config svn path=/trunk/packages/invirt-manual-config/; revision=2853 --- diff --git a/debian/changelog b/debian/changelog index 96ca0cf..9751a9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-manual-config (0.0.3) unstable; urgency=low + + * Added network entries to the manual config. + + -- Greg Brockman 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 diff --git a/master.yaml b/master.yaml index 2c92889..af21789 100644 --- a/master.yaml +++ b/master.yaml @@ -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