X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=blobdiff_plain;f=odlsli%2Fsrc%2Fmain%2Fscripts%2FinstallCcsdkFeatures.sh;h=0b38630600260398f87c7b3ab178f6d759862a93;hp=4ee03e39415ba04f0e17544842549dc652678284;hb=efc08e00d4eb213ab93d8c913e9b10ba4fd13369;hpb=329beee90ede1bea60031dbf9be56dce5faa4f62 diff --git a/odlsli/src/main/scripts/installCcsdkFeatures.sh b/odlsli/src/main/scripts/installCcsdkFeatures.sh index 4ee03e39..0b386306 100644 --- a/odlsli/src/main/scripts/installCcsdkFeatures.sh +++ b/odlsli/src/main/scripts/installCcsdkFeatures.sh @@ -55,15 +55,7 @@ CCSDK_NORTHBOUND_VERSION=${CCSDK_NORTHBOUND_VERSION:-0.0.1-SNAPSHOT} 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 - +${ODL_HOME}/bin/client feature:install odl-restconf-all odl-mdsal-all odl-mdsal-apidocs odl-daexim-all echo "Installing CCSDK sli/core" for feature in ${CCSDK_CORE_FEATURES}