OSDN Git Service

5ac09fc87877f98d0b85888371499250833e225e
[ultramonkey-l7/ultramonkey-l7-v3.git] / doc / heartbeat-ra / cib.xml-sample
1  <cib admin_epoch="0" epoch="0" num_updates="0">
2    <configuration>
3      <crm_config>
4        <cluster_property_set id="cib-bootstrap-options">
5          <attributes>
6            <nvpair id="cib-bootstrap-options-no-quorum-policy" name="no-quorum-policy" value="ignore"/>
7            <nvpair id="cib-bootstrap-options-stonith-enabled" name="stonith-enabled" value="false"/>
8            <nvpair id="cib-bootstrap-options-default-resource-stickiness" name="default-resource-stickiness" value="INFINITY"/>
9            <nvpair id="cib-bootstrap-options-default-resource-failure-stickiness" name="default-resource-failure-stickiness" value="-INFINITY"/>
10            <nvpair id="cib-bootstrap-options-default-action-timeout" name="default-action-timeout" value="120s"/>
11          </attributes>
12        </cluster_property_set>
13      </crm_config>
14      <nodes/>
15      <resources>
16        <group id="grpUltraMonkey1">
17          <primitive id="prmVIPcheck" class="ocf" type="VIPcheck" provider="heartbeat">
18            <instance_attributes id="prmVIPcheck_instance_attrs">
19              <attributes>
20                <nvpair id="atr:VIPcheck:ex:VIPcheck:target_ip" name="target_ip" value="192.168.1.200"/>
21                <nvpair id="atr:VIPcheck:ex:VIPcheck:count" name="count" value="1"/>
22                <nvpair id="atr:VIPcheck:ex:VIPcheck:wait" name="wait" value="10"/>
23              </attributes>
24            </instance_attributes>
25            <operations>
26              <op id="op:VIPcheck:ex:VIPcheck:start" name="start" timeout="90s" on_fail="restart" start_delay="4s"/>
27            </operations>
28          </primitive>
29          <primitive id="prmVIP" class="ocf" type="IPaddr2" provider="heartbeat">
30            <instance_attributes id="prmVIP_instance_attrs">
31              <attributes>
32                <nvpair id="atr:VIP:ex:IPadder2:ip" name="ip" value="192.168.1.200"/>
33                <nvpair id="atr:VIP:ex:IPadder2:nic" name="nic" value="eth0"/>
34                <nvpair id="atr:VIP:ex:IPadder2:cidr_netmask" name="cidr_netmask" value="24"/>
35              </attributes>
36            </instance_attributes>
37            <operations>
38              <op id="op:VIP:ex:IPadder2:start" name="start" timeout="60s" on_fail="restart"/>
39              <op id="op:VIP:ex:IPadder2:monitor" name="monitor" interval="10s" timeout="60s" on_fail="restart"/>
40              <op id="op:VIP:ex:IPadder2:stop" name="stop" timeout="60s" on_fail="block"/>
41            </operations>
42          </primitive>
43          <primitive id="prmL7directord" class="ocf" type="L7directord" provider="heartbeat">
44            <operations>
45              <op id="op:L7directord:ex:L7directord:start" name="start" timeout="60s" on_fail="restart"/>
46              <op id="op:L7directord:ex:L7directord:monitor" name="monitor" interval="10s" timeout="60s" on_fail="restart"/>
47              <op id="op:L7directord:ex:L7directord:stop" name="stop" timeout="60s" on_fail="block"/>
48            </operations>
49          </primitive>
50        </group>
51        <clone id="grpClone1" ordered="false" interleave="false" notify="false" globally_unique="false">
52          <instance_attributes id="grpClone1_attrs">
53            <attributes>
54             <nvpair id="atr:Clone1:ex:clone:clone_max" name="clone_max" value="2"/>
55             <nvpair id="atr:Clone1:ex:clone:clone_node_max" name="clone_node_max" value="1"/>
56            </attributes>
57          </instance_attributes>
58          <primitive id="prmL7vsd" class="ocf" type="L7vsd" provider="heartbeat">
59            <operations>
60              <op id="op:L7vsd:ex:L7vsd:start" name="start" timeout="60s" on_fail="restart"/>
61              <op id="op:L7vsd:ex:L7vsd:monitor" name="monitor" interval="10s" timeout="60s" on_fail="restart"/>
62              <op id="op:L7vsd:ex:L7vsd:stop" name="stop" timeout="60s" on_fail="block"/>
63            </operations>
64          </primitive>
65        </clone>
66      </resources>
67      <constraints>
68        <rsc_colocation id="colocation_UltraMonkey1_and_Clone1" from="grpUltraMonkey1" to="grpClone1" score="INFINITY"/>
69        <rsc_location id="location_node01_200" rsc="grpUltraMonkey1">
70          <rule id="prefered_location_node01_200" score="200">
71            <expression attribute="#uname" id="location:grpUltraMonkey:node01" operation="eq" value="LB01"/>
72          </rule>
73        </rsc_location>
74        <rsc_location id="location_node02_100" rsc="grpUltraMonkey1">
75          <rule id="prefered_location_node02_100" score="100">
76            <expression attribute="#uname" id="location:grpUltraMonkey:node02" operation="eq" value="LB02"/>
77          </rule>
78        </rsc_location>
79        <rsc_location id="rul_PN1_dsc" rsc="grpUltraMonkey1">
80          <rule id="prefered_rul_PN1_dsc" score="-INFINITY" boolean_op="and">
81            <expression attribute="default_ping_set" id="PN1_dsc:expr:defined" operation="defined"/>
82            <expression attribute="default_ping_set" id="PN1_dsc:expr:lt" operation="lt" value="100"/>
83          </rule>
84        </rsc_location>
85        <rsc_location id="rul_diskcheck_status_internal" rsc="grpUltraMonkey1">
86          <rule id="preferd_diskcheck_status_internal" score="-INFINITY" boolean_op="and">
87            <expression attribute="diskcheck_status_internal" id="diskcheck_status_internal:defined" operation="defined"/>
88            <expression attribute="diskcheck_status_internal" id="diskcheck_status_internal:eq" operation="eq" value="ERROR"/>
89          </rule>
90        </rsc_location>
91        <rsc_order id="order_UltraMonkey1_and_Clone1" from="grpClone1" action="start" type="before" to="grpUltraMonkey1" score="0"/>
92      </constraints>
93    </configuration>
94  </cib>