Merge "Add validations pkg to mistral-executor image" into stable/rocky

This commit is contained in:
Zuul 2018-09-18 13:54:22 +00:00 committed by Gerrit Code Review
commit 37d946fbc3
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ gpgcheck=0' >> /etc/yum.repos.d/opendaylight.repo
# NOTE: Mistral executor needs to run nova-manage cells_v2 commands on
# the undercloud baremetal workflows. Undercloud mistral executor needs to run
# container image operations during overcloud deploy
{% set mistral_executor_packages_append = ['openstack-nova-common', 'docker', 'podman'] %}
{% set mistral_executor_packages_append = ['openstack-tripleo-validations', 'openstack-nova-common', 'docker', 'podman'] %}
# FIXME (kolla review to add ceilometer to swift proxy image)
# NOTE (jaosorior): swift proxy with TLS everywhere needs these packages.