Hide Forgot
rhel-osp-director: 8.0 Minor update finishes immediately with 'update finished with status COMPLETE' - the overcloud wasn't updated. Environment: openstack-puppet-modules-7.1.5-1.el7ost.noarch openstack-tripleo-heat-templates-0.8.14-23.el7ost.noarch instack-undercloud-2.2.7-8.el7ost.noarch openstack-tripleo-heat-templates-kilo-0.8.14-23.el7ost.noarch Steps to reproduce: Deploy overcloud. Upgrade the undercloud. Attempt to update the overcloud with: openstack overcloud update stack overcloud -i --templates -e /usr/share/openstack-tripleo-heat-templates/overcloud-resource-registry-puppet.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e network-environment.yaml Result: starting package update on stack overcloud COMPLETE update finished with status COMPLETE The overcloud nodes weren't updated. Expected result: The overcloud update takes longer and updates each node. All the OC nodes should be updated.
The heat stack-list reports that the update is still in progress: [stack@undercloud72 ~]$ heat stack-list +--------------------------------------+------------+--------------------+---------------------+---------------------+ | id | stack_name | stack_status | creation_time | updated_time | +--------------------------------------+------------+--------------------+---------------------+---------------------+ | 6294d33b-c2bb-4cd2-ac98-c514e71d4e65 | overcloud | UPDATE_IN_PROGRESS | 2016-08-23T17:35:02 | 2016-12-08T17:15:17 | +--------------------------------------+------------+--------------------+---------------------+---------------------+
Hi Sasha, closing this one for lack of activity. Don't hesitate to re-open it if it's still relevent.