diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-26 13:34:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-26 13:34:16 +0000 |
commit | 5c1314e5e7c89923e408cf8d60f44c15db6dac89 (patch) | |
tree | 65b14d15431d472914ebff0577e299f5bd3e6833 /installation | |
parent | fb9dee0476b9693cb4502c4cc3708b6c87c30b20 (diff) | |
parent | aebe4d797185c07aebea6c8a78b3fdc8a8f5318b (diff) |
Merge "SDNC-555: Install ODL features for NETCONF"
Former-commit-id: 835806678c76dda23e3c91f179286d5afc9d5694
Diffstat (limited to 'installation')
-rwxr-xr-x | installation/sdnc/src/main/docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installation/sdnc/src/main/docker/Dockerfile b/installation/sdnc/src/main/docker/Dockerfile index df392101..e7d592eb 100755 --- a/installation/sdnc/src/main/docker/Dockerfile +++ b/installation/sdnc/src/main/docker/Dockerfile @@ -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 |