Merge "centos: do not enable PowerTools repo in base"

This commit is contained in:
Zuul 2020-12-17 12:19:36 +00:00 committed by Gerrit Code Review
commit 1d36ae4648
3 changed files with 4 additions and 1 deletions

View File

@ -200,7 +200,6 @@ RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
'dnf-plugins-core'
] %}
{% set base_centos_yum_repos_to_enable = [
'powertools',
] %}
{% set base_centos_yum_repos_to_disable = [

View File

@ -195,6 +195,7 @@ ENV DEBIAN_FRONTEND noninteractive
{% endif %}
{{ macros.enable_extra_repos(['powertools']) }}
{{ macros.install_packages(openstack_base_packages | customizable("packages")) }}
{% set openstack_base_pip_packages = [

View File

@ -13,6 +13,7 @@ centos:
logstash: "elasticsearch-kibana-logstash-6.x"
kibana: "elasticsearch-kibana-logstash-6.x"
opstools: "centos-opstools"
powertools: "powertools"
rabbitmq: "rabbitmq_rabbitmq-server"
td-agent: "treasuredata"
@ -27,6 +28,7 @@ centos-aarch64:
hacluster: "ha"
logstash: "elasticsearch-kibana-logstash-6.x"
opstools: "centos-opstools"
powertools: "powertools"
rabbitmq: "rabbitmq_rabbitmq-server"
td-agent: "treasuredata"
@ -39,6 +41,7 @@ centos-ppc64le:
hacluster: "ha"
logstash: "elasticsearch-kibana-logstash-6.x"
opstools: "centos-opstools"
powertools: "powertools"
rabbitmq: "rabbitmq_rabbitmq-server"
rhel: