Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform support for best path selection #2880

Conversation

modular-magician
Copy link
Collaborator

Modified the following beta fields in google_compute_network Gateway resource (b/343562168)

  • gateway_ip_version (enum): Added new enum field "bgp_best_path_selection_mode" with possible values Legacy and Standard
  • bgp_bps_always_compare_med (bool): Added new bool field
  • gateway_ip_version (bgp_bps_inter_region_cost): Added new enum field "bgp_bps_inter_region_cost" with possible values Default and Add-cost-to-med

3 new beta output fields for google_compute_router_status for best_routes & best_routes_for_router fields

  • gateway_ip_version (enum): Added new enum field "bgp_best_path_selection_mode" with possible values Legacy and Standard
  • route.next_hop_origin
  • route.next_hop_med
  • route.next_hop_inter_region_cost
    Release Note Template for Downstream PRs (will be copied)
compute: added `bgp_best_path_selection_mode `,`bgp_bps_always_compare_med` and `bgp_bps_inter_region_cost ` fields to `google_compute_network` resource
compute: added `next_hop_origin `,`next_hop_med ` and `next_hop_inter_region_cost ` output fields to `google_compute_route` resource

Derived from GoogleCloudPlatform/magic-modules#11825

Co-authored-by: Cameron Thornton <[email protected]>

[upstream:3be900f8873cb0484d25e2f2fbeddfc60fad2479]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician requested a review from a team as a code owner October 1, 2024 17:51
@modular-magician modular-magician requested review from melinath and removed request for a team October 1, 2024 17:51
Copy link

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@modular-magician modular-magician merged commit 2b42e0c into GoogleCloudPlatform:main Oct 1, 2024
4 of 6 checks passed
@modular-magician modular-magician deleted the downstream-pr-3be900f8873cb0484d25e2f2fbeddfc60fad2479 branch November 18, 2024 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant