-
Notifications
You must be signed in to change notification settings - Fork 977
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
Conversation
There was a problem hiding this 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 oftry()
calls. - can i haz tests?
There was a problem hiding this 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nice PR :)
done |
This PR introduces two new modules,
net-ipsec-over-interconnect
to establish HA VPN over existing VLAN attachments, andnet-dedicated-vlan-attachment
to create (optionally encrypted) vlan attachments, as well as theha-vpn-over-interconnect
blueprint that shows how to compose such modules to create a 99.9% encrypted interconnect.