Skip to content

Commit

Permalink
Add option to specify the two node backend
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Dec 20, 2023
1 parent 0a5c09b commit f979835
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/test-two-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ export CLUSTER_VIP= # choose an unassigned VIP
export EARTHLY_BUILDKIT_CACHE_SIZE_MB=100000
export OCI_REGISTRY=ttl.sh

# cluster vars
export BACKEND=postgres # postgres or sqlite


# Do not edit anything below

declare -a vm_array=("2n1-$HOST_SUFFIX" "2n2-$HOST_SUFFIX")
Expand Down Expand Up @@ -96,7 +100,7 @@ stylus:
debug: true
twoNode:
enabled: true
backend: sqlite
backend: "$BACKEND"
livenessSeconds: 30
install:
poweroff: true
Expand Down

0 comments on commit f979835

Please sign in to comment.