-
Notifications
You must be signed in to change notification settings - Fork 2
(openvpn) openvpn install with lets encrypt #1707
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
base: production
Are you sure you want to change the base?
Conversation
9b13b12 to
a11e70c
Compare
8682dc5 to
6daa69c
Compare
ea6469f to
08931c5
Compare
a360e2d to
8a54cde
Compare
I have updated the code to ensure that the service is always running and is enabled. |
8a54cde to
65c8be5
Compare
65c8be5 to
3ed0e75
Compare
jhoblitt
left a comment
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.
In this repo, the () value is supposed to refer to the hiera layer or puppet class being modified.
What is the relationship between this PR and lsst-it/k8s-cookbook#917?
3ed0e75 to
5ecd93d
Compare
5ecd93d to
c4e30ac
Compare
40a3646 to
836bec3
Compare
This PR will handle the installation of the ovpn package with Let's Encrypt while giving us control of the versions installed. This PR relates directly to lsst-it/k8s-cookbook#959 and it supersedes (917). PR (959) deploys the OVPN database with its operator in a galera setup. This is currently being tested in Ayekan and is working as expected at vpn.dev.lsst.org, and I have not run into any issues while linking the ovpn server to the Kubernetes database, i also updated the server from version 2.14 to 3.0 without problems. |
836bec3 to
204034d
Compare
204034d to
01d9b42
Compare
jhoblitt
left a comment
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.
What does this profile do that the a forge module such as https://forge.puppet.com/modules/puppet/openvpn/readme doesn't do?
Manages install of openvpn with lets encrypt and version control.
This PR goes well with: lsst-it/k8s-cookbook#959