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 #102

Merged
merged 11 commits into from
May 3, 2015
Merged

Add Proxy Support #102

merged 11 commits into from
May 3, 2015

Conversation

tknerr
Copy link
Owner

@tknerr tknerr commented May 3, 2015

In order to make it easier to work with Bills Kitchen behind corporate firewalls I added some scripts to set the proxy across various places:

  • proxy-on will set the proxy env vars (you should edit that to fill in your proxy server)
  • proxy-off will unset the proxy env vars

I also added @tmatilai's excellent vagrant-proxyconf plugin for setting the proxy inside Vagrant VMs.

The following tools should work now behind a proxy:

  • gems / bundler (uses the env vars)
  • git (uses the env vars)
  • kitchenci and the VMs it runs (uses the env vars)
  • boot2docker (detects env vars in b2d-start, i.e. needs to be restarted after proxy change)
  • vagrant (uses the env vars)
  • VMs running in vagrant (via vagrant-proxyconf plugin)

tknerr added a commit that referenced this pull request May 3, 2015
@tknerr tknerr merged commit 261414c into master May 3, 2015
@tknerr tknerr mentioned this pull request May 3, 2015
7 tasks
@tknerr tknerr deleted the proxy-support branch August 7, 2015 21:38
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.

1 participant