Bug 1636001

Summary: during ffu/ffwd overcloud upgrade fails on Timeout for heat deployment 'ffwd-upgrade-prepare' with swift CR
Product: Red Hat OpenStack Reporter: Mike Abrams <mabrams>
Component: openstack-heatAssignee: Zane Bitter <zbitter>
Status: CLOSED DUPLICATE QA Contact: Ronnie Rasouli <rrasouli>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 13.0 (Queens)CC: cschwede, mabrams, mburns, mcornea, sbaker, shardy, therve
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-05 14:45:39 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:

Comment 5 Marius Cornea 2018-10-05 14:45:39 UTC
I checked the environment and it looks like os-collect-config is not running on all the overcloud nodes(which might be the result of previous failed upgrade attempts):

(undercloud) [stack@undercloud-0 ~]$ for node in $(nova list | awk  '{print $12}' | grep -oP '[0-9.]+'); do ssh heat-admin@$node 'sudo systemctl is-active os-collect-config';done
inactive
active
active
active
active
inactive

As a workaround I suggest starting the os-collect-config service on the overcloud nodes and re-try the upgrade(not using ansible since the inventory is only available after running ffwd upgrade prepare):

for node in $(nova list | awk  '{print $12}' | grep -oP '[0-9.]+'); do ssh heat-admin@$node 'sudo systemctl start os-collect-config';done

I am closing this bug as a duplicate of BZ#1594211 where we keep track of this issue: re-running upgrade may fail with time out after failed upgrade attempts and when os-collect-config service is not running on the overcloud nodes.

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

Comment 6 Mike Abrams 2019-01-13 11:01:50 UTC
clearing needinfo.