You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it all worked just fine and VXC is up and running but the problem is that the B end port was chosen in Equinix LD5 which is not ideal path and would just add unnecessary latency. in UI when pairing key is entered we have possibility to choose from a list of available ports and I tend to choose the one closest to the MCR or destination region so I would choose either Paris or Frankurt.
However the provider chooses either random one from the ports or the first one from randomly sorted list (altought I have tried it twice and got London both times). Having either possibility to set preferred port location or adding some logic to the selection where the provider would prefer ports from location of either MCR or the partner region(if at all possible) would be great.
The text was updated successfully, but these errors were encountered:
I've created a pr for this issue and the required updates in megaportgo. I've tested creating a megaport_gcp_connection specifying the new requested_product_id field and confirmed it used the Google port in the defined location. I also tested omitting the new parameter I added and confirmed the default behavior of selecting the first matching location in the list. This change is blocked by the megaportgo pr: megaport/megaportgo#2
I have tried to attach MCR in Equinix PA2/3 to GCP europe-west3 (frankfurt). tf code looks like
it all worked just fine and VXC is up and running but the problem is that the B end port was chosen in Equinix LD5 which is not ideal path and would just add unnecessary latency. in UI when pairing key is entered we have possibility to choose from a list of available ports and I tend to choose the one closest to the MCR or destination region so I would choose either Paris or Frankurt.
However the provider chooses either random one from the ports or the first one from randomly sorted list (altought I have tried it twice and got London both times). Having either possibility to set preferred port location or adding some logic to the selection where the provider would prefer ports from location of either MCR or the partner region(if at all possible) would be great.
The text was updated successfully, but these errors were encountered: