Add validations pkg to mistral-executor image

This adds the openstack-tripleo-validations package to the mistral executor
image.

Change-Id: I1fd70d4f854977510fcce7a673b96e1f99e703ed
Partial-Bug: #1789886
(cherry picked from commit 105da3b22f)
This commit is contained in:
Florian Fuchs 2018-09-05 15:34:23 +02:00 committed by Emilien Macchi
parent 00906ff6f2
commit 51aef58563
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.