Index: trunk/packages/xvm-devconfig/debian/changelog
===================================================================
--- trunk/packages/xvm-devconfig/debian/changelog	(revision 1644)
+++ trunk/packages/xvm-devconfig/debian/changelog	(revision 1645)
@@ -1,2 +1,8 @@
+xvm-devconfig (0.16) unstable; urgency=low
+
+  * Prod launched! Move the development cluster to the dev names
+
+ -- Evan Broder <broder@mit.edu>  Sat, 15 Nov 2008 09:43:03 -0500
+
 xvm-devconfig (0.15) unstable; urgency=low
 
Index: trunk/packages/xvm-devconfig/files/etc/invirt/master.yaml
===================================================================
--- trunk/packages/xvm-devconfig/files/etc/invirt/master.yaml	(revision 1644)
+++ trunk/packages/xvm-devconfig/files/etc/invirt/master.yaml	(revision 1645)
@@ -17,6 +17,6 @@
 
 db:
- uri: postgres://sipb-xen@xvm.mit.edu/sipb_xen
- host: xvm.mit.edu
+ uri: postgres://sipb-xen@xvm-dev.mit.edu/sipb_xen
+ host: xvm-dev.mit.edu
  port: 5432
  user: sipb-xen
@@ -24,21 +24,19 @@
 
 console:
- hostname: xvm-console.mit.edu
- ip: 18.181.0.134
+ hostname: xvm-console-mit.edu
+ ip: 18.181.0.230
 
 remote:
- hostname: xvm-remote.mit.edu
- ip: 18.181.0.188
+ hostname: xvm-remote-dev.mit.edu
+ ip: 18.181.0.231
 
 dns:
  contact: xvm@mit.edu
  domains:  # first one is advertised
-  - xvm.mit.edu
   - dev.xvm.mit.edu
-  - servers.csail.mit.edu
  nameservers:
-  - hostname: ns1.xvm.mit.edu
-    ip: 18.181.0.62
- rootip: 18.181.0.62
+  - hostname: xvm-dev.mit.edu
+    ip: 18.181.0.80
+ rootip: 18.181.0.80
  passup:
   - _vlmcs._tcp
@@ -50,6 +48,6 @@
 
 web:
- baseuri: https://xvm.mit.edu/
- hostname: xvm.mit.edu
+ baseuri: https://xvm-dev.mit.edu/
+ hostname: xvm-dev.mit.edu
  errormail: xvm@mit.edu
  adminacl: system:xvm
