diff options
author | DarraghEgan <darragh.egan@est.tech> | 2019-04-16 11:36:20 +0000 |
---|---|---|
committer | DarraghEgan <darragh.egan@est.tech> | 2019-04-16 11:36:20 +0000 |
commit | d73c258b2273934673ce7e256e6a0f5bf3fade37 (patch) | |
tree | c13198adde77e9f2294798201e1c68174971b0ef /installation | |
parent | 20831e1c323e23e97f9ff508a683d3aaae070d22 (diff) |
SDNC-731: Update standalone.Dockerfile
Bug Fix:
standalone.Dockerfile and Dockerfile should be
the same but standalone.Dockerfile has not
been updated to reflect the changes.
Issue-ID: SDNC-731
Change-Id: I9dea6a6829a8eec569ba592c9290043527356af4
Signed-off-by: DarraghEgan <darragh.egan@est.tech>
Former-commit-id: fff347ed320937651fe25c090d202be1c1c774cc
Diffstat (limited to 'installation')
-rwxr-xr-x | installation/sdnc/src/main/docker/standalone.Dockerfile | 2 |
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 |