centos: enable PowerTools repo in images which needs it

We moved to CentOS Stream 8. Just no one noticed that binary target was
failing to build.

This change sorts out all failing images.

Change-Id: Ia7768caabfe214a629339d50973d0d9873fc65d5
This commit is contained in:
Marcin Juszkiewicz 2021-03-18 15:40:47 +01:00
parent 7ec4a4c8ae
commit 5c0c2d2448
5 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% import "macros.j2" as macros with context %}
{{ macros.enable_extra_repos(['powertools']) }}
{{ macros.configure_user(name='horizon') }}
{% if install_type == 'binary' %}

View File

@ -7,6 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% import "macros.j2" as macros with context %}
{{ macros.enable_extra_repos(['powertools']) }}
{{ macros.configure_user(name='rally') }}
{% if install_type == 'binary' %}

View File

@ -7,6 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% import "macros.j2" as macros with context %}
{{ macros.enable_extra_repos(['powertools']) }}
{{ macros.configure_user(name='tempest') }}
{% if install_type == 'binary' %}

View File

@ -7,6 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% import "macros.j2" as macros with context %}
{{ macros.enable_extra_repos(['powertools']) }}
{{ macros.configure_user(name='vitrage') }}
{% if install_type == 'binary' %}

View File

@ -7,6 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% import "macros.j2" as macros with context %}
{{ macros.enable_extra_repos(['powertools']) }}
{{ macros.configure_user(name='watcher') }}
{% if install_type == 'binary' %}