Use buildah only for stein onwards, fixes rocky
container_build_tool should be set to buildah only for stein or newer. This was added in https://review.openstack.org/608452 Testing with https://review.openstack.org/625535 Change-Id: I5dc2dffbc93c4af2bc403ba6ab0c6e9c731865ea Related-Bug: #1808767
This commit is contained in:
parent
debdc345cb
commit
12cc9a2e50
@ -11,8 +11,10 @@ parameter_defaults:
|
|||||||
modify_vars:
|
modify_vars:
|
||||||
tasks_from: yum_update.yml
|
tasks_from: yum_update.yml
|
||||||
yum_repos_dir_path: /etc/yum.repos.d
|
yum_repos_dir_path: /etc/yum.repos.d
|
||||||
container_build_tool: buildah
|
|
||||||
update_repo: "{{ update_containers_repo }}"
|
update_repo: "{{ update_containers_repo }}"
|
||||||
|
{% if release not in ['newton', 'ocata', 'pike', 'queens', 'rocky'] %}
|
||||||
|
container_build_tool: buildah
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
set:
|
set:
|
||||||
tag: "{{ container_build_id }}"
|
tag: "{{ container_build_id }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user