Merge "Get Gnocchi Config Metadata"
This commit is contained in:
commit
5878ad59b2
14
ansible/gather/roles/gnocchi/tasks/main.yml
Normal file
14
ansible/gather/roles/gnocchi/tasks/main.yml
Normal 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
|
@ -14,6 +14,7 @@
|
|||||||
- neutron
|
- neutron
|
||||||
- keystone
|
- keystone
|
||||||
- ceilometer
|
- ceilometer
|
||||||
|
- gnocchi
|
||||||
- cinder
|
- cinder
|
||||||
- heat
|
- heat
|
||||||
- mysql
|
- mysql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user