svn path=/trunk/packages/invirt-manual-config/; revision=1953
--- /dev/null
+kerberos.realm
+zone: ns1; toplevel in SOA
+zone: contact address in SOA
+invirt-manual-config (0.0.2) unstable; urgency=low
+
+ * Add a default master.yaml and zone. Also a config.todo, because these
+ aren't ready yet.
+
+ -- Greg Price <price@mit.edu> Thu, 01 Jan 2009 00:52:20 -0500
+
invirt-manual-config (0.0.1) unstable; urgency=low
* First version.
--- /dev/null
+master.yaml etc/invirt
+zone etc/invirt
--- /dev/null
+web:
+ hostname: localhost
+ ip: 127.0.0.1
+
+remote:
+ hostname: localhost
+ ip: 127.0.0.1
+
+kerberos:
+ realm: CSAIL.MIT.EDU
+
+db:
+ uri: postgres://invirt@localhost/invirt
+ host: localhost
+ ip: 127.0.0.1
+ port: 5432
+ user: invirt
+ dbname: invirt
+
+hosts:
+ - hostname: localhost
+ ip: 127.0.0.1
+
+console:
+ hostname: localhost
+ ip: 127.0.0.1
--- /dev/null
+@ 900 IN SOA xvm.mit.edu. xvm.mit.edu. (
+ 2
+ 1d
+ 1d
+ 1d
+ 1d
+ )
+
+ns1 IN A 18.181.0.62
+help IN TXT "reserved for help with the remctl command"
+
+localhost IN TXT "reserved to prevent confusion with your own computer"
+localdomain IN TXT "reserved to prevent confusion with your own computer"
+broadcasthost IN TXT "reserved to prevent confusion with your own computer"
+
+wpad IN TXT "reserved to prevent confusion with common services"
+www IN TXT "reserved to prevent confusion with common services"