aboutsummaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-16 14:25:30 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-16 14:25:30 +0000
commite552fc58c32d247e6dbeaad29cc96425b7026c1f (patch)
tree9142b7532220a3a7952a0f8a1848a358485d2a2c /installation
parent8193529b2ea5b8f55c18a50e18d059b333870ecc (diff)
parentd73c258b2273934673ce7e256e6a0f5bf3fade37 (diff)
Merge "SDNC-731: Update standalone.Dockerfile"
Former-commit-id: da9bacaddbf914220d80ef412fb8ec4aa7a724e7
Diffstat (limited to 'installation')
-rwxr-xr-xinstallation/sdnc/src/main/docker/standalone.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/sdnc/src/main/docker/standalone.Dockerfile b/installation/sdnc/src/main/docker/standalone.Dockerfile
index b062361a..8b1d6096 100755
--- a/installation/sdnc/src/main/docker/standalone.Dockerfile
+++ b/installation/sdnc/src/main/docker/standalone.Dockerfile
@@ -30,7 +30,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 sed -i "s/odl-restconf-all/odl-restconf-all,odl-netconf-topology/g" $ODL_HOME/etc/org.apache.karaf.features.cfg
# install ssl and java certificates
COPY truststoreONAPall.jks $JAVA_SECURITY_DIR