Second step towards multiarch myplc https://svn.planet-lab.org/ticket/214
[myplc.git] / default_config.xml
index 259a827..dba531f 100644 (file)
@@ -178,6 +178,16 @@ $Id$
          occurs during node installation or boot.</description>
        </variable>
 
+       <variable id="mom_list_address" type="email">
+         <name>Mom List Address</name>
+         <value>root+mom@localhost.localdomain</value>
+         <description>This address is used by operations staff
+         to monitor Mom (formerly pl_mom) messages indicating
+         excessive BW or memory usage by a slice.  Mom messages sent
+         to slices will be cc'ed to this list so as not to clog
+         the Support Address list.</description>
+       </variable>
+
        <variable id="slice_address" type="email">
          <name>Slice Address</name>
          <value>root+SLICE@localhost.localdomain</value>
@@ -284,6 +294,20 @@ $Id$
           resolvable by the configured DNS servers.</description>
         </variable>
 
+        <variable id="ipod_subnet" type="ip">
+          <name>IP Subnet</name>
+          <value>127.0.0.1</value>
+          <description>The IP Subnet for all API servers. 
+         Used to identify IPoD packet senders.</description>
+        </variable>
+
+        <variable id="ipod_mask" type="ip">
+          <name>IP Mask</name>
+          <value>255.255.255.255</value>
+          <description>The IP Mask that should be applied to incoming 
+         packets to match the IP Subnet for IPoD packets.</description>
+        </variable>
+
        <variable id="port" type="int">
          <name>Port</name>
          <value>443</value>