Merge "add aodh gnocchi barbican in heka.json.j2"

This commit is contained in:
Jenkins 2016-09-27 08:08:38 +00:00 committed by Gerrit Code Review
commit b27f11384d

View File

@ -15,6 +15,27 @@
"owner": "heka",
"perm": "0600"
},
{
"source": "{{ container_config_directory }}/heka-aodh.toml",
"dest": "/etc/heka/heka-aodh.toml",
"owner": "heka",
"perm": "0600",
"optional": {{ (not enable_aodh | bool) | string | lower }}
},
{
"source": "{{ container_config_directory }}/heka-gnocchi.toml",
"dest": "/etc/heka/heka-gnocchi.toml",
"owner": "heka",
"perm": "0600",
"optional": {{ (not enable_gnocchi | bool) | string | lower }}
},
{
"source": "{{ container_config_directory }}/heka-barbican.toml",
"dest": "/etc/heka/heka-barbican.toml",
"owner": "heka",
"perm": "0600",
"optional": {{ (not enable_barbican | bool) | string | lower }}
},
{
"source": "{{ container_config_directory }}/heka-custom.toml",
"dest": "/etc/heka/heka-custom.toml",