Bug 1481314 - Remove old dead services from systemd osp 10
Summary: Remove old dead services from systemd osp 10
Keywords:
Status: CLOSED DUPLICATE of bug 1479839
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-director
Version: 10.0 (Newton)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Angus Thomas
QA Contact: Amit Ugol
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-14 14:51 UTC by Raviv Bar-Tal
Modified: 2017-08-28 21:36 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-28 21:36:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Raviv Bar-Tal 2017-08-14 14:51:57 UTC
Description of problem:
escription of problem:
some openstack services were removed from osp10 and are not needed any more.
But when running the command `systemctl list-units 'openstack-*' --all`
User see the services as "not-found inactive dead"


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


How reproducible:
run the command on undercloud and overcloude nodes:
`sudo systemctl list-units 'openstack-*' --all`


Steps to Reproduce:
1.
2.
3.

Actual results:

[stack@undercloud-0 ~]$  systemctl list-units openstack-* --all| grep dead
● openstack-cinder-volume.service            not-found inactive dead    openstack-cinder-volume.service
● openstack-keystone.service                 not-found inactive dead    openstack-keystone.service
● openstack-nova-network.service             not-found inactive dead    openstack-nova-network.service
● openstack-nova-objectstore.service         not-found inactive dead    openstack-nova-objectstore.service
● openstack-nova-volume.service              not-found inactive dead    openstack-nova-volume.service
● openstack-nova.compute.service             not-found inactive dead    openstack-nova.compute.service
[stack@undercloud-0 ~]$ . stackrc 
[stack@undercloud-0 ~]$ openstack server list
+--------------------------------------+--------------+--------+------------------------+----------------+
| ID                                   | Name         | Status | Networks               | Image Name     |
+--------------------------------------+--------------+--------+------------------------+----------------+
| 857440a4-65ee-4761-bd14-dd2938587384 | controller-0 | ACTIVE | ctlplane=192.168.24.16 | overcloud-full |
| 4ce47a54-46ee-497e-9aa0-576b2a9dc434 | compute-0    | ACTIVE | ctlplane=192.168.24.15 | overcloud-full |
+--------------------------------------+--------------+--------+------------------------+----------------+
[stack@undercloud-0 ~]$ ssh heat-admin.24.16
The authenticity of host '192.168.24.16 (192.168.24.16)' can't be established.
ECDSA key fingerprint is SHA256:PmSKanZSEAN4HOSYoIATkn+ePRFW9itlVEoH265Q6D0.
ECDSA key fingerprint is MD5:34:3e:49:2a:06:86:4e:02:e8:e4:b5:c4:2c:8b:f4:55.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.24.16' (ECDSA) to the list of known hosts.
Last login: Mon Aug 14 14:26:48 2017 from 192.168.24.254
[heat-admin@controller-0 ~]$ systemctl list-units openstack-* --all| grep dead
● openstack-keystone.service                   not-found inactive dead    openstack-keystone.service
  openstack-nova-cert.service                  loaded    inactive dead    OpenStack Nova Cert Server
  openstack-nova-compute.service               loaded    inactive dead    OpenStack Nova Compute Server
● openstack-nova-network.service               not-found inactive dead    openstack-nova-network.service
● openstack-nova-objectstore.service           not-found inactive dead    openstack-nova-objectstore.service
● openstack-nova-volume.service                not-found inactive dead    openstack-nova-volume.service
● openstack-nova.compute.service               not-found inactive dead    openstack-nova.compute.service
[heat-admin@controller-0 ~]$ cat /etc/rhosp-release 
Red Hat OpenStack Platform release 10.0 (Newton)
[heat-admin@controller-0 ~]$
Expected results:


Additional info:

Comment 1 Alex Schultz 2017-08-28 21:36:58 UTC
This was reported for 11 and needed to be split out into specific targeted bugs for each of the services.  I'm closing this bug as a duplicate of the 11 bug and the fixes for 11 should be back ported as required.  The issues here are packaging and not deployment related.

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


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