summaryrefslogtreecommitdiffstats
path: root/odlsli/odlsli-alpine/src/main/resources/install_ccsdk.yml
diff options
context:
space:
mode:
authorMichael Dürre <michael.duerre@highstreet-technologies.com>2020-09-01 13:04:25 +0200
committerMichael Dürre <michael.duerre@highstreet-technologies.com>2020-09-01 13:46:17 +0000
commit1a75e4824ab39c493f405d8791dc62999b273f94 (patch)
tree7d25d807f4393c7e5b91023f82669be439cd8fa8 /odlsli/odlsli-alpine/src/main/resources/install_ccsdk.yml
parentdaa8ee351d6743396e2024872a5d49cc328f4c9b (diff)
fix odlsli image for new base image
fix odlsli image and remove unused files Issue-ID: CCSDK-2717 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I7dac1412426d19663bd91ba5cf7f23d24da69b3f Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'odlsli/odlsli-alpine/src/main/resources/install_ccsdk.yml')
-rw-r--r--odlsli/odlsli-alpine/src/main/resources/install_ccsdk.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/odlsli/odlsli-alpine/src/main/resources/install_ccsdk.yml b/odlsli/odlsli-alpine/src/main/resources/install_ccsdk.yml
deleted file mode 100644
index e09eceba..00000000
--- a/odlsli/odlsli-alpine/src/main/resources/install_ccsdk.yml
+++ /dev/null
@@ -1,16 +0,0 @@
----
-- 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