
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
11 lines
169 B
YAML
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
|