From: Greg Price Date: Thu, 1 Jan 2009 05:54:44 +0000 (-0500) Subject: default config files (work in progress) X-Git-Tag: 0.0.2~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-manual-config.git/commitdiff_plain/9f29632cf9325b52086b04eb41f54e0cd0db4f89 default config files (work in progress) svn path=/trunk/packages/invirt-manual-config/; revision=1953 --- diff --git a/config.todo b/config.todo new file mode 100644 index 0000000..68b5903 --- /dev/null +++ b/config.todo @@ -0,0 +1,3 @@ +kerberos.realm +zone: ns1; toplevel in SOA +zone: contact address in SOA diff --git a/debian/changelog b/debian/changelog index e7add2b..96ca0cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 index 0000000..e8149c3 --- /dev/null +++ b/debian/invirt-manual-config.install @@ -0,0 +1,2 @@ +master.yaml etc/invirt +zone etc/invirt diff --git a/master.yaml b/master.yaml new file mode 100644 index 0000000..2c92889 --- /dev/null +++ b/master.yaml @@ -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 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"