aboutsummaryrefslogtreecommitdiffstats
path: root/sampleApp/sdnc.failover.failure
blob: 56a4f9164a6fb13eb1b55bd97c4785d6f3480d9a (plain)
1
2
3
4
5
6
7
8
9
10
11
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"