summaryrefslogtreecommitdiffstats
path: root/odlsli/src/main/scripts/installCcsdkFeatures.sh
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-04-13 16:09:17 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-04-13 16:09:17 -0400
commit67c756046e620cb8017bbe87a8e07588fab45ecd (patch)
tree4ac4abd81b37ea92eb545464e46c097f5f417d53 /odlsli/src/main/scripts/installCcsdkFeatures.sh
parentf52fd84595277a11c27f335ff88e967889528f99 (diff)
Install host key
Create a new script to install karaf host.key on ODL installation. Also, updated base ODL container to move ODL base distribution directory to /opt/opendaylight/current and create a symlink with the original name. This is done to allow OOM to support an external mount to /opt/opendaylight/current/daexim to preserve backups. Change-Id: I048b7d8002636dcd4ffbdff7242eb40d2a2787da Issue-ID: CCSDK-241 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'odlsli/src/main/scripts/installCcsdkFeatures.sh')
-rw-r--r--odlsli/src/main/scripts/installCcsdkFeatures.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/odlsli/src/main/scripts/installCcsdkFeatures.sh b/odlsli/src/main/scripts/installCcsdkFeatures.sh
index 4ee03e39..e4bbe65d 100644
--- a/odlsli/src/main/scripts/installCcsdkFeatures.sh
+++ b/odlsli/src/main/scripts/installCcsdkFeatures.sh
@@ -57,14 +57,6 @@ CCSDK_PLUGINS_VERSION=${CCSDK_PLUGINS_VERSION:-0.0.1-SNAPSHOT}
echo "Enabling core features"
${ODL_HOME}/bin/client feature:install odl-restconf-all odl-mdsal-all odl-mdsal-apidocs
-# Remove etc/host.key if it exists to work around
-# issue with client authentication
-if [ -f ${ODL_HOME}/etc/host.key ]
-then
- rm ${ODL_HOME}/etc/host.key
-fi
-
-
echo "Installing CCSDK sli/core"
for feature in ${CCSDK_CORE_FEATURES}
do