This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# quick test script for resource-agents PR1109 | |
# https://github.com/ClusterLabs/resource-agents/pull/1109 | |
# specify RA path for testing | |
#RA=./IPaddr2.org | |
#RA=./IPaddr2.PR1109 | |
RA=./IPaddr2.iproute |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
export OCF_ROOT=/usr/lib/ocf | |
export OCF_RESKEY_ip=192.168.100.251 | |
export OCF_RESKEY_netmask=24 | |
export OCF_RESKEY_nic=eth0 | |
LOGDIR=/tmp/netdev | |
LOG=$LOGDIR/ipaddr2.log |
NewerOlder