Proposal to remove OSGi dependencies from the CCSDK project
[ccsdk/distribution.git] / lighty / lighty-ubuntu-docker / src / main / resources / install_ccsdk.yml
diff --git a/lighty/lighty-ubuntu-docker/src/main/resources/install_ccsdk.yml b/lighty/lighty-ubuntu-docker/src/main/resources/install_ccsdk.yml
new file mode 100644 (file)
index 0000000..e09eceb
--- /dev/null
@@ -0,0 +1,16 @@
+---
+- hosts: all
+  become: yes
+  roles:
+    - role: ansible-opendaylight
+      # ODL is already installed, so no need to specify installation method.  Specify extra features to install
+      extra_features:
+          - odl-restconf-all 
+          - odl-mdsal-all
+          - odl-mdsal-apidocs
+          - odl-daexim-all
+          - odl-restconf-nb-rfc8040
+          - ccsdk-sli-core-all
+          - ccsdk-sli-adaptors-all
+          - ccsdk-sli-northbound-all
+          - ccsdk-sli-plugins-all
\ No newline at end of file