netflash/openvpnas

Can I use this with Chef Solo

Closed this issue · 5 comments

I am learning Scalr.
I am looking for a good way to deploy openvpn-as
I don't have a Chef server and do not want to over complicate my environment just for this one type of server.
Scalr works with Chef Solo but expects me to point it to a package.
This is an example of a package that they use for tutorials. https://github.com/scalr-tutorials/chef-demo/releases/download/v0.2.1/package.tar.gz

Their instructions for using Chef Solo are as follows:
Select "Chef Solo", and use the following parameters:

  • URL Type: HTTP or GIT
  • Cookbook URL: package url
  • Runlist: Example: ["recipe[chef-demo::default]"]
  • Attributes: list

@gitlab-pano I think you can. At least nothing stops you to try.
I just added the release for the latest version. URL should be https://github.com/netflash/openvpnas/archive/v0.1.6.tar.gz

Great! How would I pass in subnet lists and additional users?

On Sun, Aug 14, 2016 at 9:06 AM, Alex Romanov notifications@github.com
wrote:

@gitlab-pano https://github.com/gitlab-pano I think you can. At least
nothing stops you to try.
I just added the release for the latest version. URL should be
https://github.com/netflash/openvpnas/archive/v0.1.6.tar.gz


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#10 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ARA0TNh2XTtA-eB5X07KLCkhYVYjOVPbks5qfzzqgaJpZM4Jij8S
.

Laurie Kepford
Cloud DevOps Engineer
Panoramic Software
760-712-2266

You have to configure it via cli tools or via web UI.

dang it! :) I would really like to make this fully automated. I want to
deploy without having to actual touch the instance after it comes up.

Thanks for your help.

On Thu, Aug 18, 2016 at 3:13 PM, Alex Romanov notifications@github.com
wrote:

You have to configure it via cli tools or via web UI.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#10 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ARA0TLJ498t0zL_hwLy_S0Y-zjBRtw4rks5qhNjtgaJpZM4Jij8S
.

Laurie Kepford
Cloud DevOps Engineer
Panoramic Software
760-712-2266

Well... this is complicated, and VPN usually a server that requires ongoing support.
In one case someone will use LDAPS, etc.

Too much things to cover.
Presently I don't have intentions to add any features.

Feel free to pull-request it.