containers: add tcib_managed label to authorized images to be updated

For containers to be updated by tripleo-modify-image, they need a
special label. For now it was only "kolla_version" for TripleO CI, but
since we have new images which don't use Kolla, we now have the
tcib_managed that we'll use.

Related-Bug: #1886914
Change-Id: I3fef7509b03b086727638e737a7d6eb2bbec47f9
This commit is contained in:
Emilien Macchi 2020-07-09 09:52:26 -04:00
parent bd4f23c273
commit 9da8187e0b
2 changed files with 2 additions and 0 deletions

View File

@ -217,6 +217,7 @@
{% else -%}
modify_only_with_labels:
- kolla_version
- tcib_managed
{% endif -%}
modify_vars:
tasks_from: yum_update.yml

View File

@ -11,6 +11,7 @@ parameter_defaults:
modify_append_tag: "{{ update_containers_append_tag }}"
modify_only_with_labels:
- kolla_version
- tcib_managed
modify_vars:
tasks_from: yum_update.yml
yum_repos_dir_path: /etc/yum.repos.d