diff options
Diffstat (limited to 'sampleApp/sdnc.failover.failure')
-rwxr-xr-x | sampleApp/sdnc.failover.failure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sampleApp/sdnc.failover.failure b/sampleApp/sdnc.failover.failure new file mode 100755 index 0000000..56a4f91 --- /dev/null +++ b/sampleApp/sdnc.failover.failure @@ -0,0 +1,12 @@ +#!/bin/sh + +# +# SDNC Resiliency project +# SHELL script to execute the SDNC cluster failover tasks +# +# return values: +# SUCCESS - failover tasks were executed successfully +# FAILURE - failover tasks failed +# + +echo "FAILURE" |