From a56871980858e829dfca49fb0f94b21314b34ff8 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sun, 3 Aug 2008 01:19:41 -0400 Subject: [PATCH] finish configuration of sipb-xen-database; add network config to master.yaml svn path=/trunk/packages/xvm-devconfig/; revision=842 --- debian/changelog | 3 ++- files/etc/invirt/master.yaml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 013154a..e75ee37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ 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 Sat, 2 Aug 2008 21:56:26 -0400 + -- Greg Price Sun, 3 Aug 2008 01:17:57 -0400 xvm-devconfig (0.4) unstable; urgency=low diff --git a/files/etc/invirt/master.yaml b/files/etc/invirt/master.yaml index b9470c8..85d7b6d 100644 --- a/files/etc/invirt/master.yaml +++ b/files/etc/invirt/master.yaml @@ -35,5 +35,9 @@ dns: 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/ -- 1.7.9.5