puppet-pacemaker/examples/pacemaker_order/show.sh
Dmitry Ilyin 4d2e554f68 Merge with fuel-infra/puppet-pacemaker
* Import all providers, specs and tests to this module
* Use corosync module to actually install paceamker

Fuel-CI: disable
Change-Id: I9a16ad1453b694aa0a3e78d079f9c57365a5fcf1
2016-05-25 11:22:22 +02:00

11 lines
261 B
Bash
Executable File

#!/bin/sh
show() {
puppet resource pacemaker_order "${1}"
cibadmin --query --xpath "/cib/configuration/constraints/rsc_order[@id='${1}']"
echo '--------------------'
}
show 'order-test2_after_order-test1_score'
show 'order-test2_after_order-test1_kind'