Skip to content

Conversation

barbacbd
Copy link

pkg/network/cloud_network.go:
** Accept the GCP service endpoints. Use the compute endpoint override (if it exists) to set the API URL. This value is passed to cloud-network-config-controller to be used when the GCP compute service is created, so that all requests to the api are sent via this url rather than the default.

pkg/network/cloud_network.go:
** Accept the GCP service endpoints. Use the compute endpoint override (if it exists) to set the API URL.
This value is passed to cloud-network-config-controller to be used when the GCP compute service is created, so that
all requests to the api are sent via this url rather than the default.
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 29, 2025
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Aug 29, 2025

@barbacbd: This pull request references CORS-4200 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set.

In response to this:

pkg/network/cloud_network.go:
** Accept the GCP service endpoints. Use the compute endpoint override (if it exists) to set the API URL. This value is passed to cloud-network-config-controller to be used when the GCP compute service is created, so that all requests to the api are sent via this url rather than the default.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot requested review from kyrtapz and miheer August 29, 2025 16:39
Copy link
Contributor

openshift-ci bot commented Aug 29, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: barbacbd
Once this PR has been reviewed and has the lgtm label, please assign jacobtanenbaum for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@barbacbd
Copy link
Author

barbacbd commented Sep 8, 2025

/retest-required

4 similar comments
@barbacbd
Copy link
Author

barbacbd commented Sep 8, 2025

/retest-required

@barbacbd
Copy link
Author

barbacbd commented Sep 9, 2025

/retest-required

@barbacbd
Copy link
Author

/retest-required

@barbacbd
Copy link
Author

/retest-required

Copy link
Contributor

openshift-ci bot commented Sep 11, 2025

@barbacbd: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-ovn-serial be3a1d7 link false /test e2e-aws-ovn-serial
ci/prow/4.20-upgrade-from-stable-4.19-e2e-gcp-ovn-upgrade be3a1d7 link false /test 4.20-upgrade-from-stable-4.19-e2e-gcp-ovn-upgrade
ci/prow/e2e-aws-hypershift-ovn-kubevirt be3a1d7 link false /test e2e-aws-hypershift-ovn-kubevirt
ci/prow/4.20-upgrade-from-stable-4.19-e2e-aws-ovn-upgrade be3a1d7 link false /test 4.20-upgrade-from-stable-4.19-e2e-aws-ovn-upgrade
ci/prow/4.20-upgrade-from-stable-4.19-e2e-azure-ovn-upgrade be3a1d7 link false /test 4.20-upgrade-from-stable-4.19-e2e-azure-ovn-upgrade
ci/prow/e2e-aws-ovn-serial-ipsec be3a1d7 link false /test e2e-aws-ovn-serial-ipsec
ci/prow/e2e-openstack-ovn be3a1d7 link false /test e2e-openstack-ovn
ci/prow/security be3a1d7 link false /test security
ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw be3a1d7 link true /test e2e-metal-ipi-ovn-dualstack-bgp-local-gw

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

if cloudBootstrapResult.PlatformType == v1.GCPPlatformType {
for _, ep := range cloudBootstrapResult.PlatformStatus.GCP.ServiceEndpoints {
if ep.Name == configv1.GCPServiceEndpointNameCompute {
apiurl = ep.URL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So here we're setting apiurl to the last cloudBootstrapResult.PlatformStatus.GCP.ServiceEndpoints whose name is configv1.GCPServiceEndpointNameCompute. Are we expecting multiple endpoints to match? Can we just break out of the loop after the first match?

@barbacbd
Copy link
Author

barbacbd commented Oct 2, 2025

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants