Include task to open NB REST port in tasks/main 00/57500/1
authorDaniel Farrell <dfarrell@redhat.com>
Sat, 30 May 2015 00:24:27 +0000 (20:24 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:24 +0000 (12:52 -0400)
Implies that it will be used by default when the role
is applied.

Relevant to #9

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

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