1 | <?xml version="1.0" ?> |
---|
2 | <cib admin_epoch="0" epoch="0" num_updates="0"> |
---|
3 | <configuration> |
---|
4 | <crm_config> |
---|
5 | <cluster_property_set id="cib-bootstrap-options"> |
---|
6 | <attributes> |
---|
7 | <nvpair id="cib-bootstrap-options-symmetric_cluster" name="symmetric_cluster" value="true"/> |
---|
8 | <nvpair id="cib-bootstrap-options-no_quorum_policy" name="no_quorum_policy" value="stop"/> |
---|
9 | <nvpair id="cib-bootstrap-options-default_resource_stickiness" name="default_resource_stickiness" value="0"/> |
---|
10 | <nvpair id="cib-bootstrap-options-default_resource_failure_stickiness" name="default_resource_failure_stickiness" value="0"/> |
---|
11 | <nvpair id="cib-bootstrap-options-stonith_enabled" name="stonith_enabled" value="false"/> |
---|
12 | <nvpair id="cib-bootstrap-options-stonith_action" name="stonith_action" value="reboot"/> |
---|
13 | <nvpair id="cib-bootstrap-options-stop_orphan_resources" name="stop_orphan_resources" value="true"/> |
---|
14 | <nvpair id="cib-bootstrap-options-stop_orphan_actions" name="stop_orphan_actions" value="true"/> |
---|
15 | <nvpair id="cib-bootstrap-options-remove_after_stop" name="remove_after_stop" value="false"/> |
---|
16 | <nvpair id="cib-bootstrap-options-short_resource_names" name="short_resource_names" value="true"/> |
---|
17 | <nvpair id="cib-bootstrap-options-transition_idle_timeout" name="transition_idle_timeout" value="5min"/> |
---|
18 | <nvpair id="cib-bootstrap-options-default_action_timeout" name="default_action_timeout" value="5s"/> |
---|
19 | <nvpair id="cib-bootstrap-options-is_managed_default" name="is_managed_default" value="true"/> |
---|
20 | </attributes> |
---|
21 | </cluster_property_set> |
---|
22 | </crm_config> |
---|
23 | <nodes/> |
---|
24 | <resources> |
---|
25 | <group id="scripts_LVS"> |
---|
26 | <primitive class="heartbeat" id="scripts_LVS_ldirectord" provider="heartbeat" type="ldirectord"> |
---|
27 | </primitive> |
---|
28 | <primitive class="ocf" id="ip_scripts.mit.edu" provider="heartbeat" type="IPaddr2"> |
---|
29 | <operations> |
---|
30 | <op id="ip_scripts.mit.edu_mon" interval="5s" name="monitor" timeout="5s"/> |
---|
31 | </operations> |
---|
32 | <instance_attributes id="ip_scripts.mit.edu_inst_attr"> |
---|
33 | <attributes> |
---|
34 | <nvpair id="ip_scripts.mit.edu_attr_0" name="ip" value="18.181.0.46"/> |
---|
35 | <nvpair id="ip_scripts.mit.edu_attr_1" name="netmask" value="16"/> |
---|
36 | <nvpair id="ip_scripts.mit.edu_attr_2" name="nic" value="eth0"/> |
---|
37 | <nvpair id="ip_scripts.mit.edu_attr_3" name="broadcast" value="18.181.255.255"/> |
---|
38 | </attributes> |
---|
39 | </instance_attributes> |
---|
40 | </primitive> |
---|
41 | <primitive class="ocf" id="ip_scripts-cert.mit.edu" provider="heartbeat" type="IPaddr2"> |
---|
42 | <operations> |
---|
43 | <op id="ip_scripts-cert.mit.edu_mon" interval="5s" name="monitor" timeout="5s"/> |
---|
44 | </operations> |
---|
45 | <instance_attributes id="ip_scripts-cert.mit.edu_inst_attr"> |
---|
46 | <attributes> |
---|
47 | <nvpair id="ip_scripts-cert.mit.edu_attr_0" name="ip" value="18.181.0.50"/> |
---|
48 | <nvpair id="ip_scripts-cert.mit.edu_attr_1" name="netmask" value="16"/> |
---|
49 | <nvpair id="ip_scripts-cert.mit.edu_attr_2" name="nic" value="eth0"/> |
---|
50 | <nvpair id="ip_scripts-cert.mit.edu_attr_3" name="broadcast" value="18.181.255.255"/> |
---|
51 | </attributes> |
---|
52 | </instance_attributes> |
---|
53 | </primitive> |
---|
54 | </group> |
---|
55 | </resources> |
---|
56 | <constraints> |
---|
57 | <rsc_location id="rsc_location_scripts_LVS" rsc="scripts_LVS"> |
---|
58 | <rule id="prefered_location_group_1" score="100"> |
---|
59 | <expression attribute="#uname" id="prefered_location_group_1_expr" operation="eq" value="rack-forward"/> |
---|
60 | </rule> |
---|
61 | </rsc_location> |
---|
62 | </constraints> |
---|
63 | </configuration> |
---|
64 | <status/> |
---|
65 | </cib> |
---|
66 | |
---|