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

7 lines
196 B
YAML

tcib_actions:
- run: dnf -y install {{ tcib_packages.common | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- run: usermod -a -G kolla gnocchi
tcib_packages:
common:
- gnocchi-common