Install dumb-init rpm

By default it's installed from source. Let's override it to
install the rpm.

Depends-On: https://review.opendev.org/680126
Change-Id: I42745941c2d69138d8254dd396b7b110fff96a0f
(cherry picked from commit 06b38c4ff8)
This commit is contained in:
Rabi Mishra 2019-06-24 21:03:32 +05:30 committed by Kevin Carter (cloudnull)
parent 8b6830f5bb
commit 4603550a0c
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@ gpgcheck=0' >> /etc/yum.repos.d/opendaylight.repo
# Rsync is required for docker-puppet.py to move the generated config to /var/lib/config-data
# Cron is required by multiple services
{% set base_centos_binary_packages_append = ['openstack-tripleo-common-container-base', 'rsync', 'cronie', 'crudini', 'openstack-selinux', 'ansible', 'python-shade', 'puppet-tripleo', 'python2-kubernetes'] %}
# Override dumb-init installation
{% block dumb_init_installation %}{% endblock %}
{% set base_centos_binary_packages_append = base_centos_binary_packages_append + ['dumb-init'] %}
{% set nova_scheduler_packages_append = ['openstack-tripleo-common'] %}
# Required for mistral-db-populate to load tripleo custom actions on