Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1441757 - glance services always restart on updates
glance services always restart on updates
Status: CLOSED ERRATA
Product: Red Hat OpenStack
Classification: Red Hat
Component: puppet-tripleo (Show other bugs)
10.0 (Newton)
Unspecified Unspecified
low Severity low
: beta
: 12.0 (Pike)
Assigned To: RHOS Maint
Mike Abrams
: Reopened, Triaged
Depends On:
Blocks: 1485264 1421883
  Show dependency treegraph
 
Reported: 2017-04-12 11:54 EDT by Alex Schultz
Modified: 2018-02-05 14:07 EST (History)
11 users (show)

See Also:
Fixed In Version: puppet-tripleo-7.4.3-0.20171019174214.1e9000a.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2017-12-13 16:23:38 EST
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
OpenStack gerrit 515333 None None None 2017-10-26 09:03 EDT
Red Hat Product Errata RHEA-2017:3462 normal SHIPPED_LIVE Red Hat OpenStack Platform 12.0 Enhancement Advisory 2018-02-15 20:43:25 EST

  None (edit)
Description Alex Schultz 2017-04-12 11:54:24 EDT
Description of problem:
When applying updates, glance services restart on the controllers even if no changes are made. This appears to be because we are removing some rabbit host configuration as part of step4

Apr 12 15:15:41 controller-0.localdomain os-collect-config[2943]: Notice: /Stage[main]/Glance::Notify::Rabbitmq/Oslo::Messaging::Rabbit[glance_api_config]/Glance_api_config[oslo_messaging_rabbit/rabbit_port]/ensure: removed
Apr 12 15:15:41 controller-0.localdomain os-collect-config[2943]: Notice: /Stage[main]/Glance::Notify::Rabbitmq/Oslo::Messaging::Rabbit[glance_registry_config]/Glance_registry_config[oslo_messaging_rabbit/rabbit_hosts]/ensure: created
Apr 12 15:15:41 controller-0.localdomain os-collect-config[2943]: Notice: /Stage[main]/Glance::Notify::Rabbitmq/Oslo::Messaging::Rabbit[glance_api_config]/Glance_api_config[oslo_messaging_rabbit/rabbit_hosts]/ensure: created
Apr 12 15:15:41 controller-0.localdomain os-collect-config[2943]: Notice: /Stage[main]/Glance::Notify::Rabbitmq/Oslo::Messaging::Rabbit[glance_registry_config]/Glance_registry_config[oslo_messaging_rabbit/rabbit_port]/ensure: removed

Version-Release number of selected component (if applicable):
openstack-tripleo-heat-templates-5.2.0-9.el7ost.noarch
Comment 7 Alex Schultz 2017-08-17 16:12:11 EDT
Yea I can't reproduce this anymore. So let's just close it for now.
Comment 8 Alex Schultz 2017-08-31 13:32:24 EDT
This issue has been reproduced by a customer in Bug 1485264.  It seems that we may have fixed this in subsequent releases but is still occuring in OSP10. I think it may be related to HA controllers as the following are removed in step3 and readded in step4:

Step3:
Aug 31 01:22:21 localhost os-collect-config: #033[mNotice: /Stage[main]/Glance::Notify::Rabbitmq/Oslo::Messaging::Rabbit[glance_registry_config]/Glance_registry_config[oslo_messaging_rabbit/rabbit_ha_queues]/ensure: removed#033[0m
Aug 31 01:22:21 localhost os-collect-config: #033[mNotice: /Stage[main]/Glance::Notify::Rabbitmq/Oslo::Messaging::Rabbit[glance_api_config]/Glance_api_config[oslo_messaging_rabbit/rabbit_port]/ensure: created#033[0m
Aug 31 01:22:21 localhost os-collect-config: #033[mNotice: /Stage[main]/Glance::Notify::Rabbitmq/Oslo::Messaging::Rabbit[glance_api_config]/Glance_api_config[oslo_messaging_rabbit/rabbit_ha_queues]/ensure: removed#033[0m
Aug 31 01:22:21 localhost os-collect-config: #033[mNotice: /Stage[main]/Glance::Notify::Rabbitmq/Oslo::Messaging::Rabbit[glance_registry_config]/Glance_registry_config[oslo_messaging_rabbit/rabbit_hosts]/ensure: removed#033[0m
Aug 31 01:22:21 localhost os-collect-config: #033[mNotice: /Stage[main]/Glance::Notify::Rabbitmq/Oslo::Messaging::Rabbit[glance_api_config]/Glance_api_config[oslo_messaging_rabbit/rabbit_hosts]/ensure: removed#033[0m
Aug 31 01:22:21 localhost os-collect-config: #033[mNotice: /Stage[main]/Glance::Notify::Rabbitmq/Oslo::Messaging::Rabbit[glance_registry_config]/Glance_registry_config[oslo_messaging_rabbit/rabbit_port]/ensure: created#033[0m

Step4:
/Stage[main]/Glance::Notify::Rabbitmq/Oslo::Messaging::Rabbit[glance_registry_config]/Glance_registry_config[oslo_messaging_rabbit/rabbit_ha_queues]/ensure: created#033[0m
Aug 31 01:26:32 localhost os-collect-config: #033[mNotice: /Stage[main]/Glance::Notify::Rabbitmq/Oslo::Messaging::Rabbit[glance_api_config]/Glance_api_config[oslo_messaging_rabbit/rabbit_port]/ensure: removed#033[0m
Aug 31 01:26:32 localhost os-collect-config: #033[mNotice: /Stage[main]/Glance::Notify::Rabbitmq/Oslo::Messaging::Rabbit[glance_api_config]/Glance_api_config[oslo_messaging_rabbit/rabbit_ha_queues]/ensure: created#033[0m
Aug 31 01:26:32 localhost os-collect-config: #033[mNotice: /Stage[main]/Glance::Notify::Rabbitmq/Oslo::Messaging::Rabbit[glance_registry_config]/Glance_registry_config[oslo_messaging_rabbit/rabbit_hosts]/ensure: created#033[0m
Aug 31 01:26:32 localhost os-collect-config: #033[mNotice: /Stage[main]/Glance::Notify::Rabbitmq/Oslo::Messaging::Rabbit[glance_api_config]/Glance_api_config[oslo_messaging_rabbit/rabbit_hosts]/ensure: created#033[0m
Aug 31 01:26:32 localhost os-collect-config: #033[mNotice: /Stage[main]/Glance::Notify::Rabbitmq/Oslo::Messaging::Rabbit[glance_registry_config]/Glance_registry_config[oslo_messaging_rabbit/rabbit_port]/ensure: removed#033[0m
Comment 15 errata-xmlrpc 2017-12-13 16:23:38 EST
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.