Skip to content

Commit

Permalink
OCPBUGS-48044: [Nutanix] upgrade vendoring for cluster-api-provider-n…
Browse files Browse the repository at this point in the history
…utanix
  • Loading branch information
yanhua121 committed Jan 28, 2025
1 parent 1316ace commit 23f18a6
Show file tree
Hide file tree
Showing 37 changed files with 94,190 additions and 1,908 deletions.
1,836 changes: 583 additions & 1,253 deletions data/data/cluster-api/nutanix-infrastructure-components.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/openshift/installer

go 1.22.0
go 1.22.1

toolchain go1.22.4
toolchain go1.23.3

require (
cloud.google.com/go/monitoring v1.20.1
Expand Down Expand Up @@ -70,8 +70,8 @@ require (
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.4.0
github.com/microsoft/kiota-authentication-azure-go v0.6.0
github.com/microsoftgraph/msgraph-sdk-go v0.59.0
github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.3.3-0.20240416171357-98239ba02cb2
github.com/nutanix-cloud-native/prism-go-client v0.3.4
github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.5.4-0.20250116153252-296a5347104c
github.com/nutanix-cloud-native/prism-go-client v0.5.0
github.com/onsi/gomega v1.35.1
github.com/openshift/api v0.0.0-20241216151652-de9de05a8e43
github.com/openshift/assisted-image-service v0.0.0-20240607085136-02df2e56dde6
Expand Down
491 changes: 18 additions & 473 deletions go.sum

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pkg/clusterapi/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ func (c *system) Run(ctx context.Context) error { //nolint:gocyclo
c.getInfrastructureController(
&Nutanix,
[]string{
"-metrics-bind-address=0",
"-health-probe-bind-address={{suggestHealthHostPort}}",
"-leader-elect=false",
"--diagnostics-address=0",
"--health-probe-bind-address={{suggestHealthHostPort}}",
"--leader-elect=false",
},
map[string]string{},
),
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions vendor/github.com/nutanix-cloud-native/prism-go-client/.envrc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 23f18a6

Please sign in to comment.