Add task for configuring ODL NB REST port 75/57475/1
authorDaniel Farrell <dfarrell@redhat.com>
Thu, 21 May 2015 18:49:40 +0000 (14:49 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:23 +0000 (12:52 -0400)
Change-Id: I44aa0ba87611052a57c5a9214c43315b96339992
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tasks/configure_nb_rest_port.yml [new file with mode: 0644]

diff --git a/tasks/configure_nb_rest_port.yml b/tasks/configure_nb_rest_port.yml
new file mode 100644 (file)
index 0000000..b9fbf94
--- /dev/null
@@ -0,0 +1,8 @@
+- name: Configure ODL NB REST port
+  template:
+    src=tomcat-server.xml
+    dest=/opt/opendaylight/configuration/tomcat-server.xml
+    owner=odl
+    group=odl
+  notify:
+    - Restart ODL