default config files (work in progress)
authorGreg Price <price@mit.edu>
Thu, 1 Jan 2009 05:54:44 +0000 (00:54 -0500)
committerGreg Price <price@mit.edu>
Thu, 1 Jan 2009 05:54:44 +0000 (00:54 -0500)
svn path=/trunk/packages/invirt-manual-config/; revision=1953

config.todo [new file with mode: 0644]
debian/changelog
debian/invirt-manual-config.install [new file with mode: 0644]
master.yaml [new file with mode: 0644]
zone [new file with mode: 0644]

diff --git a/config.todo b/config.todo
new file mode 100644 (file)
index 0000000..68b5903
--- /dev/null
@@ -0,0 +1,3 @@
+kerberos.realm
+zone: ns1; toplevel in SOA
+zone: contact address in SOA
index e7add2b..96ca0cf 100644 (file)
@@ -1,3 +1,10 @@
+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.
diff --git a/debian/invirt-manual-config.install b/debian/invirt-manual-config.install
new file mode 100644 (file)
index 0000000..e8149c3
--- /dev/null
@@ -0,0 +1,2 @@
+master.yaml etc/invirt
+zone etc/invirt
diff --git a/master.yaml b/master.yaml
new file mode 100644 (file)
index 0000000..2c92889
--- /dev/null
@@ -0,0 +1,26 @@
+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
diff --git a/zone b/zone
new file mode 100644 (file)
index 0000000..1daf4a0
--- /dev/null
+++ b/zone
@@ -0,0 +1,17 @@
+@       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"