Skip to content

Commit

Permalink
default to seaweedfs as s3 provider
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jan 11, 2024
1 parent cecd8ca commit 9125b75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions smoketest.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9125b75

Please sign in to comment.