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

HA VPN over Interconnect modules and blueprint #1390

Merged
merged 18 commits into from May 31, 2023
Merged

Conversation

sruffilli
Copy link
Collaborator

@sruffilli sruffilli commented May 23, 2023

This PR introduces two new modules, net-ipsec-over-interconnect to establish HA VPN over existing VLAN attachments, and net-dedicated-vlan-attachment to create (optionally encrypted) vlan attachments, as well as the ha-vpn-over-interconnect blueprint that shows how to compose such modules to create a 99.9% encrypted interconnect.

Copy link
Collaborator

@juliocc juliocc left a comment

Choose a reason for hiding this comment

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

Very nice.

I did a quick pass before getting into details.Just a couple of comments for now:

  • We're trying to move away from try() as it tends to hide errors. I'd rather see a combination or non-nullable variables and default values instead of a bunch of try() calls.
  • can i haz tests?

modules/net-ipsec-over-interconnect/main.tf Outdated Show resolved Hide resolved
modules/net-vlan-attachment/main.tf Outdated Show resolved Hide resolved
modules/net-vlan-attachment/output.tf Outdated Show resolved Hide resolved
@sruffilli sruffilli marked this pull request as ready for review May 30, 2023 11:54
@sruffilli sruffilli requested a review from LucaPrete May 30, 2023 11:54
@sruffilli sruffilli changed the title Initial import for IoIC modules HA VPN over Interconnect modules and blueprint May 30, 2023
@sruffilli sruffilli requested a review from ludoo May 30, 2023 13:30
@sruffilli sruffilli requested a review from juliocc May 30, 2023 16:24
Copy link
Collaborator

@ludoo ludoo left a comment

Choose a reason for hiding this comment

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

Can you add the module to top-level readmes? and the bp too

Copy link
Collaborator

@ludoo ludoo left a comment

Choose a reason for hiding this comment

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

very nice PR :)

@sruffilli sruffilli enabled auto-merge (squash) May 31, 2023 10:43
@sruffilli
Copy link
Collaborator Author

Can you add the module to top-level readmes? and the bp too

done

@sruffilli sruffilli merged commit 7f56156 into master May 31, 2023
9 checks passed
@sruffilli sruffilli deleted the sruffilli/ioic branch May 31, 2023 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants