tripleo-common/container-images/tcib/base/os/heat-base/heat-all/heat-all.yaml

9 lines
238 B
YAML

tcib_actions:
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
tcib_packages:
common:
- openstack-heat-api
- openstack-heat-engine
- openstack-heat-monolith
tcib_user: heat