From e05ac216f10266333b9d2d632eb3def465270962 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 19 Oct 2008 14:41:29 -0400 Subject: [PATCH] Move the remote and console servers to more sensible hostnames svn path=/trunk/packages/xvm-prodconfig/; revision=1141 --- debian/changelog | 6 ++++++ files/etc/invirt/master.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f844643..d975e25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-prodconfig (0.17) unstable; urgency=low + + * Move the console and remote servers to more sensible names + + -- Evan Broder Sun, 19 Oct 2008 14:41:01 -0400 + xvm-prodconfig (0.16) unstable; urgency=low * Use system:xvm-maintainers as the admin ACL - it's xvm-root's null diff --git a/files/etc/invirt/master.yaml b/files/etc/invirt/master.yaml index 36ac8f9..a1159c9 100644 --- a/files/etc/invirt/master.yaml +++ b/files/etc/invirt/master.yaml @@ -24,7 +24,7 @@ db: dbname: sipb_xen remote: - hostname: scored.mit.edu + hostname: xvm-remote-dev.mit.edu ip: 18.181.0.97 dns: @@ -56,7 +56,7 @@ web: - andersk console: - hostname: archiver.mit.edu + hostname: xvm-console-dev.mit.edu ip: 18.181.0.98 svn: -- 1.7.9.5