Notify handlers to clean-start ODL after Karaf cfg 90/57490/1
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 27 May 2015 20:38:05 +0000 (16:38 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:23 +0000 (12:52 -0400)
Calls the handers to stop ODL, clean up Karaf's cached
config (as recommended by Karaf docs) and then start
the ODL service after a Karaf features config change.

The order these handlers are listed in isn't what actually
causes them to be ordered correctly! Ansible defines the order
of handlers based on the order they are included in handlers/main.

Closes #7

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

index f2abe8292a295a6d482e262bd3eac157fca32ee1..ad153a4f0eb307b8328d460b940fcc6d3c3139e8 100644 (file)
@@ -5,4 +5,6 @@
     owner=odl
     group=odl
   notify:
-    - Restart ODL
+    - Stop ODL
+    - Cleanup Karaf
+    - Start ODL