Bug 1313218 - Support proxies
Summary: Support proxies
Keywords:
Status: MODIFIED
Alias: None
Product: Container Development Kit (CDK)
Classification: Red Hat
Component: distribution
Version: unspecified
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: beta4
: 2.0
Assignee: Lalatendu Mohanty
QA Contact: Ondřej Pták
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-01 08:33 UTC by Eduardo Minguez
Modified: 2024-02-05 16:57 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Eduardo Minguez 2016-03-01 08:33:34 UTC
Description of problem:
In an enterprise environment is typical to have a proxy that limits internet connection.
It would be nice to have a proper documentation and even include something like vagrant-proxyconf in the CDK.

Version-Release number of selected component (if applicable):
Any

How reproducible:
Try to get some docker image from outside the CDK with a proxy limiting internet connectivity.

Steps to Reproduce:
1.
2.
3.

Actual results:
It doesn't work

Expected results:
A proper documentation on how to configure proxy for internet connectivity

Additional info:

Comment 1 David Kutálek 2016-03-08 10:11:22 UTC
This seems very important for me,
asking for blocker.

Looking into:
https://docs.docker.com/engine/admin/systemd/

It seems to me we would need to use both HTTP_PROXY and NO_PROXY settings
and user friendly way would be either configuration via Vagrantfile
or better via service-manager plugin.

I guess we do not want instruct users to edit systemd files...

Comment 4 Brian (bex) Exelbierd 2016-04-04 11:15:26 UTC
Cross filed: https://github.com/projectatomic/adb-atomic-developer-bundle/issues/315

Comment 11 Daniel Veillard 2016-06-09 14:10:18 UTC
Trello card for this, will go in next sprint:

https://trello.com/c/6eX7wraX/185-proxy-support-in-cdk

Daniel

Comment 12 Lalatendu Mohanty 2016-06-16 05:58:28 UTC
There are two patches/ pull requests in upstream for fixing the issue [1] [2].

[1] https://github.com/projectatomic/adb-utils/pull/150
[2] https://github.com/projectatomic/adb-vagrant-registration/pull/88

Comment 15 Lalatendu Mohanty 2016-07-22 11:30:48 UTC
All the above PRs has been merged. However we are seeing one issue with libvirt provider [1]. But it seems it might be issue with the test setup and we are looking in to it. The fix should be available as part of CDK 2.2. 

[1] https://github.com/projectatomic/adb-utils/issues/159

Comment 17 Lalatendu Mohanty 2016-07-26 11:15:14 UTC
We have released the vagrant-registration plugin with fix in upstream i.e. https://rubygems.org/gems/vagrant-registration/versions/1.2.3


Note You need to log in before you can comment on or make changes to this bug.