| Summary: | [DOCS] [SME] Use command to change default /etc/sysconfig/docker | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Peter Larsen <plarsen> |
| Component: | Documentation | Assignee: | Ashley Hardin <ahardin> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Gan Huang <ghuang> |
| Severity: | low | Docs Contact: | Vikram Goyal <vigoyal> |
| Priority: | medium | ||
| Version: | 3.1.0 | CC: | aos-bugs, gpei, jokerman, mmccomas, plarsen |
| 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-08-02 13:24:39 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
Peter Larsen
2016-01-06 22:12:38 UTC
It looks like the ansible installer in 3.2 adds this entry now, so it's no longer a requirement pre-install? Work in progress: https://github.com/openshift/openshift-docs/pull/2504 @Peter Please review my first pass at this: https://github.com/openshift/openshift-docs/pull/2504 Based on your previous comment, I labeled this edit for OSE 3.1, not 3.2. Only the "advanced installer" automatically changes /etc/sysconfig/docker - the "quick install" does not. There are quite a few things in the installation guide today which is only required if you use the quick-installer - so if the assumption is tha the guide only applies to customers using the quick install option, then we still need something to help out there. I would suggest making sure that features implemented automatically with the advanced installer gets added to the quick-installer, so post-install a user will be at the same point regardless of installation method. @Peter Thank you! I made some edits to this section and will revisit the installation section (Quick vs Advanced Installation methods) outside of this PR. Per https://bugzilla.redhat.com/show_bug.cgi?id=1317755, --insecure-registry 172.30.0.0/16 will be added automatically to /etc/sysconfig/docker when great than openshift-ansible-3.0.88-1.git.0.31c3daf.el7. And currently in 3.0/3.1/3.2/3.3 all should have this change as all openshift-ansible > 3.0.88. @Ashley, there is no need to make any other edits IMO (Both advanced/quick installer will add "--insecure-registry 172.30.0.0/16" automatically in 3.0/3.1/3.2/3.3). Commits pushed to master at https://github.com/openshift/openshift-docs https://github.com/openshift/openshift-docs/commit/9315ae42c10995f20bcb09f387845263dda5a096 Bug 1296332, added directions on changing the default configuration file in the Installing Docker section https://github.com/openshift/openshift-docs/commit/abc933dad2ca5dc78f7a91f9bb94bb648b4a2192 Merge pull request #2504 from ahardin-rh/software-prerequisites Bug 1296332, added directions on changing the default config file in the Installing Docker section @Gan- Thanks! |