From e014dd304162fd6bec0f331e50accfea68c230d2 Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Tue, 14 Dec 2010 19:36:53 -0500 Subject: [PATCH] Change backend subnets to 18.4.{58,59}/24 --- debian/changelog | 6 ++++++ master.yaml | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index a184f6f..e2b87ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-prodconfig (1.1.34) unstable; urgency=low + + * Change backend subnets to 18.4.{58,59}/24 + + -- Quentin Smith Tue, 14 Dec 2010 19:36:09 -0500 + xvm-prodconfig (1.1.33) unstable; urgency=low * Update k5login for hartmans' resignation diff --git a/master.yaml b/master.yaml index 0ec89a3..f71ea24 100644 --- a/master.yaml +++ b/master.yaml @@ -57,10 +57,10 @@ console: cluster: rings: - - bind: 10.5.128.0 + - bind: 18.4.58.0 mcast: 239.255.252.0 port: 5405 - - bind: 10.6.128.0 + - bind: 18.4.59.0 mcast: 239.255.252.1 port: 5405 @@ -160,14 +160,14 @@ xen: iscsi: targets: - - ip: 10.5.128.128 + - ip: 18.4.58.128 ifaces: - eth0 - eth1 - - ip: 10.5.128.139 + - ip: 18.4.58.139 ifaces: - eth0 - - ip: 10.6.128.139 + - ip: 18.4.59.139 ifaces: - eth1 -- 1.7.9.5