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:
Jiri Stransky 2018-10-03 14:51:46 +02:00
parent 34b6aab229
commit 580fb660df
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ outputs:
external_deploy_tasks:
- name: Container image prepare
when: step|int == 1
tags: container_image_prepare
block:
- set_fact:
log_file: {get_param: ContainerImagePrepareLogFile}