You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OCPEDGE-1932: feat: support abi with arbiter node (#1773)
* feat: support abi with arbiter node
Signed-off-by: ehila <ehila@redhat.com>
* feat: update to use num arbiters
removed ENABLE_ARBITER and added NUM_ARBITERS for creating arbiter nodes
Signed-off-by: ehila <ehila@redhat.com>
---------
Signed-off-by: ehila <ehila@redhat.com>
printf"Found invalid value \"$AGENT_E2E_TEST_SCENARIO\" for AGENT_E2E_TEST_SCENARIO. Supported values: 'COMPACT_IPXX', 'HA_IPXX', 'SNO_IPXX', '4CONTROL_IPXX', or '5CONTROL_IPXX', where XX is 'V4', 'V6', or 'V4V6'"
409
+
printf"Found invalid value \"$AGENT_E2E_TEST_SCENARIO\" for AGENT_E2E_TEST_SCENARIO. Supported values: 'COMPACT_IPXX', 'HA_IPXX', 'SNO_IPXX', 'TNA_IPXX', '4CONTROL_IPXX', or '5CONTROL_IPXX', where XX is 'V4', 'V6', or 'V4V6'"
399
410
exit 1
400
411
}
401
412
@@ -457,6 +468,17 @@ if [[ ! -z ${AGENT_E2E_TEST_SCENARIO} ]]; then
0 commit comments