Browse Source

chore: add haproxy to cluster example script

Zaiming (Stone) Shi 3 years atrás
parent
commit
b7053fa262
2 changed files with 135 additions and 11 deletions
  1. 1 1
      scripts/relup-test/start-relup-test-cluster.sh
  2. 134 10
      scripts/start-two-nodes-in-docker.sh

+ 1 - 1
scripts/relup-test/start-relup-test-cluster.sh

@@ -91,7 +91,7 @@ wait_for_webhook() {
     while ! curl -f -s localhost:7077; do
         wait_sec=$(( wait_sec + 1 ))
         if [ $wait_sec -gt "$wait_limit" ]; then
-            echo "timeout wait for EMQX"
+            echo "timeout wait for webhook"
             exit 1
         fi
         echo -n '.'

File diff suppressed because it is too large
+ 134 - 10
scripts/start-two-nodes-in-docker.sh