From 08fc4477bff0219d0277a63a9ab82a03087f7ef5 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Wed, 25 Jan 2017 20:54:29 +0800 Subject: Upgrade OpenDaylight to Boron ( l3 scenario ) JIRA: COMPASS-512 1. Use package distribution-karaf-0.5.2-Boron.tar.gz 2. Add configuring ACL 3. Remove neutron-l3 agent in odl_cluster role 4. Fix ODL l2 metadata problem Change-Id: Ib14cdf3539deeeb91ebfec0450a9e7f0228f7741 Signed-off-by: Harry Huang --- .../odl_cluster/tasks/01_03_copy_odl_configuration_files.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'deploy/adapters/ansible/roles/odl_cluster/tasks/01_03_copy_odl_configuration_files.yml') diff --git a/deploy/adapters/ansible/roles/odl_cluster/tasks/01_03_copy_odl_configuration_files.yml b/deploy/adapters/ansible/roles/odl_cluster/tasks/01_03_copy_odl_configuration_files.yml index f4e87955..41aca7ee 100644 --- a/deploy/adapters/ansible/roles/odl_cluster/tasks/01_03_copy_odl_configuration_files.yml +++ b/deploy/adapters/ansible/roles/odl_cluster/tasks/01_03_copy_odl_configuration_files.yml @@ -40,6 +40,15 @@ mode: 0775 when: ansible_os_family == "RedHat" +- name: copy acl configuration script + template: + src: acl_conf.sh + dest: "/opt/acl_conf.sh" + mode: 0777 + +- name: execute acl configuration script + command: su -s /bin/sh -c "/opt/acl_conf.sh;" + - name: create tomcat config template: src: tomcat-server.xml -- cgit 1.2.3-korg