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

Add proxy support #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

rlanore
Copy link
Contributor

@rlanore rlanore commented Dec 1, 2016

This add proxy support, with ENV https_proxy, to access Vsphere API

rbvmomi support proxy ( but no proxy pass and user for now ).

@@ -8,6 +9,12 @@ class VsphereHelper
end

def initialize(connect_options, datacenter_name)
if ENV['https_proxy']
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd do the same with HTTP_PROXY and make https_proxy uppercase which should not matter on windows but will on linux.

@jjasghar
Copy link
Contributor

Hi! If you're still interested in getting this merged, please close and reopen this
PR against the new maintainers at https://github.com/chef-partners/chef-provisioning-vsphere.

We are in the process of reinvigorating this project and look forward to many collaborations
in the future!

Thanks for your time and help!

Oh! We also are on the VMware{Code} slack team in #chef if you'd ever like to come by and
say hi!

@jjasghar
Copy link
Contributor

chef-boneyard#7 🤘

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