Skip to content
Snippets Groups Projects
Commit 4d84df8d authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Support customizing skydive.conf file"

parents e74cada7 cb0715a0
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,12 @@
- Restart {{ item.key }} container
- name: Copying over skydive config file
template:
src: "{{ item.key }}.conf.j2"
merge_yaml:
sources:
- "{{ role_path }}/templates/{{ item.key }}.conf.j2"
- "{{ node_custom_config }}/skydive.conf"
- "{{ node_custom_config }}/skydive/{{ item.key }}.conf"
- "{{ node_custom_config }}/skydive/{{ inventory_hostname }}/{{ item.key }}.conf"
dest: "{{ node_config_directory }}/{{ item.key }}/skydive.conf"
mode: "0660"
become: true
......
---
features:
- |
Adds a mechanism to customize ``skydive.conf``.
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