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 30, 2025
1 parent bd92c88 commit 2ed5a34
Show file tree
Hide file tree
Showing 37 changed files with 94,188 additions and 1,906 deletions.
1,836 changes: 583 additions & 1,253 deletions data/data/cluster-api/nutanix-infrastructure-components.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
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.36.1
github.com/openshift/api v0.0.0-20250108172834-78bd56dba39b
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 @@ -316,9 +316,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 2ed5a34

Please sign in to comment.