Comment 13 for bug 1816177

Revision history for this message
Ran An (an.ran) wrote : Re: Containers: stx-application failed after lock/unlock controller

the sm will disable/enable serial of services during boot process when it is ready, including services sysinv-inv(trigger application reapply), sysinv-conductor(download images and start armada container) and docker-distribution(besides local registry for docker).

The dependency between 'docker-distribution' and 'registry-token-server' added by patch[1] delayed time which the registry for docker got ready and made "sysinv conductor download images" and "registry disable/enable" meet at the same time, which lead application fail to reapply.

a proper scheduling for sm to disable/enable services is required.

[1] https://review.openstack.org/#/c/626354/