tripleo-common/container-images/tcib/base/os/neutron-base/neutron-agent-base/neutron-agent-base.yaml

11 lines
436 B
YAML

tcib_actions:
- run: if [ '{{ tcib_distro }}' == 'rhel' ]; then {% for item in tcib_packages.modules %}{% set key, value = (item.items() | list).0 %}dnf module -y {{ key }} {{ value }}; {% endfor %}fi
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
tcib_packages:
common:
- libseccomp
- podman
modules:
- disable: container-tools:rhel8
- enable: container-tools:2.0