Add task to configure ODL's Karaf features 61/57461/1
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 13 May 2015 04:18:14 +0000 (00:18 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:22 +0000 (12:52 -0400)
Uses a template to configure which Karaf features to install at start.

Relevant Issues: #1

Change-Id: I67e1fabe12d2c979509d3dbbbb345c481f849e18
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tasks/configure_karaf_features.yml [new file with mode: 0644]

diff --git a/tasks/configure_karaf_features.yml b/tasks/configure_karaf_features.yml
new file mode 100644 (file)
index 0000000..cf48b6d
--- /dev/null
@@ -0,0 +1,6 @@
+- name: Configure ODL Karaf features
+  template:
+    src=org.apache.karaf.features.cfg
+    dest=/opt/opendaylight/etc/
+    owner=odl
+    group=odl