From: Evan Broder Date: Wed, 27 Jan 2010 04:50:01 +0000 (-0500) Subject: In xvm-prodconfig: X-Git-Tag: 1.1.19^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-prodconfig.git/commitdiff_plain/2b4a276e6a366127939ad7111ac3d78a1d121f39?hp=0f9a9c67704002c6dc202041e9dea3c373637c65 In xvm-prodconfig: * OpenAIS assumes that bind addresses are /24s, so actually give the right subnet. svn path=/trunk/packages/xvm-prodconfig/; revision=2938 --- diff --git a/debian/changelog b/debian/changelog index a4ec97b..adea511 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xvm-prodconfig (1.1.19) unstable; urgency=low + + * OpenAIS assumes that bind addresses are /24s, so actually give the + right subnet. + + -- Evan Broder Tue, 26 Jan 2010 23:49:41 -0500 + xvm-prodconfig (1.1.18) unstable; urgency=low * Add a cluster block for openais ring configuration. diff --git a/master.yaml b/master.yaml index 4812c6f..183af47 100644 --- a/master.yaml +++ b/master.yaml @@ -40,10 +40,10 @@ console: cluster: rings: - - bind: 10.5.0.0 + - bind: 10.5.128.0 mcast: 239.255.252.0 port: 5405 - - bind: 10.6.0.0 + - bind: 10.6.128.0 mcast: 239.255.252.1 port: 5405