Add helm redeploy tool 05/92705/6
authorPetr Ospalý <p.ospaly@partner.samsung.com>
Mon, 5 Aug 2019 15:38:04 +0000 (17:38 +0200)
committerPetr Ospalý <p.ospaly@partner.samsung.com>
Fri, 16 Aug 2019 14:00:40 +0000 (16:00 +0200)
commitc6115ad07163ba2c2588852c260b43c62d304f63
treeac3c97a0382c53c58ecfbb2f1061a9d6f2a5de6e
parent55b436677e4991b5de509cf5d5d8da0f857964bb
Add helm redeploy tool

Simple script to try to redeploy failed charts or explicitly desired
chart(s).

It supports override files for helm - but please, beware that helm or
more specifically the onap helm plugin (deploy.sh) is not capable of
handling whitespace in filenames so I don't support that in the script
either (I made a version which does but it is no use if helm will break
anyway).

Change-Id: I69bf0672a64c45e30d4e4239da561647d00637a7
Issue-ID: OOM-1984
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
tools/helm-healer.sh [new file with mode: 0755]