ODLUX Encoding issues and Missing log output 16/122416/1
authorhighstreetherbert <herbert.eiselt@highstreet-technologies.com>
Fri, 2 Jul 2021 12:14:04 +0000 (14:14 +0200)
committerhighstreetherbert <herbert.eiselt@highstreet-technologies.com>
Fri, 2 Jul 2021 12:14:36 +0000 (14:14 +0200)
Issue-ID: SDNC-1580
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: If452c24fa6b8d1ae47d9c612b1d7007312acbd47
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Former-commit-id: e2c1610e79fb3688e34a3fc9044aba2029bf15a6

installation/sdnc/src/main/docker/Dockerfile
installation/sdnc/src/main/scripts/startODL.sh

index cdb6c89..91612d3 100755 (executable)
@@ -80,6 +80,7 @@ FROM scratch
 LABEL maintainer="SDN-C Team (sdnc@lists.onap.org)"
 USER root
 
+ENV LC_ALL en_US.UTF-8
 ENV JAVA_HOME /opt/java/openjdk
 ENV PATH $PATH:/opt/java/openjdk/bin
 
index a0acc31..6165794 100755 (executable)
@@ -215,6 +215,7 @@ enable_odl_cluster() {
 printf "Installing SDNC/R from startODL.sh script\n"
 ODL_HOME=${ODL_HOME:-/opt/opendaylight/current}
 ODL_FEATURES_BOOT_FILE=$ODL_HOME/etc/org.apache.karaf.features.cfg
+FEATURESBOOTMARKER="featuresBoot *="
 
 ODL_ADMIN_USERNAME=${ODL_ADMIN_USERNAME:-admin}
 ODL_ADMIN_PASSWORD=${ODL_ADMIN_PASSWORD:-admin}