X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fappc%2Fsrc%2Fmain%2Fscripts%2FinstallFeatures.sh;h=47d344313ccea79ea61dc22895bde80a7da840b9;hb=288bdf740a60db96dd62a018b4e7c644779614e4;hp=58f9d9c1b5f71657ee6cacdd064aa139f42eb48f;hpb=ca3445af7adda5f6d19a91f0724915417fc05263;p=appc%2Fdeployment.git diff --git a/installation/appc/src/main/scripts/installFeatures.sh b/installation/appc/src/main/scripts/installFeatures.sh index 58f9d9c..47d3443 100644 --- a/installation/appc/src/main/scripts/installFeatures.sh +++ b/installation/appc/src/main/scripts/installFeatures.sh @@ -58,14 +58,15 @@ APPC_FEATURES=" \ appc-ansible-adapter \ appc-sequence-generator" +# Temp fix to fix bouncycastle issue that is preventing netconf to work correctly +wget -P /opt/opendaylight/current/deploy https://www.bouncycastle.org/download/bcprov-jdk15on-158.jar +wget -P /opt/opendaylight/current/deploy https://www.bouncycastle.org/download/bcprov-ext-jdk15on-158.jar + echo "Enabling core APP-C features" featureInstall odl-netconf-connector-all featureInstall odl-restconf-noauth featureInstall odl-netconf-topology -# When the karaf netconf feature gets installed, need to replace default password with OpenECOMP APP-C ODL Password -sed -i 's/admin<\/password>/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U<\/password>/' ${ODL_HOME}/etc/opendaylight/karaf/99-netconf-connector.xml - echo "Installing APP-C Features" echo ""