-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dep): Updated fabric-go sdk usage for new fabric-go v0.7.0 vers…
…ion (#410) * Gateway<...> methods renamed to CloudRouter<...> * Service Profile Search Arguments updated to include `optional.string` for buyer/seller perspective. Adding nil defaults to aSide. Supporting Documentation: https://app.swaggerhub.com/apis/equinix-api/fabric/4.10.0#/Service%20Profiles/searchServiceProfiles * Temporarily using version v0.7.0 from my fork, but once we release `fabric-go` we will update this to continue to use the main `fabric-go` repo. Fabric leadership requests this to decrease lag time for the Terraform release of `fabric-go` updates. * Tested on Cloud Router Connection to Azure (tests the Cloud Router Renames and a Service Profile Search)
- Loading branch information
Showing
14 changed files
with
96 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 17 additions & 17 deletions
34
...ric/v4/cloudRouterConnectivity/cloudRouter2azure/two-connections/terraform.tfvars.example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
equinix_client_id = "Equinix_Client_Id" | ||
equinix_client_secret = "Equinix_Client_Secret" | ||
pri_connection_name = "fcr_2_azure_pri" | ||
sec_connection_name = "fcr_2_azure_sec" | ||
connection_type = "IP_VC" | ||
notifications_type = "ALL" | ||
notifications_emails = ["[email protected]"] | ||
bandwidth = 50 | ||
pri_purchase_order_number = "1-323202" | ||
sec_purchase_order_number = "1-323292" | ||
peering_type="PRIVATE" | ||
aside_ap_type = "CLOUD_ROUTER" | ||
cloud_router_primary_uuid = "19514e72-f1c0-497c-a550-664aa75cb28c" | ||
equinix_client_id = "Equinix_Client_Id" | ||
equinix_client_secret = "Equinix_Client_Secret" | ||
pri_connection_name = "fcr_2_azure_pri" | ||
sec_connection_name = "fcr_2_azure_sec" | ||
connection_type = "IP_VC" | ||
notifications_type = "ALL" | ||
notifications_emails = ["[email protected]"] | ||
bandwidth = 50 | ||
pri_purchase_order_number = "1-323202" | ||
sec_purchase_order_number = "1-323292" | ||
peering_type = "PRIVATE" | ||
aside_ap_type = "CLOUD_ROUTER" | ||
cloud_router_primary_uuid = "19514e72-f1c0-497c-a550-664aa75cb28c" | ||
cloud_router_secondary_uuid = "56cfbf37-2ffd-4dac-b797-782bb5f459fc" | ||
zside_ap_type = "SP" | ||
zside_ap_type = "SP" | ||
zside_ap_authentication_key = "Azure Service Key" | ||
zside_ap_profile_type = "L2_PROFILE" | ||
zside_location = "SV" | ||
fabric_sp_name = "Azure ExpressRoute" | ||
zside_ap_profile_type = "L2_PROFILE" | ||
zside_location = "SV" | ||
fabric_sp_name = "Azure ExpressRoute" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
examples/fabric/v4/cloudRouterConnectivity/cloudRouter2wan/terraform.tfvar.example
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
examples/fabric/v4/cloudRouterConnectivity/cloudRouter2wan/terraform.tfvars.example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
equinix_client_id = "" | ||
equinix_client_secret = "" | ||
notifications_type = "ALL" | ||
notifications_emails = ["[email protected]", "[email protected]"] | ||
purchase_order_number = "1-323292" | ||
fcr_uuid = "<fcr-uuid>" | ||
connection_name = "terraform_fcr2wan" | ||
connection_type = "IPWAN_VC" | ||
bandwidth = 50 | ||
aside_ap_type = "CLOUD_ROUTER" | ||
zside_ap_type = "NETWORK" | ||
network_uuid = "<network-uuid>" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
equinix_client_id = "MyEquinixClientId" | ||
equinix_client_secret = "MyEquinixSecret" | ||
equinix_client_id = "MyEquinixClientId" | ||
equinix_client_secret = "MyEquinixSecret" | ||
|
||
#FCR | ||
fcr_name = "TERA_E2E_FCR" | ||
fcr_type = "XF_ROUTER" | ||
notifications_type = "ALL" | ||
notifications_emails = ["[email protected]","[email protected]"] | ||
notifications_emails = ["[email protected]", "[email protected]"] | ||
purchase_order_number = "1-323290" | ||
fcr_location = "SV" | ||
fcr_package = "PRO" | ||
|
@@ -48,7 +48,7 @@ azure_bgp_customer_asn = "100" | |
aws_connection_name = "FCR_2_AWS" | ||
aws_connection_type = "IP_VC" | ||
aws_notifications_type = "ALL" | ||
aws_notifications_emails = ["[email protected]","[email protected]"] | ||
aws_notifications_emails = ["[email protected]", "[email protected]"] | ||
aws_purchase_order_number = "1-323293" | ||
aws_bandwidth = 50 | ||
aws_redundancy = "SECONDARY" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.