-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: test script of google storage (#1397)
Signed-off-by: Jeffrey Tang <[email protected]>
- Loading branch information
1 parent
cc672c2
commit 370f57b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ else | |
fi | ||
|
||
if [ -z "${STORAGE_TYPE}" ]; then | ||
storageType="aws_only" | ||
storageType="minio_only" | ||
else | ||
storageType=${STORAGE_TYPE} | ||
fi | ||
|
@@ -88,7 +88,7 @@ npm run solo-test -- init | |
npm run solo-test -- cluster setup \ | ||
-s "${SOLO_CLUSTER_SETUP_NAMESPACE}" | ||
npm run solo-test -- node keys --gossip-keys --tls-keys -i node1 | ||
npm run solo-test -- deployment create -n "${SOLO_NAMESPACE}" --context kind-"${SOLO_CLUSTER_NAME}" --email [email protected] --deployment-clusters kind-"${SOLO_CLUSTER_NAME}" --deployment "${SOLO_DEPLOYMENT}" | ||
npm run solo-test -- deployment create -i node1 -n "${SOLO_NAMESPACE}" --context kind-"${SOLO_CLUSTER_NAME}" --email [email protected] --deployment-clusters kind-"${SOLO_CLUSTER_NAME}" --cluster-ref kind-${SOLO_CLUSTER_NAME} --deployment "${SOLO_DEPLOYMENT}" | ||
npm run solo-test -- network deploy -i node1 --deployment "${SOLO_DEPLOYMENT}" \ | ||
--storage-type "${storageType}" \ | ||
"${STORAGE_OPTIONS[@]}" \ | ||
|