Bug 1426369
| Summary: | Proxy variables should be able to be set in /etc/atomic.conf | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jake Hunsaker <jhunsaker> |
| Component: | atomic | Assignee: | Lokesh Mandvekar <lsm5> |
| Status: | CLOSED ERRATA | QA Contact: | atomic-bugs <atomic-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.3 | CC: | ajia, bbaude, dwalsh |
| Target Milestone: | rc | Keywords: | Extras |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
Feature: Allow Proxy Variables to be set in /etc/atomic.conf
Reason:
atomic cli can pull images from container registries, but if a customer has a proxy setup, the atomic command fails to pull.
Result: Adding this feature allows customers to use the atomic command when they setup proxies.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-05-26 14:28:55 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1420851 | ||
|
Description
Jake Hunsaker
2017-02-23 19:01:10 UTC
I have created a PR for this upstream -> https://github.com/projectatomic/atomic/pull/964 If you can test it and provide feedback, that would be helpful. And there is no any other environment variables are set in my RHEL7.2 system, it also doesn't work in upstream atomic, I also tried to export http_proxy environment by shell, atomic pull and push commands also can't receive the value of http_proxy. [root@dhcp-2-50 atomic]# git rev-parse HEAD 2760e30296884e9160ff0b8e58c2e5d47791f01d The syntax of the YAML format for this file is KEY : VALUE not KEY=VALUE. Please alter your configuration file and try again. (In reply to Brent Baude from comment #6) > The syntax of the YAML format for this file is KEY : VALUE not KEY=VALUE. > Please alter your configuration file and try again. thanks, it works well for me. 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-2017:1323 |