Tag container image prepare tasks to allow running them for updates/upgrades
Updates/upgrades workflow must not run during `upgrade prepare` or `upgrade run`, but during `upgrade run` we need to have the images available. So the intention is to run `external-upgrade run --tags container_image_prepare` between `upgrade prepare` and `upgrade run`. The situation is analogical for `update` and `external-update` commands. Change-Id: I49de9a41c62204ab7cd835fec6dab8d59b054948 Closes-Bug: #1795881
This commit is contained in:
parent
34b6aab229
commit
580fb660df
@ -75,6 +75,7 @@ outputs:
|
|||||||
external_deploy_tasks:
|
external_deploy_tasks:
|
||||||
- name: Container image prepare
|
- name: Container image prepare
|
||||||
when: step|int == 1
|
when: step|int == 1
|
||||||
|
tags: container_image_prepare
|
||||||
block:
|
block:
|
||||||
- set_fact:
|
- set_fact:
|
||||||
log_file: {get_param: ContainerImagePrepareLogFile}
|
log_file: {get_param: ContainerImagePrepareLogFile}
|
||||||
|
Loading…
Reference in New Issue
Block a user