{{OVN_NB_Connection}} in service file

This commit is contained in:
2020-11-23 14:31:52 +10:30
parent 44db5135f7
commit d71e1ae2c8
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -106,6 +106,9 @@
when: force_new_ovn_download == True
- name: Generate OVN NB Connection fact
set_fact: OVN_NB_Connection="{% for host in groups[ovn_nb_group_name_rendered] %}tcp:{{ hostvars[host].host_loopback_IP }}:6641{% if not loop.last %},{% endif %}{% endfor %}"
#Install the custom service to start OVS and OVN as required
- name: "Copy /usr/sbin/ovsovn-service-manager.sh file"