From 4d4eab6c61bda18a41c95801371a822e3adad666 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Fri, 21 Sep 2018 15:18:20 +0200 Subject: [PATCH] Do not include ceph-ansible in the container image. Instead, ceph-ansible should be installed as a THT dependency and the mistral container mount the playbooks from the hosting node, like it happens for other modules. Change-Id: I1a6e18a9200b9b076221b37e552194966f3ad731 Depends-On: I8d1db69d520da069099f919f286e6a553dd645a5 Related-Bug: 1794027 --- container-images/tripleo_kolla_template_overrides.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-images/tripleo_kolla_template_overrides.j2 b/container-images/tripleo_kolla_template_overrides.j2 index 76b3fb277..f24cab4b5 100644 --- a/container-images/tripleo_kolla_template_overrides.j2 +++ b/container-images/tripleo_kolla_template_overrides.j2 @@ -40,7 +40,7 @@ gpgcheck=0' >> /etc/yum.repos.d/opendaylight.repo # Required for mistral-db-populate to load tripleo custom actions on # the undercloud -{% set mistral_base_packages_append = ['openstack-tripleo-common', 'ceph-ansible', 'skydive-ansible'] %} +{% set mistral_base_packages_append = ['openstack-tripleo-common', 'skydive-ansible'] %} # NOTE: Mistral executor needs to run nova-manage cells_v2 commands on # the undercloud baremetal workflows. Undercloud mistral executor needs to run