tripleo-validations/playbooks/undercloud-tokenflush.yaml

15 lines
465 B
YAML

---
- hosts: undercloud
vars:
metadata:
name: Verify token_flush is enabled in keystone users crontab
description: >
Without a token_flush crontab enabled for the keystone user, the
keystone database can grow very large. This validation checks that
the keystone token_flush crontab has been set up.
groups:
- pre-introspection
cron_check: "keystone-manage token_flush"
roles:
- undercloud-tokenflush