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
Copy file name to clipboardExpand all lines: agent/06_agent_create_cluster.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -648,9 +648,9 @@ case "${AGENT_E2E_TEST_BOOT_MODE}" in
648
648
649
649
mkdir -p $OCP_DIR/auth
650
650
rendezvousIP=$(getRendezvousIP)
651
-
get_vips
651
+
#get_vips
652
652
# Simulate user actions as done on the webUI and start cluster installation
653
-
CLUSTER_NAME=$CLUSTER_NAME BASE_DOMAIN=$BASE_DOMAIN RENDEZVOUS_IP=$rendezvousIP OCP_DIR=$OCP_DIR INGRESS_VIP=$INGRESS_VIPS API_VIP=$API_VIPS go run -mod=vendor agent/isobuilder/ui_driven_cluster_installation.go
653
+
CLUSTER_NAME=$CLUSTER_NAME BASE_DOMAIN=$BASE_DOMAIN RENDEZVOUS_IP=$rendezvousIP OCP_DIR=$OCP_DIR INGRESS_VIP=192.168.111.5 API_VIP=192.168.111.4 go run -mod=vendor agent/isobuilder/ui_driven_cluster_installation.go
0 commit comments