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

feat: Adding MultiCloud(FCR 2 AWS and Azure) Connection Example #409

Merged
merged 3 commits into from
Oct 16, 2023

Conversation

srushti-patl
Copy link
Contributor

  • Add Multi-cloud Connection example for FCR to AWS and Azure

@srushti-patl srushti-patl temporarily deployed to internal October 13, 2023 19:00 — with GitHub Actions Inactive
@codecov-commenter
Copy link

codecov-commenter commented Oct 13, 2023

Codecov Report

Attention: 22 lines in your changes are missing coverage. Please review.

Comparison is base (872618d) 59.56% compared to head (da9eaa3) 60.32%.
Report is 19 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #409      +/-   ##
==========================================
+ Coverage   59.56%   60.32%   +0.76%     
==========================================
  Files          98       99       +1     
  Lines       19754    19889     +135     
==========================================
+ Hits        11767    11999     +232     
+ Misses       7684     7585      -99     
- Partials      303      305       +2     
Files Coverage Δ
equinix/data_source_metal_port.go 100.00% <100.00%> (ø)
equinix/data_source_metal_spot_market_request.go 89.89% <100.00%> (+6.06%) ⬆️
equinix/helpers_device.go 84.91% <100.00%> (+7.34%) ⬆️
equinix/provider.go 82.14% <100.00%> (+0.05%) ⬆️
equinix/resource_metal_port.go 89.84% <100.00%> (+1.64%) ⬆️
equinix/resource_metal_spot_market_request.go 62.50% <100.00%> (+4.82%) ⬆️
equinix/resource_metal_vrf.go 86.40% <100.00%> (-0.53%) ⬇️
equinix/data_source_metal_device_bgp_neighbors.go 97.65% <94.11%> (+26.56%) ⬆️
equinix/data_source_metal_vrf.go 89.58% <33.33%> (ø)
equinix/port_helpers.go 77.33% <81.81%> (+4.64%) ⬆️
... and 1 more

... and 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@thogarty thogarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small changes requested. Great addition.

}
}
output "azure_connection_azure" {
value = var.azure_connection_name
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: This should be grabbed from the created resource and not just directly from the input variable. It will be the same name but better to have it derived from the correct place.

}

output "aws_connection_name" {
value = var.aws_connection_name
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as comment about azure connection.

@@ -0,0 +1,109 @@
# ECX Fabric Layer2 MultiCloud Connection: FCR 2 AWS and Azure
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent PR, Srushti! Just had a couple of Nit comments on this. Be sure to add the variables.tf with this PR and then it will be ready to go.

@srushti-patl srushti-patl temporarily deployed to internal October 13, 2023 23:31 — with GitHub Actions Inactive
@srushti-patl srushti-patl requested a review from thogarty October 13, 2023 23:32
@srushti-patl srushti-patl temporarily deployed to internal October 13, 2023 23:34 — with GitHub Actions Inactive
Copy link
Contributor

@thogarty thogarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Good edits.

@srushti-patl srushti-patl merged commit 8e6dfe1 into main Oct 16, 2023
4 of 5 checks passed
@srushti-patl srushti-patl deleted the CXF-78059 branch October 16, 2023 19:32
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.

3 participants