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

8 lines
320 B
YAML

tcib_actions:
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- run: ln -s /usr/share/openstack-tripleo-common/healthcheck/heat-engine /openstack/healthcheck && chmod a+rx /openstack/healthcheck
tcib_packages:
common:
- openstack-heat-engine
tcib_user: heat