Skip to content
Snippets Groups Projects
Commit b27f1138 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

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

parents 04c4f63a 53451df0
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment