tripleo-common/container-images/tcib/base/os/tempest/tempest.yaml

9 lines
260 B
YAML

tcib_actions:
- run: bash /usr/local/bin/uid_gid_manage {{ tcib_user }}
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
tcib_packages:
common:
- iputils
- openstack-tempest-all
tcib_user: tempest