Bug 1580354
Summary: | [3.6] upgrade_control_plane.yml removes OPENSHIFT_DEFAULT_REGISTRY=docker-registry.default.svc:5000 from /etc/sysconfig/atomic-openshift-master-{api,controllers} | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Kenjiro Nakayama <knakayam> |
Component: | Cluster Version Operator | Assignee: | Vadim Rutkovsky <vrutkovs> |
Status: | CLOSED ERRATA | QA Contact: | Gaoyun Pei <gpei> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.6.0 | CC: | aos-bugs, cstark, jokerman, mmccomas, scuppett |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | 3.6.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: openshift_push_via_dns option was not respected during upgrade
Consequence: OPENSHIFT_DEFAULT_REGISTRY was always removed during upgrade
Fix: openshift_push_via_dns option is being set if existing registry DC has OPENSHIFT_DEFAULT_REGISTRY env var
Result: existing OPENSHIFT_DEFAULT_REGISTRY env var is not being removed during upgrade
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2019-01-30 15:12:36 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
Kenjiro Nakayama
2018-05-21 10:53:48 UTC
Proposed patch: https://github.com/openshift/openshift-ansible/pull/8454 Fixed in openshift-ansible-3.6.173.0.132-1 Verify this bug with openshift-ansible-3.6.173.0.139-1.git.0.cf96f27.el7.noarch.rpm After upgrading an 3.6.173.0.96 cluster to v3.6.173.0.139, OPENSHIFT_DEFAULT_REGISTRY=docker-registry.default.svc:5000 still there. [root@ip-172-18-15-252 ~]# grep OPENSHIFT_DEFAULT_REGISTRY /etc/sysconfig/atomic-openshift-master* /etc/sysconfig/atomic-openshift-master:OPENSHIFT_DEFAULT_REGISTRY=docker-registry.default.svc:5000 /etc/sysconfig/atomic-openshift-master.636.2018-11-22@02:18:54~:OPENSHIFT_DEFAULT_REGISTRY=docker-registry.default.svc:5000 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-2019:0101 |