Merge lp:~cprov/adt-cloud-worker/no-proxy into lp:adt-cloud-worker
Status: | Merged |
---|---|
Approved by: | Celso Providelo on 2015-05-12 |
Approved revision: | 53 |
Merged at revision: | 48 |
Proposed branch: | lp:~cprov/adt-cloud-worker/no-proxy |
Merge into: | lp:adt-cloud-worker |
Diff against target: |
40 lines (+10/-2) 2 files modified
dep8/tests/test_proxy.py (+9/-1) uci-nova (+1/-1) |
To merge this branch: | bzr merge lp:~cprov/adt-cloud-worker/no-proxy |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Francis Ginther | 2015-05-12 | Approve on 2015-05-12 | |
Martin Pitt (community) | Approve on 2015-05-12 | ||
Review via email:
|
Commit message
Extending 'no_proxy' testbed setup to allow direct access to 127.0.1.1, internal and novalocal (default PS4 domain). ubuntu.com and lp.net access are still only available via proxy.
Description of the change
Access to .ubuntu.com, .lp.net should continue to happen via http_proxy in adt-cloud, this is different than the original (vm-based) infrastructure.
However, 127.0.1.1, internal and novalocal (default PS4/OS domain) were added to the no_proxy env var, following the original infrastructure configuration.
Testing/probing source are ubuntu-make and ubuntu-
All the known-failures (external-
- 50. By Celso Providelo on 2015-05-12
-
typo
- 51. By Celso Providelo on 2015-05-12
-
wiki.ubuntu.com will/should not be exposed directly, so squid3 tests will have to cope. 'novalocal' is the default nova domain and should be listed as no_proxy (ubuntu-make and ubuntu-
developer- tools-center pass). - 52. By Celso Providelo on 2015-05-12
-
Check for [archive,
www].ubuntu. com and *.launchpad.net http[s] access. - 53. By Celso Providelo on 2015-05-12
-
ubuntu.com and launchpad.net should be accessed via proxy.
Martin Pitt (pitti) wrote : | # |
Thanks muchly, Celso! FWIW, I can't make any statement whether *.ubuntu.com and *.launchpad.net are supposed to be talked to via proxy (as that's not necessary anywhere else in the data center), but I trust you on that.
Francis Ginther (fginther) wrote : | # |
Approve. Discussed the no_proxy changes with cprov over IRC.
Thanks Celso!