From d4133ff0f4fbc8a879d6673fc2123a4cd628e72e Mon Sep 17 00:00:00 2001
From: Evan Broder <broder@mit.edu>
Date: Tue, 4 Nov 2008 04:11:00 -0500
Subject: [PATCH] Add citadel-station and aperture-science to the prod config.

We can comment them out on xvm-remote-dev to keep them from causing
problems until they're live

svn path=/trunk/packages/xvm-prodconfig/; revision=1521
---
 debian/changelog |    7 +++++++
 master.yaml      |    4 ++++
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4b392c6..145b5cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xvm-prodconfig (0.21) unstable; urgency=low
+
+  * Add the two remaining hosts - we can comment them out on
+    xvm-remote-dev until they're activated
+
+ -- Evan Broder <broder@mit.edu>  Tue, 04 Nov 2008 04:10:22 -0500
+
 xvm-prodconfig (0.20) unstable; urgency=low
 
   * Take advantage of multi-word zonefile entries by adding explanations
diff --git a/master.yaml b/master.yaml
index 01d6d80..2114b4e 100644
--- a/master.yaml
+++ b/master.yaml
@@ -7,6 +7,10 @@ authz:
    cell: athena.mit.edu
 
 hosts: # hosts on which VMs run
+ - hostname: citadel-station.mit.edu
+   ip: 18.181.0.221
+ - hostname: aperture-science.mit.edu
+   ip: 18.181.0.222
  - hostname: shadow-moses.mit.edu
    ip: 18.181.0.223
  - hostname: arklay-mansion.mit.edu
-- 
1.7.9.5