From: Evan Broder Date: Wed, 27 Jan 2010 02:19:28 +0000 (-0500) Subject: Add "cluster" blocks to {dev,prod}config for configuration openais. X-Git-Tag: 1.1.18~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-prodconfig.git/commitdiff_plain/fa7a50c97339b610a76c952fd4b35cc2e2dbe96f?hp=9774778f91db25757e4af6718dacb853dd4db7a4 Add "cluster" blocks to {dev,prod}config for configuration openais. svn path=/trunk/packages/xvm-prodconfig/; revision=2925 --- diff --git a/debian/changelog b/debian/changelog index 55151e5..2ce9601 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-prodconfig (1.1.18) unstable; urgency=low + + * Add a cluster block for openais ring configuration. + + -- Evan Broder Tue, 26 Jan 2010 21:18:57 -0500 + xvm-prodconfig (1.1.17) unstable; urgency=low * Rearranged networking and lvm entries in config diff --git a/master.yaml b/master.yaml index cb51bcc..4812c6f 100644 --- a/master.yaml +++ b/master.yaml @@ -38,6 +38,15 @@ console: hostname: xvm-console.mit.edu ip: 18.181.0.134 +cluster: + rings: + - bind: 10.5.0.0 + mcast: 239.255.252.0 + port: 5405 + - bind: 10.6.0.0 + mcast: 239.255.252.1 + port: 5405 + db: uri: postgres://invirt@xvm.mit.edu/invirt host: xvm.mit.edu