Fix location of idmlight db file 59/43559/1
authorTimoney, Dan (dt5972) <dt5972@att.com>
Wed, 18 Apr 2018 15:41:41 +0000 (11:41 -0400)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Wed, 18 Apr 2018 15:41:41 +0000 (11:41 -0400)
In Nitrogen release, idmlight db file is in /data, not .
Fixed Dockerfile to install in correct directory so that admin
password will be default ONAP password instead of default admin
password.

Change-Id: I01b41ae14d39fef6d2ed3775b272e403d159aa9e
Issue-ID: SDNC-283
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 908c4c5a634deb9d51a70c051f0788ef64796eff

installation/sdnc/src/main/docker/Dockerfile

index c67c333..3b92e40 100644 (file)
@@ -9,7 +9,7 @@ ENV SDNC_CONFIG_DIR /opt/onap/sdnc/data/properties
 
 
 # Overlay ODL credential database with pre-staged credentials
-COPY idmlight.db.mv.db /opt/opendaylight/current
+COPY idmlight.db.mv.db /opt/opendaylight/current/data
 
 # copy onap
 COPY opt /opt