akrzos 21d48c8236 Provide a count of Keystone Tokens
Uses a connection to the database to count the number of keystone
tokens. Can count tokens on Undercloud and Overcloud.  For Overcloud
you must provide a repo that provides "libdbi-dbd-mysql".

+ Collectd from EPEL to address when/if your OpenStack includes
  collectd installed already

Change-Id: I4da4c3b02cff661572de3852a33d26875cfcdc0d
2017-03-20 14:51:02 -04:00

11 lines
169 B
YAML

---
#
# Task to deploy a repo file
#
- name: Add custom repos
template:
src: "templates/browbeat.repo.j2"
dest: /etc/yum.repos.d/browbeat.repo
become: true