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
This is the correct link: https://docs.openshift.com/container-platform/3.7/upgrading/migrating_embedded_etcd.html https://github.com/openshift/openshift-ansible/pull/9483
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" }
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
*** Bug 1575854 has been marked as a duplicate of this bug. ***