From 851bf67607d7ba8973b521cfbfcfc611d4581cee Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Thu, 2 Oct 2008 08:07:36 -0400 Subject: [PATCH] Add DNS to prodconfig svn path=/trunk/packages/xvm-prodconfig/; revision=999 --- debian/changelog | 6 ++++++ files/etc/invirt/master.yaml | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3602076..09d3ca5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-prodconfig (0.9) unstable; urgency=low + + * Add dns section, even though it's something of a lie + + -- Evan Broder Thu, 02 Oct 2008 08:07:05 -0400 + xvm-prodconfig (0.8) unstable; urgency=low * add console section diff --git a/files/etc/invirt/master.yaml b/files/etc/invirt/master.yaml index b0c168c..f001955 100644 --- a/files/etc/invirt/master.yaml +++ b/files/etc/invirt/master.yaml @@ -27,6 +27,14 @@ remote: hostname: scored.mit.edu ip: 18.181.0.97 +dns: + contact: xvm@mit.edu + domains: # first one is advertised + - xvm.mit.edu + nameservers: + - hostname: xvm-2.mit.edu + ip: 18.181.0.80 + web: baseuri: https://xvm-2.mit.edu/ hostname: xvm-2.mit.edu -- 1.7.9.5