Skip to content

Support for BGP Sync #7

@ocobles

Description

@ocobles

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions