Install dumb-init rpm

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

Change-Id: I42745941c2d69138d8254dd396b7b110fff96a0f
This commit is contained in:
Rabi Mishra 2019-06-24 21:03:32 +05:30
parent a20d66fc6e
commit 06b38c4ff8
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ gpgcheck=0' >> /etc/yum.repos.d/opendaylight.repo
{% set base_centos_binary_packages_append = base_centos_binary_packages_append + ['iptables-services'] %}
{% endif %}
# Override dumb-init installation
{% block dumb_init_installation %}{% endblock %}
{% set base_centos_binary_packages_append = base_centos_binary_packages_append + ['dumb-init'] %}
# This installs the novajoin package in the nova container images; This is
# required for TLS everywhere, as nova-api will use the cloud-init script