summaryrefslogtreecommitdiffstats
path: root/setup-hvves.sh
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-05-15 14:38:29 +0200
committermrichomme <morgan.richomme@orange.com>2020-05-15 14:38:38 +0200
commit1fbff9872196a029d06de7a794f555c137d2da02 (patch)
tree0e2b80750e5b391c12f66d49af37a370d6c528a6 /setup-hvves.sh
parent6f2e27e334a3eba44e80e243cd11a98d6850277e (diff)
fix hvves files for CI
Issue-ID: INT-1594 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ifafdfd0067e810341d5626369db6853e0d427b0f Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'setup-hvves.sh')
-rwxr-xr-xsetup-hvves.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup-hvves.sh b/setup-hvves.sh
index 040b2fb2..f81799b6 100755
--- a/setup-hvves.sh
+++ b/setup-hvves.sh
@@ -5,7 +5,7 @@
# Copy the stuff to HV-VES and Robot pods.
#
NAMESPACE=${NAMESPACE:-onap}
-DIR=${DIR:"/tmp"}
+DIR=${DIR:-/tmp}
HVVESPOD=$(kubectl -n $NAMESPACE get pods --no-headers=true -o custom-columns=:metadata.name | grep hv-ves)
@@ -60,4 +60,3 @@ generate_client_key_csr "$DIR"
sign_server_and_client_cert "$DIR"
create_pkcs12_ca_and_server "$DIR"
copy_server_certs_to_hvves "$DIR" "$NAMESPACE" "$HVVESPOD" "$DIR"
-cleanup "$DIR"