Bug 1575854

Summary: [3.7] Invalid URL shown in upgrade failure msg
Product: OpenShift Container Platform Reporter: Gaoyun Pei <gpei>
Component: Cluster Version OperatorAssignee: Scott Dodson <sdodson>
Status: CLOSED DUPLICATE QA Contact: Gaoyun Pei <gpei>
Severity: medium Docs Contact:
Priority: low    
Version: 3.7.1CC: aos-bugs, jokerman, mmccomas, rteague, wmeng
Target Milestone: ---   
Target Release: 3.7.z   
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: 2018-11-20 13:52:56 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 Gaoyun Pei 2018-05-08 06:02:39 UTC
Description of problem:
When upgrading ocp-3.6 with embedded etcd to ocp-3.7, openshift-ansible will abort and prompt the following failure msg:

TASK [Evaluate groups - Fail if no etcd hosts group is defined] *************************************************************************************************************
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"}
	to retry, use: --limit @/usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/upgrades/v3_7/upgrade.retry


But when visiting the URL "https://docs.openshift.com/container-platform/latest/install_config/upgrading/migrating_embedded_etcd.html", it shows

Not found
Sorry, but the page you were trying to view does not exist


The correct address should be "https://docs.openshift.com/container-platform/3.7/upgrading/migrating_embedded_etcd.html"



Version-Release number of the following components:
openshift-ansible-playbooks-3.7.46-1.git.0.37f607e.el7.noarch


How reproducible:

Steps to Reproduce:
1.
2.
3.

Actual results:
Please include the entire output from the last TASK line through the end of output if an error is generated

Expected results:

Additional info:
Please attach logs from ansible-playbook with the -vvv flag

Comment 1 Russell Teague 2018-11-20 13:52:56 UTC

*** This bug has been marked as a duplicate of bug 1596448 ***