From a261017569c7ef30e6860b5a79b384a1b949afcc Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Fri, 14 Nov 2008 23:09:19 -0500 Subject: [PATCH] Reconfigure prod as the production cluster! svn path=/trunk/packages/xvm-prodconfig/; revision=1643 --- debian/changelog | 6 ++++++ master.yaml | 32 +++++++++++++++++--------------- zone | 5 +++-- 3 files changed, 26 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index 145b5cd..09962c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-prodconfig (1.0.0) unstable; urgency=low + + * Prod launch! + + -- Evan Broder Fri, 14 Nov 2008 14:34:50 -0500 + xvm-prodconfig (0.21) unstable; urgency=low * Add the two remaining hosts - we can comment them out on diff --git a/master.yaml b/master.yaml index 2114b4e..c45f2c3 100644 --- a/master.yaml +++ b/master.yaml @@ -20,24 +20,24 @@ apt: keyid: 35AE3C4F db: - uri: postgres://invirt@xvm-dev.mit.edu/invirt - host: xvm-dev.mit.edu - ip: 18.181.0.80 + uri: postgres://invirt@xvm.mit.edu/invirt + host: xvm.mit.edu + ip: 18.181.0.62 port: 5432 user: invirt dbname: invirt remote: - hostname: xvm-remote-dev.mit.edu - ip: 18.181.0.231 + hostname: xvm-remote.mit.edu + ip: 18.181.0.188 dns: contact: xvm@mit.edu domains: # first one is advertised - - prod.xvm.mit.edu + - xvm.mit.edu nameservers: - - hostname: xvm-dev.mit.edu - ip: 18.181.0.80 + - hostname: xvm.mit.edu + ip: 18.181.0.62 zone_files: - /etc/invirt/zone @@ -51,27 +51,29 @@ dhcp: search_domain: mit.edu web: - baseuri: https://xvm-dev.mit.edu/ - hostname: xvm-dev.mit.edu + baseuri: https://xvm.mit.edu/ + hostname: xvm.mit.edu errormail: xvm@mit.edu adminacl: system:xvm-webacl errormail_exclude: - - '*' + - broder - price - ecprice - andersk + - quentin + - hartmans console: - hostname: xvm-console-dev.mit.edu - ip: 18.181.0.230 + hostname: xvm-console.mit.edu + ip: 18.181.0.134 svn: repopath: /afs/sipb.mit.edu/project/xvm/svn - uri: https://xvm-dev.mit.edu:1111 + uri: https://xvm.mit.edu:1111 trac: uri: https://xvm.mit.edu/trac/wiki vnc: base_port: 10003 - proxy_ip: 18.181.0.80 + proxy_ip: 18.181.0.62 diff --git a/zone b/zone index ecdd69c..9c4aa20 100644 --- a/zone +++ b/zone @@ -1,4 +1,4 @@ -@ 900 IN SOA xvm-dev.mit.edu. xvm.mit.edu. ( +@ 900 IN SOA xvm.mit.edu. xvm.mit.edu. ( 2 1d 1d @@ -7,10 +7,11 @@ ) ; Our services +ns1 IN A 18.181.0.62 remote IN TXT "reserved to prevent confusion with an XVM server" console IN TXT "reserved to prevent confusion with an XVM server" -dev IN TXT "reserved for the XVM development cluster" prod IN TXT "reserved for the XVM production cluster" +dev IN NS xvm-dev.mit.edu. localhost IN TXT "reserved to prevent confusion with your own computer" localdomain IN TXT "reserved to prevent confusion with your own computer" -- 1.7.9.5