Bug 1596448

Summary: [3.7] link return 404 not found, link in msg of task "Fail if no etcd hosts group is defined"
Product: OpenShift Container Platform Reporter: Weihua Meng <wmeng>
Component: Cluster Version OperatorAssignee: Stephen Cuppett <scuppett>
Status: CLOSED ERRATA QA Contact: Weihua Meng <wmeng>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.7.1CC: aos-bugs, gpei, jokerman, mmccomas, scuppett
Target Milestone: ---   
Target Release: 3.7.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
undefined
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-08-29 11:39: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:

Description Weihua Meng 2018-06-29 03:03:17 UTC
Description of problem:
link return 404 not found, link in msg of task "Fail if no etcd hosts group is defined"

Version-Release number of the following components:
openshift-ansible-3.7.54-1.git.12.b93b431.el7.noarch

How reproducible:
Always

Steps to Reproduce:
1. upgrade OCP cluster with embedded etcd with openshift-ansible-3.7.54-1.git.12.b93b431.el7.noarch

2. access the link in the message
https://docs.openshift.com/container-platform/latest/install_config/upgrading/migrating_embedded_etcd.html

Actual results:
1.
TASK [Evaluate groups - Fail if no etcd hosts group is defined] ****************
task path: /usr/share/ansible/openshift-ansible/playbooks/common/openshift-cluster/evaluate_groups.yml:43
fatal: [localhost]: FAILED! => {
    "changed": false, 
    "failed": true, 
    "msg": "Running etcd as an embedded service is no longer supported. If this is a new install please define an 'etcd' group with either one, three or five hosts. These hosts may be the same hosts as your masters. If this is an upgrade please see https://docs.openshift.com/container-platform/latest/install_config/upgrading/migrating_embedded_etcd.html for documentation on how to migrate from embedded to external etcd.\n"
}
2.
Not found
Sorry, but the page you were trying to view does not exist.

It looks like this was the result of either:

a mistyped address
an out-of-date link

Expected results:
an accessable link for user to solve the problem

Comment 4 Weihua Meng 2018-08-22 02:45:26 UTC
Fixed.
openshift-ansible-3.7.62-1.git.0.48dbebc.el7.noarch.rpm


The link is OK now.

TASK [Evaluate groups - Fail if no etcd hosts group is defined] ****************
task path: /home/slave3/workspace/Run-Ansible-Playbooks-Nextge/private-openshift-ansible/playbooks/common/openshift-cluster/evaluate_groups.yml:43
fatal: [localhost]: FAILED! => {
    "changed": false, 
    "failed": true, 
    "msg": "Running etcd as an embedded service is no longer supported. If this is a new install please define an 'etcd' group with either one, three or five hosts. These hosts may be the same hosts as your masters. If this is an upgrade please see https://docs.openshift.com/container-platform/3.7/upgrading/migrating_embedded_etcd.html for documentation on how to migrate from embedded to external etcd.\n"
}

Comment 6 errata-xmlrpc 2018-08-29 11:39:55 UTC
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-2018:2547

Comment 7 Russell Teague 2018-11-20 13:52:56 UTC
*** Bug 1575854 has been marked as a duplicate of this bug. ***