From 3e9982bab088df428e786d5fdf2515dc21f189fa Mon Sep 17 00:00:00 2001 From: Andre Fernando Zanella Kantek Date: Wed, 5 May 2021 17:21:35 -0400 Subject: [PATCH] AIO-SX reboots after change OAM ip address On HW tests, it was detected that openstack-endpoints restart was happening at the same as the service-manager restart, this creating a conflict that preventing SM services to reach enabled-active. This was provoking the reboot. The correction add a class to execute openstack-endpoint runtime restart on the post stage on puppet, avoiding to be run as SM is restarted. Tested on AIO-SX, by monitoring manifest apply and validating that no reboot happens Closes-Bug: 1927275 Depends-On: https://review.opendev.org/c/starlingx/stx-puppet/+/789946 Signed-off-by: Andre Fernando Zanella Kantek Change-Id: I9f547fbcc73ba5fea077c764a4a9282a02ac71c6 --- sysinv/sysinv/sysinv/sysinv/conductor/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysinv/sysinv/sysinv/sysinv/conductor/manager.py b/sysinv/sysinv/sysinv/sysinv/conductor/manager.py index b957571da9..adc8071e55 100644 --- a/sysinv/sysinv/sysinv/sysinv/conductor/manager.py +++ b/sysinv/sysinv/sysinv/sysinv/conductor/manager.py @@ -6686,7 +6686,7 @@ class ConductorManager(service.PeriodicService): 'platform::sm::update_oam_config::runtime', 'platform::nfv::webserver::runtime', 'platform::haproxy::runtime', - 'openstack::keystone::endpoint::runtime', + 'openstack::keystone::endpoint::runtime::post', 'platform::dockerdistribution::config', 'platform::dockerdistribution::runtime'] }