diff options
author | Rajamohan Raj <rajamohan.raj@intel.com> | 2020-08-04 00:18:16 +0000 |
---|---|---|
committer | Ritu Sood <Ritu.Sood@intel.com> | 2020-08-21 00:12:44 +0000 |
commit | e3e6c103f6e1cd1431ddacd23d500f39fbd1bcee (patch) | |
tree | 25ab66ea5bca905d3251f830a8b7183b1ae8ba1e /kud/tests/sanity-check-for-v2.sh | |
parent | 38ed3fbf85636ad5f73538c2de07cce72499f5bf (diff) |
Updating m3db & m3db operator charts
In this patch, updated all the charts related to m3db.
Developed scripts for deployment m3db stack through
orchestrator.
Issue-ID: MULTICLOUD-1112
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: I42677809709fc4d12f16a156e563d6618a8f8437
Diffstat (limited to 'kud/tests/sanity-check-for-v2.sh')
-rwxr-xr-x | kud/tests/sanity-check-for-v2.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kud/tests/sanity-check-for-v2.sh b/kud/tests/sanity-check-for-v2.sh index d350f712..994b86b1 100755 --- a/kud/tests/sanity-check-for-v2.sh +++ b/kud/tests/sanity-check-for-v2.sh @@ -494,8 +494,9 @@ fi case "$1" in "start" ) + setup deleteData - print_msg "deleting the data success" + print_msg "Before creating, deleting the data success" createData print_msg "creating the data success" instantiate @@ -504,6 +505,8 @@ case "$1" in "stop" ) terminateOrchData print_msg "terminated the resources" + deleteData + print_msg "deleting the data success" ;; *) usage ;; esac |