Skip to content

Commit 67492cc

Browse files
go mod vendor
1 parent f7d0c78 commit 67492cc

File tree

568 files changed

+274597
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

568 files changed

+274597
-2
lines changed

agent/06_agent_create_cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ case "${AGENT_E2E_TEST_BOOT_MODE}" in
650650
rendezvousIP=$(getRendezvousIP)
651651
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 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=$INGRESS_VIPS API_VIP=$API_VIPS go run -mod=vendor agent/isobuilder/ui_driven_cluster_installation.go
654654
exit 0
655655
;;
656656
esac

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ require (
77
github.com/go-resty/resty/v2 v2.16.5
88
github.com/go-rod/rod v0.116.2
99
github.com/openshift/installer v1.4.17
10+
github.com/pkg/errors v0.9.1
1011
github.com/sirupsen/logrus v1.9.3
1112
)
1213

1314
require (
14-
github.com/pkg/errors v0.9.1 // indirect
1515
github.com/ysmood/fetchup v0.2.3 // indirect
1616
github.com/ysmood/goob v0.4.0 // indirect
1717
github.com/ysmood/got v0.40.0 // indirect

vendor/github.com/apparentlymart/go-cidr/LICENSE

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/apparentlymart/go-cidr/cidr/cidr.go

Lines changed: 236 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/apparentlymart/go-cidr/cidr/wrangling.go

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-resty/resty/v2/.gitignore

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)