Bug 1666644
| Summary: | [DOCS] Document openshift_master_manage_htpasswd var | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Vadim Rutkovsky <vrutkovs> |
| Component: | Documentation | Assignee: | Jason Boxman <jboxman> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | liujia <jiajliu> |
| Severity: | unspecified | Docs Contact: | Vikram Goyal <vigoyal> |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | aos-bugs, jiajliu, jokerman, mmccomas, rsandu |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| 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: | 2019-04-09 02:02:47 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
Vadim Rutkovsky
2019-01-16 09:36:54 UTC
Hi. Cluster upgrades, for deployments made without openshift_master_htpasswd_users, are being affected by the htpasswd override. It could be really useful to add a reference for openshift_master_manage_htpasswd to documentation, like in section "2.2. Preparing for an Automated Upgrade" [1] of the upgrade document. --- [1] https://access.redhat.com/documentation/en-us/openshift_container_platform/3.10/html/upgrading_clusters/install-config-upgrading-automated-upgrades#preparing-for-an-automated-upgrade Hi Robert, Thanks for opening this bug. Can you confirm which versions of OpenShift this applies to? (In reply to Jason Boxman from comment #3) > Hi Robert, > > Thanks for opening this bug. Can you confirm which versions of OpenShift > this applies to? Hi Jason. Tested in 3.10 and 3.11, but according to [1], it seems it affects all versions since 3.5. --- [1] https://bugzilla.redhat.com/show_bug.cgi?id=1465831 Hi Robert, Also, would this affect an upgrade from one z-stream release to another, such as 3.11.aa to 3.11.bb? Thanks! (In reply to Jason Boxman from comment #5) > Hi Robert, > > Also, would this affect an upgrade from one z-stream release to another, > such as 3.11.aa to 3.11.bb? > > Thanks! Hi Jason. Yes, it would affect z-stream updates as well. I've changed the upgrade procedure to capture this variable by adding item 3. f. A preview is available here: https://bz-1666644--ocpdocs.netlify.com/openshift-enterprise/latest/upgrading/automated_upgrades.html#preparing-for-an-automated-upgrade The PR is here: https://github.com/openshift/openshift-docs/pull/13586 Let me know if this addresses the subject of this bug. Thanks. (In reply to Jason Boxman from comment #7) > I've changed the upgrade procedure to capture this variable by adding item > 3. f. A preview is available here: > > https://bz-1666644--ocpdocs.netlify.com/openshift-enterprise/latest/ > upgrading/automated_upgrades.html#preparing-for-an-automated-upgrade > > The PR is here: > > https://github.com/openshift/openshift-docs/pull/13586 > > Let me know if this addresses the subject of this bug. > > Thanks. Hi Jason. I believe the change addresses the bug clearly enough. Thank you. Hi Jia, Can you test the documentation change in #7 and confirm that it works? Thanks. #7 https://bugzilla.redhat.com/show_bug.cgi?id=1666644#c7 Refer to steps in https://bugzilla.redhat.com/show_bug.cgi?id=1666272#c13 Verified the variable openshift_master_manage_htpasswd=false works well. The doc LGTM. I've merged the PR into master and enterprise-3.11 branches: master - https://github.com/openshift/openshift-docs/pull/13586 3.11 - https://github.com/openshift/openshift-docs/pull/13676 The upgrade instructions for (3.9 ->) 3.10 are materially different. I need to create a new PR with the change tailored for those instructions. Thanks. Verified on openshift-ansible-3.11.90-1.git.0.ee0870c.el7.noarch The new doc in comment12, lgtm. Thanks! I've merged the PR: https://github.com/openshift/openshift-docs/pull/13879 |