Merge "Fix odl custom config"
This commit is contained in:
commit
e1813f9f60
@ -126,7 +126,7 @@
|
|||||||
|
|
||||||
- name: Copying over akka.conf
|
- name: Copying over akka.conf
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/templates/akka.conf.j2"
|
src: "{{ item }}"
|
||||||
dest: "{{ node_config_directory }}/opendaylight/akka.conf"
|
dest: "{{ node_config_directory }}/opendaylight/akka.conf"
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- "{{ node_custom_config }}/opendaylight/{{ inventory_hostname }}/akka.conf"
|
- "{{ node_custom_config }}/opendaylight/{{ inventory_hostname }}/akka.conf"
|
||||||
@ -138,7 +138,7 @@
|
|||||||
|
|
||||||
- name: Copying over modules.conf
|
- name: Copying over modules.conf
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/templates/modules.conf.j2"
|
src: "{{ item }}"
|
||||||
dest: "{{ node_config_directory }}/opendaylight/modules.conf"
|
dest: "{{ node_config_directory }}/opendaylight/modules.conf"
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- "{{ node_custom_config }}/opendaylight/{{ inventory_hostname }}/modules.conf"
|
- "{{ node_custom_config }}/opendaylight/{{ inventory_hostname }}/modules.conf"
|
||||||
@ -150,7 +150,7 @@
|
|||||||
|
|
||||||
- name: Copying over module-shards.conf
|
- name: Copying over module-shards.conf
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/templates/module-shards.conf.j2"
|
src: "{{ item }}"
|
||||||
dest: "{{ node_config_directory }}/opendaylight/module-shards.conf"
|
dest: "{{ node_config_directory }}/opendaylight/module-shards.conf"
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- "{{ node_custom_config }}/opendaylight/{{ inventory_hostname }}/module-shards.conf"
|
- "{{ node_custom_config }}/opendaylight/{{ inventory_hostname }}/module-shards.conf"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user