Include ODL NB REST port config task in tasks/main 76/57476/1
authorDaniel Farrell <dfarrell@redhat.com>
Thu, 21 May 2015 18:50:02 +0000 (14:50 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:23 +0000 (12:52 -0400)
This should be the final piece to allow the config of
ODL's NB REST API port.

Closes #5

Change-Id: Ibabc12381da9a5b5523ddf74a4d3d3ecbfd1e02a
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tasks/main.yml

index 34abd9b0b3e6cb318b5563dd90995ad1f97b43bf..3f630f2c0c398a5f584aa1c4a7b6dc1132e4b0ac 100644 (file)
@@ -4,5 +4,6 @@
 - include: install_odl_rpm.yml
   when: ansible_os_family == 'RedHat'
 - include: configure_karaf_features.yml
+- include: configure_nb_rest_port.yml
 - include: start_odl_systemd_service.yml
   when: ansible_os_family == 'RedHat'