Bug 1576669
| Summary: | proxy environments variables should be set in master and docker-registry configurations | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Gan Huang <ghuang> |
| Component: | Installer | Assignee: | Michael Gugino <mgugino> |
| Status: | CLOSED ERRATA | QA Contact: | Johnny Liu <jialiu> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.10.0 | CC: | aos-bugs, ghuang, jokerman, mmccomas, wmeng, wsun |
| Target Milestone: | --- | Keywords: | TestBlocker |
| Target Release: | 3.10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-07-30 19:14:54 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: | |||
Manually adding proxy variables really annoying though it's not blocker. Reset the priority. It is not easy to work around, keep config consistent, especially cluster with numbers of nodes. add testblocker keyword. Suspicion is that this is related to our removal of the openshift facts files during node bootstrapping. Possible Fix: https://github.com/openshift/openshift-ansible/pull/8394 The PR 8394 has been merged to 3.10.0-0.50.0,please check this bug. 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/RHBA-2018:1816 |
Description of problem: proxy environments variables should be set in master and docker-registry configurations. Version-Release number of the following components: openshift-ansible-3.10.0-0.38.0.git.7.848b045.el7.noarch.rpm How reproducible: always Steps to Reproduce: 1. Trigger installation with proxy variables set. 2. 3. Actual results: Installation succeeded. But proxy variables were missing in following configurations: # oc env dc/docker-registry --list # proxy setting should be set in admissionConfig.pluginConfig.BuildDefaults in /etc/origin/master/master-config.yaml admissionConfig: pluginConfig: BuildDefaults: # /etc/origin/master/master.env Expected results: Additional info: Please attach logs from ansible-playbook with the -vvv flag