Add the verification of required images step before the deployment.
By adding `kolla-ansible pull` before the deployment, it may help to guarantee a successful deployment, and avoid polluting the host environment due to the failure of the deployment. Change-Id: I951a3093ca02601ed6c0469e626fcd92bd1297c1
This commit is contained in:
parent
d1be7fdb65
commit
89408983b0
@ -449,6 +449,12 @@ to them:
|
||||
|
||||
kolla-ansible prechecks
|
||||
|
||||
Verify that all required images with appropriate tags are available:
|
||||
|
||||
::
|
||||
|
||||
kolla-ansible pull
|
||||
|
||||
Run the deployment:
|
||||
|
||||
::
|
||||
|
Loading…
x
Reference in New Issue
Block a user