Bug 1602031 - After successful FFU there's no ironic-pxe container running. services/ironic.yaml doesn't match services-docker/ironic.yaml
Summary: After successful FFU there's no ironic-pxe container running. services/ironic...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 13.0 (Queens)
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: z2
: 13.0 (Queens)
Assignee: RHOS Maint
QA Contact: Alexander Chuzhoy
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-07-17 16:08 UTC by Alexander Chuzhoy
Modified: 2023-09-14 04:31 UTC (History)
8 users (show)

Fixed In Version: openstack-tripleo-heat-templates-8.0.4-1.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-08-29 16:38:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 567800 0 None stable/queens: MERGED tripleo-heat-templates: Default environment/services/* to docker (I923731f46ea26582160a11d2dfe85792ab74110b) 2018-07-19 02:18:48 UTC
Red Hat Product Errata RHBA-2018:2574 0 None None None 2018-08-29 16:39:33 UTC

Description Alexander Chuzhoy 2018-07-17 16:08:22 UTC
After successful FFU there's no ironic-pxe container running. 
/usr/share/openstack-tripleo-heat-templates/environments/services/ironic.yaml doesn't match services-docker/ironic.yaml 


(undercloud) [stack@undercloud-0 ~]$ cat /usr/share/openstack-tripleo-heat-templates/environments/services/ironic.yaml 
resource_registry:
  OS::TripleO::Services::IronicApi: ../../docker/services/ironic-api.yaml
  OS::TripleO::Services::IronicConductor: ../../docker/services/ironic-conductor.yaml
  OS::TripleO::Services::NovaIronic: ../../docker/services/nova-ironic.yaml
parameter_defaults:
  NovaSchedulerDiscoverHostsInCellsInterval: 15


(undercloud) [stack@undercloud-0 ~]$ cat /usr/share/openstack-tripleo-heat-templates/environments/services-docker/ironic.yaml
resource_registry:
  OS::TripleO::Services::IronicApi: ../../docker/services/ironic-api.yaml
  OS::TripleO::Services::IronicConductor: ../../docker/services/ironic-conductor.yaml
  OS::TripleO::Services::IronicPxe: ../../docker/services/ironic-pxe.yaml
  OS::TripleO::Services::NovaIronic: ../../docker/services/nova-ironic.yaml


Environment:
openstack-tripleo-heat-templates-8.0.2-43.el7ost.noarch

Comment 2 Bob Fournier 2018-07-17 16:19:28 UTC
Some history on ironic-pxe in THT/environments/services/ironic.yaml

It was added into master with this change:
https://review.openstack.org/#/c/550060/

Which was backported to stable/queens here and merged on 6/29/18:
https://review.openstack.org/#/c/567800/

It is not currently in a downstream build, it should be in 13z2.

Comment 3 Bob Fournier 2018-07-18 15:09:00 UTC
is there a upgrades fix/workaround for this until the fix in Comment 2 lands downstream?  If so, can you add that patch to this bug?

Comment 4 Alexander Chuzhoy 2018-07-18 15:52:02 UTC
The basic w/a that worked for us:

Following undercloud upgrade:


cp /usr/share/openstack-tripleo-heat-templates/environments/services-docker/ironic.yaml /usr/share/openstack-tripleo-heat-templates/environments/services/ironic.yaml

Comment 8 Joanne O'Flynn 2018-08-15 07:57:04 UTC
This bug is marked for inclusion in the errata but does not currently contain draft documentation text. To ensure the timely release of this advisory please provide draft documentation text for this bug as soon as possible.

If you do not think this bug requires errata documentation, set the requires_doc_text flag to "-".


To add draft documentation text:

* Select the documentation type from the "Doc Type" drop down field.

* A template will be provided in the "Doc Text" field based on the "Doc Type" value selected. Enter draft text in the "Doc Text" field.

Comment 9 Alexander Chuzhoy 2018-08-21 20:13:37 UTC
Verified:

Environment:
openstack-tripleo-heat-templates-8.0.4-20.el7ost.noarch

cat /usr/share/openstack-tripleo-heat-templates/environments/services/ironic.yaml 

resource_registry:
  OS::TripleO::Services::IronicApi: ../../docker/services/ironic-api.yaml
  OS::TripleO::Services::IronicConductor: ../../docker/services/ironic-conductor.yaml
  OS::TripleO::Services::IronicPxe: ../../docker/services/ironic-pxe.yaml
  OS::TripleO::Services::NovaIronic: ../../docker/services/nova-ironic.yaml

Comment 11 errata-xmlrpc 2018-08-29 16:38:50 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, 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:2574

Comment 12 Red Hat Bugzilla 2023-09-14 04:31:31 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


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