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

Add support for Connectivity Templates #226

Merged
merged 41 commits into from
Aug 1, 2023
Merged

Add support for Connectivity Templates #226

merged 41 commits into from
Aug 1, 2023

Conversation

chrismarget-j
Copy link
Collaborator

@chrismarget-j chrismarget-j commented Jul 30, 2023

Introduce resource apstra_datacenter_connectivity_template and helper data sources:

  • apstra_datacenter_ct_bgp_peering_generic_system
  • apstra_datacenter_ct_ip_link
  • apstra_datacenter_ct_routing_policy
  • apstra_datacenter_ct_static_route
  • apstra_datacenter_ct_virtual_network_multiple
  • apstra_datacenter_ct_virtual_network_single

Still outstanding:

  • apstra_datacenter_ct_custom_static_route
  • apstra_datacenter_ct_bgp_peering_ip_endpoint
  • apstra_datacenter_ct_dynamic_bgp_peering
  • apstra_datacenter_ct_routing_zone_constraint

A helper function in this PR required a new (standard? third party?) dependency: golang.org/x/exp/constraints. We'll be able to remove it when Go 1.21 is GA.

closes #163

Apstra doesn't keep them in order. They're strings, so easy to
dereference by value. Initial testing looks fine.
doc generation and cause build / test errors.
@rajagopalans rajagopalans self-requested a review July 31, 2023 11:19
@chrismarget-j chrismarget-j changed the title WIP: Add support for Connectivity Templates Add support for Connectivity Templates Aug 1, 2023
@chrismarget-j chrismarget-j merged commit 44e1f3a into main Aug 1, 2023
1 check passed
@chrismarget-j chrismarget-j deleted the feat/163 branch August 1, 2023 17:26
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.

Feature: Add support for connectivity templates
2 participants