Add "cluster" blocks to {dev,prod}config for configuration openais.
authorEvan Broder <broder@mit.edu>
Wed, 27 Jan 2010 02:19:28 +0000 (21:19 -0500)
committerEvan Broder <broder@mit.edu>
Wed, 27 Jan 2010 02:19:28 +0000 (21:19 -0500)
svn path=/trunk/packages/xvm-prodconfig/; revision=2925

debian/changelog
master.yaml

index 55151e5..2ce9601 100644 (file)
@@ -1,3 +1,9 @@
+xvm-prodconfig (1.1.18) unstable; urgency=low
+
+ * Add a cluster block for openais ring configuration.
+
+ -- Evan Broder <broder@mit.edu>  Tue, 26 Jan 2010 21:18:57 -0500
+
 xvm-prodconfig (1.1.17) unstable; urgency=low
 
   * Rearranged networking and lvm entries in config
 xvm-prodconfig (1.1.17) unstable; urgency=low
 
   * Rearranged networking and lvm entries in config
index cb51bcc..4812c6f 100644 (file)
@@ -38,6 +38,15 @@ console:
  hostname: xvm-console.mit.edu
  ip: 18.181.0.134
 
  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
 db:
  uri: postgres://invirt@xvm.mit.edu/invirt
  host: xvm.mit.edu