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

Support for BGP Sync #7

Open
ocobles opened this issue Jan 3, 2022 · 1 comment
Open

Support for BGP Sync #7

ocobles opened this issue Jan 3, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@ocobles
Copy link
Contributor

ocobles commented Jan 3, 2022

After creating a connection to Azure and configuring BGP peering, it requires a synchronization process to start working. Currently there is an automatic job running each 5 min to auto sync, however some customers are using the API call described here step-3-setup-microsoft-peering-0 to instantly synchronize the connection

This is especially necessary to configure a hybrid architecture using the equinix terraform provider, otherwise it would be necessary to use a workaround like adding a time_sleep to wait for the automatic synchronization, or at least to remove ConnectionStatusPendingBGPPeering from https://github.com/equinix/terraform-provider-equinix/blob/master/equinix/resource_ecx_l2_connection.go#L469 to ensure that the connection will be marked as completed only once after syncing

@ocobles ocobles added the enhancement New feature or request label Jan 3, 2022
@displague
Copy link
Member

displague commented Feb 24, 2022

Support for PATCH /ne/v1/l2/connection/bgpSync sounds useful.

We have the same need in packngo: equinixmetal-archive/packngo#316 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants