From 3302ed0a8bc7fcfebcc2025d418e76088ff5e9a0 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Thu, 31 Oct 2024 00:04:52 -0400 Subject: [PATCH] Set OPENSEARCH_VERSION Signed-off-by: Craig Perkins --- scripts/integtest.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/integtest.sh b/scripts/integtest.sh index 15b446ff24..4bdac1544b 100755 --- a/scripts/integtest.sh +++ b/scripts/integtest.sh @@ -48,7 +48,7 @@ while getopts ":h:b:p:s:c:v:n:t:m:u:" arg; do CLUSTER_NAME=$OPTARG ;; v) - # Do nothing as we're not consuming this param. + OPENSEARCH_VERSION=$OPTARG ;; n) # Do nothing as we're not consuming this param. @@ -84,11 +84,6 @@ then SECURITY_ENABLED="true" fi -if [ -z "$CREDENTIAL" ] -then - CREDENTIAL="admin:admin" -fi - OPENSEARCH_REQUIRED_VERSION="2.12.0" if [ -z "$CREDENTIAL" ] then