From 2877e1e18ca1fe9a080caca2c5f29cee06c4f7d8 Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Mon, 24 Jun 2019 21:03:32 +0530 Subject: [PATCH] Install dumb-init rpm By default it's installed from source. Let's override it to install the rpm. Change-Id: I42745941c2d69138d8254dd396b7b110fff96a0f (cherry picked from commit 06b38c4ff8ad5d345ab09cf21a194416a8b9ebb4) --- container-images/tripleo_kolla_template_overrides.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/container-images/tripleo_kolla_template_overrides.j2 b/container-images/tripleo_kolla_template_overrides.j2 index fef973ed3..00213945d 100644 --- a/container-images/tripleo_kolla_template_overrides.j2 +++ b/container-images/tripleo_kolla_template_overrides.j2 @@ -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