Merge "SDNC-555: Install ODL features for NETCONF"
authorDan Timoney <dtimoney@att.com>
Tue, 26 Mar 2019 13:34:16 +0000 (13:34 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 26 Mar 2019 13:34:16 +0000 (13:34 +0000)
installation/sdnc/src/main/docker/Dockerfile

index df39210..e7d592e 100755 (executable)
@@ -36,6 +36,7 @@ RUN rsync -a /tmp/system $ODL_HOME && rm -rf /tmp/system
 RUN cp $ODL_HOME/etc/org.apache.karaf.features.cfg $ODL_HOME/etc/org.apache.karaf.features.cfg.orig
 RUN sed -i -e "\|featuresRepositories|s|$|,${SDNC_NORTHBOUND_REPO}|"  $ODL_HOME/etc/org.apache.karaf.features.cfg
 RUN sed -i -e "\|featuresBoot[^a-zA-Z]|s|$|,sdnc-northbound-all|"  $ODL_HOME/etc/org.apache.karaf.features.cfg
+RUN sed -i "s/odl-restconf-all/odl-restconf-all,odl-netconf-connector-all,odl-netconf-clustered-topology/g"  $ODL_HOME/etc/org.apache.karaf.features.cfg
 
 RUN chown -R odl /opt
 USER odl