Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2302859

Summary: [OSP17.1] Any new compute deployments fail on osp17.1 due to an incorrect task order in the ansible code
Product: Red Hat OpenStack Reporter: Ricardo Ramos Thomas <riramos>
Component: openstack-tripleo-heat-templatesAssignee: OSP Team <rhos-maint>
Status: CLOSED ERRATA QA Contact: James Parker <jparker>
Severity: urgent Docs Contact:
Priority: high    
Version: 17.1 (Wallaby)CC: alifshit, astupnik, bdobreli, enothen, jelle.hoylaerts.ext, jgrosso, jparker, jpodivin, jpretori, jslagle, ktordeur, madgupta, mariel, mburns, pweeks, ramishra, smooney
Target Milestone: z4Keywords: Bugfix, Triaged
Target Release: 17.1Flags: bdobreli: needinfo-
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: openstack-tripleo-heat-templates-14.3.1-17.1.20240919130751.e7c7ce3.el9ost Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-11-21 09:42:03 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 Ricardo Ramos Thomas 2024-08-05 12:07:45 UTC
Description of problem:

It is not possible to deploy any new computes under our upgraded osp17.1.3 cluster.
Because the ansible tasks that get executed are wrongly ordered.
As you can see in the attached rendered ansible playbook (coming from /home/stack/overcloud-deploy/xxxx/config-download/xxxx/stdv12sriov/host_prep_tasks.yaml), there are tasks that try and install packages (the currently problematic one systemd-container) before the Satellite registration is getting performed.
This results in an error like this:
FATAL | check systemd-container package installed or not | xxxxxcom090 | error={"changed": false, "failures":
 ["No package systemd-container available."], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}

Which is logic as you can see in the attached ansible playbook, openstack tries to install this package at line 125, while the Satellite registration is only performed at line 590.


Version-Release number of selected component (if applicable):

RHOSP 17.1 (wallaby)

How reproducible:

trying to add new computes to env 17.1.3

Steps to Reproduce:
1.
2.
3.

Actual results:

Can't add new nodes.

Expected results:

Add new nodes to Environment successfully

Additional info:

- SOS report and analysis available on case.

Comment 31 errata-xmlrpc 2024-11-21 09:42:03 UTC
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 (RHOSP 17.1.4 bug fix and enhancement 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-2024:9974