Bug 1467776
| Summary: | .svc should be added to no_proxy list by default | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Gaoyun Pei <gpei> |
| Component: | Installer | Assignee: | Tim Bielawa <tbielawa> |
| Status: | CLOSED ERRATA | QA Contact: | Gaoyun Pei <gpei> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.6.0 | CC: | aos-bugs, jokerman, mmccomas, myllynen, tbielawa, xtian |
| Target Milestone: | --- | Keywords: | Regression, TestBlocker |
| Target Release: | 3.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: OpenShift Ansible facts was now adding the 'svc' domain to the NO_PROXY settings.
Consequence: Users behind proxies are unable to push to registry by DNS.
Fix: Added the '.svc' domain to the openshift ansible facts code which generates the NO_PROXY settings string.
Result: Users behind a proxy can now push to registry by DNS.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-28 22:00:15 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Gaoyun Pei
2017-07-05 06:03:31 UTC
This bug blocks the testing on 3.6 env behind proxy. Fix submitted here https://github.com/openshift/openshift-ansible/pull/4678 Verify this bug with openshift-ansible-3.6.135-1.git.0.5533fe3.el7.noarch .svc domain was added into service env file after installation. [root@qe-gpei-etcd-sc-master-1 sysconfig]# grep NO_PROXY * -r atomic-openshift-master:NO_PROXY=.cluster.local,.svc,qe-gpei-etcd-sc-master-1,172.30.0.0/16,10.128.0.0/14 docker:NO_PROXY='.cluster.local,.svc,qe-gpei-etcd-sc-master-1' [root@qe-gpei-etcd-sc-master-1 sysconfig]# docker info |grep "No Proxy" WARNING: bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled No Proxy: .cluster.local,.svc,qe-gpei-etcd-sc-master-1 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:3188 |