From a945f4166e5e3977c1c1fcb2c6d52c2500a6939b Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Mon, 23 Oct 2023 20:28:08 +0200 Subject: [PATCH] Add missing required variable --- test/test-two-node.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-two-node.sh b/test/test-two-node.sh index 9cf89dd..b5ea85d 100755 --- a/test/test-two-node.sh +++ b/test/test-two-node.sh @@ -13,6 +13,7 @@ CANVOS_VM_CDROM=${CANVOS_VM_CDROM:-build/palette-edge-installer.iso} EDGEHOST_REGISRATION_KEY= PALETTE_ENDPOINT=tylerdev-spectrocloud.console.spectrocloud.com +CLUSTER_NAME= declare -a VM_ARRAY=("two-node-one" "two-node-two")