Bug 1447733 - "Check the number of OpenStack processes on undercloud" validation checks glance-registry process which doesn't exist
Summary: "Check the number of OpenStack processes on undercloud" validation checks gla...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-validations
Version: 11.0 (Ocata)
Hardware: Unspecified
OS: Unspecified
high
low
Target Milestone: beta
: 12.0 (Pike)
Assignee: Florian Fuchs
QA Contact: nlevinki
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-05-03 15:28 UTC by Ola Pavlenko
Modified: 2018-02-05 19:07 UTC (History)
7 users (show)

Fixed In Version: openstack-tripleo-validations-7.4.2-0.20171016115241.c2c9bf2.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-12-13 21:25:26 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 502036 0 None None None 2017-09-08 10:56:24 UTC
OpenStack gerrit 511220 0 None None None 2017-10-11 12:40:26 UTC
Red Hat Product Errata RHEA-2017:3462 0 normal SHIPPED_LIVE Red Hat OpenStack Platform 12.0 Enhancement Advisory 2018-02-16 01:43:25 UTC

Description Ola Pavlenko 2017-05-03 15:28:10 UTC
Description of problem:
"Check the number of OpenStack processes on undercloud" validation checks glance-registry process which doesn't exist

Version-Release number of selected component (if applicable):
openstack-tripleo-ui-3.1.0-9.el7ost.noarch

How reproducible:
always

Steps to Reproduce:
1. install undercloud and browse to ui
2. run the validation
3.

Actual results:
validation passes with:

Message: Command `pgrep -f -c glance-registry` exited with code: 1

stdout:
    0

Expected results:
validation should include glance process 


Additional info:
the validation should be revised

$ sudo ps -ef | grep glance
glance   13361     1  0 May02 ?        00:11:08 /usr/bin/python2 /usr/bin/glance-api
glance   13381 13361  0 May02 ?        00:00:11 /usr/bin/python2 /usr/bin/glance-api
glance   13382 13361  0 May02 ?        00:00:05 /usr/bin/python2 /usr/bin/glance-api
glance   13383 13361  0 May02 ?        00:00:06 /usr/bin/python2 /usr/bin/glance-api
glance   13384 13361  0 May02 ?        00:00:05 /usr/bin/python2 /usr/bin/glance-api
glance   13385 13361  0 May02 ?        00:00:19 /usr/bin/python2 /usr/bin/glance-api
glance   13386 13361  0 May02 ?        00:00:05 /usr/bin/python2 /usr/bin/glance-api
stack    15057 14900  0 18:23 pts/1    00:00:00 grep --color=auto glance

$ sudo pgrep -l glance
13361 glance-api
13381 glance-api
13382 glance-api
13383 glance-api
13384 glance-api
13385 glance-api
13386 glance-api
[stack@puma01 ~]$ sudo pgrep -l glance-registry
[stack@puma01 ~]$ sudo pgrep -f -c glance-registry
1
[stack@puma01 ~]$ pgrep -f -c glance-registry
0

Comment 1 Gaël Chamoulaud 2017-10-11 12:42:56 UTC
stable/pike backport proposed https://review.openstack.org/511220

Comment 6 errata-xmlrpc 2017-12-13 21:25:26 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/RHEA-2017:3462


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