Merge "Change the port to get compatibility with Oxygen"
authorDaniel Farrell <dfarrell@redhat.com>
Mon, 9 Apr 2018 13:59:40 +0000 (13:59 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 9 Apr 2018 13:59:40 +0000 (13:59 +0000)
tasks/configure_nb_rest_port.yml
vars/main.yml

index d2756ea9963e5242fa8e1ca19547edfa02f9fd91..892774b2474802d9ca7fda0c7f07c11120ab11af 100644 (file)
@@ -1,7 +1,7 @@
 - name: Configure ODL NB REST port
   lineinfile:
     dest: /opt/opendaylight/etc/jetty.xml
-    regexp: name="jetty.port" default="8080"
+    regexp: name="jetty.port" default="8181"
     line: '                    <Property name="jetty.port" default="{{ nb_rest_port }}" />'
     owner: odl
     group: odl
index 9202936618e89534fb4cb2907eddb82432019263..addd49f59634f3c342d35421477d9ede05366c14 100755 (executable)
@@ -46,7 +46,7 @@ cluster_features:
 
 # Specifies the port for the ODL northbound REST interface to listen on.
 # This was added because OpenStack's Swift project uses a conflicting port.
-nb_rest_port: 8080
+nb_rest_port: 8181
 
 # Specifies the port for the ODL clustering which is being used by Akka
 # remoting for east-west communication.