From ecce726c43debe0b3c1e3225cfb4f1936672be13 Mon Sep 17 00:00:00 2001 From: Michael Dürre Date: Wed, 31 Aug 2022 15:33:33 +0200 Subject: fix odl sulfur aaa artifact MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add missing fix for aaa Issue-ID: CCSDK-3750 Signed-off-by: Michael Dürre Change-Id: I686c119af7d80b5b770d37dbc63bb7483c85b208 Signed-off-by: Michael Dürre --- opendaylight/sulfur/sulfur-alpine/src/main/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendaylight') diff --git a/opendaylight/sulfur/sulfur-alpine/src/main/docker/Dockerfile b/opendaylight/sulfur/sulfur-alpine/src/main/docker/Dockerfile index 4201b83e..15b17d80 100644 --- a/opendaylight/sulfur/sulfur-alpine/src/main/docker/Dockerfile +++ b/opendaylight/sulfur/sulfur-alpine/src/main/docker/Dockerfile @@ -21,7 +21,7 @@ RUN sed -i -e 's/# %wheel ALL=(ALL) NOPASSWD: ALL/%wheel ALL=(ALL) NOPASSWD: ALL && addgroup odl wheel # Patch some opendaylight artifacts -#COPY system $ODL_HOME/system +COPY system $ODL_HOME/system # Add missing scripts see SDNC-1056 #COPY configure_cluster.sh configure-cluster-ipdetect.sh custom_shard_config.txt set_persistence.sh $ODL_HOME/bin/ -- cgit 1.2.3-korg