Bug 1608398

Summary: OSP13 FFWU . Running undercloud checks after upgrading to osp 13 shows nova-cert service down
Product: Red Hat OpenStack Reporter: daniel parkes <dparkes>
Component: openstack-tripleoAssignee: James Slagle <jslagle>
Status: CLOSED DUPLICATE QA Contact: Arik Chernetsky <achernet>
Severity: low Docs Contact:
Priority: unspecified    
Version: 13.0 (Queens)CC: mburns, owalsh
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-26 16:48:17 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 daniel parkes 2018-07-25 12:54:45 UTC
Description of problem:

Running undercloud checks after upgrading to osp 13 shows nova-cert service down.

Once we have run all the undercloud upgrades from 10 to 13 using:

openstack undercloud upgrade

We have several checks specified in the FFWU doc, one of them is:

nova service-list

To check all nova services are UP, in this case after the upgrade we have the nova-cert down:


(undercloud) [stack@undercloud ~]$ nova service-list
+--------------------------------------+----------------+-------------------------+----------+---------+-------+----------------------------+-----------------+-------------+
| Id                                   | Binary         | Host                    | Zone     | Status  | State | Updated_at                 | Disabled Reason | Forced down |
+--------------------------------------+----------------+-------------------------+----------+---------+-------+----------------------------+-----------------+-------------+
| d106de08-4c69-429a-8376-5da86ae6b261 | nova-cert      | undercloud.redhat.local | internal | enabled | down  | 2018-07-24T14:13:57.000000 | -               | False       |
| 1ed7654d-314e-40e4-8d71-8da5274ba212 | nova-scheduler | undercloud.redhat.local | internal | enabled | up    | 2018-07-24T14:43:24.000000 | -               | False       |
| c85b4378-c628-42d2-992d-95bfb231c2a3 | nova-conductor | undercloud.redhat.local | internal | enabled | up    | 2018-07-24T14:43:23.000000 | -               | False       |
| 249c0545-3f9d-4b5a-9c80-dfee167f688a | nova-compute   | undercloud.redhat.local | nova     | enabled | up    | 2018-07-24T14:43:28.000000 | -               | False       |
+--------------------------------------+----------------+-------------------------+----------+---------+-------+----------------------------+-----------------+-------------+

I image this makes sense because nova-cert is not used anymore in OSP13 undercloud(at least I don't have it o a fresh deploy).

So maybe we should delete the nova-cert service(nova service-delete), During the undercloud upgrade to OSP13 so it doesn't confuse the users thinking they have a failed service after the upgrade:



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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:

After upgrade of the undercloud to OSP13  during FFWU nova-cert service will be removed.


Additional info:

Comment 1 Ollie Walsh 2018-07-26 16:48:17 UTC

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