Index: trunk/packages/xvm-prodconfig/debian/changelog
===================================================================
--- trunk/packages/xvm-devconfig/debian/changelog	(revision 880)
+++ trunk/packages/xvm-prodconfig/debian/changelog	(revision 906)
@@ -1,55 +1,5 @@
-xvm-devconfig (0.9) unstable; urgency=low
+xvm-prodconfig (0.1) unstable; urgency=low
 
-  * added configs for sipb-xen-www
+  * Initial prodconfig release
 
- -- Yang Zhang <y_z@mit.edu>  Fri,  8 Aug 2008 02:40:16 -0400
-
-xvm-devconfig (0.8) unstable; urgency=low
-
-  * add more config for web interface
-
- -- Greg Price <price@mit.edu>  Mon,  4 Aug 2008 23:25:24 -0400
-
-xvm-devconfig (0.7) unstable; urgency=low
-
-  * added dns.contact for sipb-xen-dns
-
- -- Yang Zhang <y_z@mit.edu>  Sun,  3 Aug 2008 19:19:29 -0400
-
-xvm-devconfig (0.6) unstable; urgency=low
-
-  * added decomposition of DB URI (for sipb-xen-console)
-
- -- Yang Zhang <y_z@mit.edu>  Sun,  3 Aug 2008 01:23:54 -0400
-
-xvm-devconfig (0.5) unstable; urgency=low
-
-  * remove deprecated /etc/invirt/{hosts,realm}
-  * add apt section with keyid
-  * add network section with gateway, netmask
-
- -- Greg Price <price@mit.edu>  Sun,  3 Aug 2008 01:17:57 -0400
-
-xvm-devconfig (0.4) unstable; urgency=low
-
-  * Put host hostnames in values, not keys.
-
- -- Greg Price <price@mit.edu>  Sun, 27 Jul 2008 23:42:30 -0400
-
-xvm-devconfig (0.3) unstable; urgency=low
-
-  * Add a YAML version with much more info.
-
- -- Greg Price <price@mit.edu>  Sun, 27 Jul 2008 17:43:33 -0400
-
-xvm-devconfig (0.2) unstable; urgency=low
-
-  * Add postinst to reload config.
-
- -- Greg Price <price@mit.edu>  Mon, 21 Jul 2008 20:38:59 -0400
-
-xvm-devconfig (0.1) unstable; urgency=low
-
-  * First cut.  Has hosts and realm.
-
- -- Greg Price <price@mit.edu>  Mon, 21 Jul 2008 18:56:49 -0400
+ -- Sam Hartman <hartmans@debian.org>  Fri, 22 Aug 2008 16:40:35 -0400
Index: trunk/packages/xvm-prodconfig/debian/control
===================================================================
--- trunk/packages/xvm-devconfig/debian/control	(revision 880)
+++ trunk/packages/xvm-prodconfig/debian/control	(revision 906)
@@ -1,3 +1,3 @@
-Source: xvm-devconfig
+Source: xvm-prodconfig
 Section: servers
 Priority: important
@@ -6,5 +6,5 @@
 Standards-Version: 3.7.2
 
-Package: xvm-devconfig
+Package: xvm-prodconfig
 Architecture: all
 Provides: invirt-config
Index: trunk/packages/xvm-prodconfig/debian/control.in
===================================================================
--- trunk/packages/xvm-devconfig/debian/control.in	(revision 880)
+++ 	(revision )
@@ -1,14 +1,0 @@
-Source: xvm-devconfig
-Section: servers
-Priority: important
-Maintainer: xvm@mit.edu
-Build-Depends: @cdbs@
-Standards-Version: 3.7.2
-
-Package: xvm-devconfig
-Architecture: all
-Provides: invirt-config
-Conflicts: invirt-config
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: XVM dev-cluster config
-  This is the master configuration package for the XVM development cluster.
Index: trunk/packages/xvm-prodconfig/debian/rules
===================================================================
--- trunk/packages/xvm-devconfig/debian/rules	(revision 880)
+++ trunk/packages/xvm-prodconfig/debian/rules	(revision 906)
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
+
 
 include /usr/share/cdbs/1/rules/debhelper.mk
Index: trunk/packages/xvm-prodconfig/files/etc/invirt/master.yaml
===================================================================
--- trunk/packages/xvm-devconfig/files/etc/invirt/master.yaml	(revision 880)
+++ trunk/packages/xvm-prodconfig/files/etc/invirt/master.yaml	(revision 906)
@@ -8,54 +8,15 @@
 
 hosts: # hosts on which VMs run
- - hostname: black-mesa.mit.edu
-   ip: 18.181.0.60
- - hostname: sx-blade-2.mit.edu
-   ip: 18.181.0.165
+ - hostname: citadel-station.mit.edu
+   ip: 18.181.0.221
 
 apt:
- keyid: AB1A81AA
+ keyid: 35AE3C4F
 
 db:
- uri: postgres://sipb-xen@sipb-xen-dev.mit.edu/sipb_xen
- host: sipb-xen-dev.mit.edu
+ uri: postgres://sipb-xen@xvm-2.mit.edu/sipb_xen
+ host: xvm-2.mit.edu
  port: 5432
  user: sipb-xen
  dbname: sipb_xen
 
-console:
- hostname: sipb-xen-console.mit.edu
- ip: 18.181.0.134
-
-remote:
- hostname: remote.mit.edu
- ip: 18.181.0.188
-
-dns:
- contact: xvm@mit.edu
- domains:  # first one is advertised
-  - xvm.mit.edu
-  - servers.csail.mit.edu
- nameservers:
-  - hostname: ns1.xvm.mit.edu
-    ip: 18.181.0.62
- rootip: 18.181.0.62
-
-network:
- gateway: 18.181.0.1
- netmask: 255.255.0.0
-
-web:
- baseuri: https://xvm.mit.edu/
- hostname: xvm.mit.edu
- errormail: xvm@mit.edu
- adminacl: system:xvm
- errormail_exclude:
-  - price
-  - ecprice
-  - andersk
-
-svn:
- repopath: /afs/sipb.mit.edu/project/xvm/svn
-
-trac:
- uri: https://xvm.mit.edu/trac/wiki
