| Summary: | [DOCS] NO_PROXY should have correct hostname | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jaspreet Kaur <jkaur> |
| Component: | Documentation | Assignee: | Ashley Hardin <ahardin> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Vikram Goyal <vigoyal> |
| Severity: | high | Docs Contact: | Vikram Goyal <vigoyal> |
| Priority: | high | ||
| Version: | 3.1.0 | CC: | abutcher, aos-bugs, jkaur, jliggitt, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-02 13:52:33 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: | |
|
Description
Jaspreet Kaur
2016-01-08 13:08:31 UTC
It works with NO_PROXY=.example.com and not with *.example.com There is no mention what should be added in case of HA Environment. What is the role of adding Proxy in below files : /etc/sysconfig/atomic-openshift-master-api and /etc/sysconfig/atomic-openshift-master-controller file Please be clear in the documenation as it does effect in case of importing image streams. Regards, Jaspreet @Andrew @Jordan, Most of what this BZ needs is addressed in this PR: https://github.com/openshift/openshift-docs/pull/1864. However, I'm not sure how to address Jaspreet's last comment. Can you please offer guidance, or help point me in the right direction? Thanks! I think Jaspreet is requesting that we add the specific sysconfig files that must be updated in this section. These paths will be different on origin and enterprise so they should be conditionalized.
Origin
Single master configuration: /etc/sysconfig/origin-master
Multi-master configuration: /etc/sysconfig/origin-master-api
/etc/sysconfig/origin-master-controllers
Node configuration: /etc/sysconfig/origin-node
Enterprise
Single master configuration: /etc/sysconfig/atomic-openshift-master
Multi-master configuration: /etc/sysconfig/atomic-openshift-master-api
/etc/sysconfig/atomic-openshift-master-controllers
Node configuration: /etc/sysconfig/atomic-openshift-node
The steps for restarting masters will be different for multi-master installations as well.
Origin
systemctl restart origin-master-controllers
systemctl restart origin-master-api
Enterprise
systemctl restart atomic-openshift-master-controllers
systemctl restart atomic-openshift-master-api
Work in progress: https://github.com/openshift/openshift-docs/pull/1889 @Jaspreet Please review and let me know what you think: https://github.com/openshift/openshift-docs/pull/1889. Related work is here: https://github.com/openshift/openshift-docs/pull/1864 Approved by Jaspreet via e-mail. Commits pushed to master at https://github.com/openshift/openshift-docs https://github.com/openshift/openshift-docs/commit/39d9ddcd1d819d7701535d2f6ef4ab2842c57090 Bug 1296927, added specific sysconfig files https://github.com/openshift/openshift-docs/commit/48358e1daa947518f6ba84bb3bc0e86c24dab6b5 Merge pull request #1889 from ahardin-rh/sysconfig-files Bug 1296927, added specific sysconfig files |