Get Gnocchi Config Metadata

Change-Id: I2331056e241487e1a3e2a80551ee5168606e1c21
This commit is contained in:
akrzos 2016-09-21 21:14:54 -04:00
parent 625ae4fbb4
commit 23b3ef3704
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
#
# Tasks to get gnocchi config data
#
- name: Parse Gnocchi config
become: true
shell: python /tmp/openstack-config-parser.py gnocchi /etc/gnocchi/gnocchi.conf /tmp/out.yml
- name: Fetch output
fetch: src=/tmp/out.yml dest=/tmp/out.yml flat=yes
- name: Load configuration variables
include_vars: /tmp/out.yml

View File

@ -14,6 +14,7 @@
- neutron
- keystone
- ceilometer
- gnocchi
- cinder
- heat
- mysql