From 9125b755353e66b1c9e2ce0ac1d1b0732caaa5b2 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Thu, 11 Jan 2024 16:15:01 -0500 Subject: [PATCH] default to seaweedfs as s3 provider --- smoketest.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/smoketest.bash b/smoketest.bash index da3e5d74e..61684780f 100755 --- a/smoketest.bash +++ b/smoketest.bash @@ -25,17 +25,17 @@ display_usage() { echo -e "\t-h\t\t\t\t\t\tprint this Help text." echo -e "\t-O\t\t\t\t\t\tOffline mode, do not attempt to pull container images." echo -e "\t-p\t\t\t\t\t\tDisable auth Proxy." - echo -e "\t-s [minio|seaweed|cloudserver|localstack]\tS3 implementation to spin up (default \"minio\")." + echo -e "\t-s [seaweed|minio|cloudserver|localstack]\tS3 implementation to spin up (default \"seaweed\")." echo -e "\t-g\t\t\t\t\t\tinclude Grafana dashboard and jfr-datasource in deployment." echo -e "\t-r\t\t\t\t\t\tconfigure a cryostat-Reports sidecar instance" echo -e "\t-t\t\t\t\t\t\tinclude sample applications for Testing." echo -e "\t-V\t\t\t\t\t\tdo not discard data storage Volumes on exit." echo -e "\t-X\t\t\t\t\t\tdeploy additional development aid tools." echo -e "\t-c [podman|docker]\t\t\t\tUse Podman or Docker Container Engine (default \"podman\")." - echo -e "\t-b\t\t\t\t\t\tOpen a Browser tab for each running service's first mapped port (ex. Cryostat web client, Minio console)" + echo -e "\t-b\t\t\t\t\t\tOpen a Browser tab for each running service's first mapped port (ex. auth proxy login, database viewer)" } -s3=minio +s3=seaweed ce=podman while getopts "hs:prgtOVXcb" opt; do case $opt in