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
This commit is contained in:
Giulio Fidente 2018-09-21 15:18:20 +02:00
parent c0f41cae9f
commit 4d4eab6c61
1 changed files with 1 additions and 1 deletions

View File

@ -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