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/RHEA-2018:2086
Description of problem: ======================= Upgrade from RHOS-12 to RHOS-13 with pre-provisioned environments fails during Controller upgrade openstack overcloud upgrade run \ --ssh-user tripleo-admin \ --stack overcloud \ --roles ControllerDeployedServer --playbook all ... u'TASK [Restart xinetd service after rsync removal] ******************************', u'fatal: [192.168.24.108]: FAILED! => {"changed": false, "msg": "Could not find the requested service xinetd: host"}', u'fatal: [192.168.24.107]: FAILED! => {"changed": false, "msg": "Could not find the requested service xinetd: host"}', u'fatal: [192.168.24.106]: FAILED! => {"changed": false, "msg": "Could not find the requested service xinetd: host"}', u'', u'PLAY RECAP *********************************************************************', u'192.168.24.106 : ok=293 changed=198 unreachable=0 failed=1 ', u'192.168.24.107 : ok=267 changed=173 unreachable=0 failed=1 ', u'192.168.24.108 : ok=255 changed=157 unreachable=0 failed=1 ' Seems to be caused by: https://github.com/openstack/tripleo-heat-templates/blob/stable/queens/docker/services/pacemaker/database/mysql.yaml#L377-L378 Indeed there is no xinetd.service: systemctl status xinetd Unit xinetd.service could not be found. Version-Release number of selected component (if applicable): ============================================================= openstack-tripleo-heat-templates-8.0.2-28.el7ost.noarch Steps to Reproduce: =================== 1. Deploy RHOS-12 with pre-provisioned servers 2. Upgrade UC to RHOS-13 3. Follow upgrade procedure (repo/image setup/prepare/...) 4. Run upgrade of Controller role Actual results: =============== Upgrade fails Expected results: ================= Upgrade succeeds Additional info: ================ Virtual env: 3controllers + 2computes + 3ceph