parent
c94406f428
commit
85b2e4ca29
@ -47,6 +47,10 @@ EOF
|
|||||||
|
|
||||||
echo -en "$LABEL configuration written to $CONF_PATH\n"
|
echo -en "$LABEL configuration written to $CONF_PATH\n"
|
||||||
|
|
||||||
|
(garage -c /tmp/config.$count.toml server 2>&1|while read r; do echo -en "$LABEL $r\n"; done) &
|
||||||
|
done
|
||||||
|
# >>>>>>>>>>>>>>>> END FOR LOOP ON NODES
|
||||||
|
|
||||||
if [ -z "$SKIP_HTTPS" ]; then
|
if [ -z "$SKIP_HTTPS" ]; then
|
||||||
echo -en "$LABEL Starting dummy HTTPS reverse proxy\n"
|
echo -en "$LABEL Starting dummy HTTPS reverse proxy\n"
|
||||||
mkdir -p /tmp/garagessl
|
mkdir -p /tmp/garagessl
|
||||||
@ -62,10 +66,6 @@ if [ -z "$SKIP_HTTPS" ]; then
|
|||||||
socat openssl-listen:4443,reuseaddr,fork,cert=/tmp/garagessl/test.pem,verify=0 tcp4-connect:localhost:3911 &
|
socat openssl-listen:4443,reuseaddr,fork,cert=/tmp/garagessl/test.pem,verify=0 tcp4-connect:localhost:3911 &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
(garage -c /tmp/config.$count.toml server 2>&1|while read r; do echo -en "$LABEL $r\n"; done) &
|
|
||||||
done
|
|
||||||
# >>>>>>>>>>>>>>>> END FOR LOOP ON NODES
|
|
||||||
|
|
||||||
sleep 3
|
sleep 3
|
||||||
# Establish connections between nodes
|
# Establish connections between nodes
|
||||||
for count in $(seq 1 3); do
|
for count in $(seq 1 3); do
|
||||||
|
Loading…
Reference in New Issue
Block a user