Skip to content

Commit f40aeb4

Browse files
Debug: hardcode VIPs
1 parent 32bc967 commit f40aeb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent/06_agent_create_cluster.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,9 +648,9 @@ case "${AGENT_E2E_TEST_BOOT_MODE}" in
648648

649649
mkdir -p $OCP_DIR/auth
650650
rendezvousIP=$(getRendezvousIP)
651-
get_vips
651+
# get_vips
652652
# 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
654654
exit 0
655655
;;
656656
esac

0 commit comments

Comments
 (0)