
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
10 lines
135 B
Django/Jinja
10 lines
135 B
Django/Jinja
# Deployed by Browbeat
|
|
|
|
{% for key in repos %}
|
|
[{{key}}]
|
|
name={{key}}
|
|
baseurl={{repos[key].baseurl}}
|
|
gpgcheck=0
|
|
enabled=1
|
|
{% endfor %}
|