Bug 1636001 - during ffu/ffwd overcloud upgrade fails on Timeout for heat deployment 'ffwd-upgrade-prepare' with swift CR
Summary: during ffu/ffwd overcloud upgrade fails on Timeout for heat deployment 'ffwd-...
Keywords:
Status: CLOSED DUPLICATE of bug 1594211
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-heat
Version: 13.0 (Queens)
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Zane Bitter
QA Contact: Ronnie Rasouli
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-10-04 08:24 UTC by Mike Abrams
Modified: 2019-01-13 11:01 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-05 14:45:39 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.