aboutsummaryrefslogtreecommitdiffstats
path: root/sampleApp/sdnc.failover
diff options
context:
space:
mode:
Diffstat (limited to 'sampleApp/sdnc.failover')
-rwxr-xr-xsampleApp/sdnc.failover12
1 files changed, 12 insertions, 0 deletions
diff --git a/sampleApp/sdnc.failover b/sampleApp/sdnc.failover
new file mode 100755
index 0000000..5a7884f
--- /dev/null
+++ b/sampleApp/sdnc.failover
@@ -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 "SUCCESS"