Adding required DB table for LCM functionality 89/9289/1
authorHector Anapan <ha076r@att.com>
Wed, 30 Aug 2017 04:08:53 +0000 (00:08 -0400)
committerHector Anapan <ha076r@att.com>
Wed, 30 Aug 2017 04:14:22 +0000 (00:14 -0400)
commit96d258ab43fa73cd9fc1ae5a32d3d9d07828b3a2
tree93c597091f746febda4c79361cbac1ffe011b817
parent8005572fcc71984775f99f6897bedd6c868584e8
Adding required DB table for LCM functionality

1) Added the DB hostnames to map to the MySQL container's docker IP in APP-C Container's /etc/hosts, then 2) added installAppcDb.sh to create the "appcctl" database and its "transactions" table (in appcctl.dump) since it is needed to complete the LCM functionality, then 3) added some properties in appc.properties since they were used in local testing, but need to double check if they are absolutely necessary

Change-Id: I7be65412ea4a87f7295adc9b6a69fe7ad917d62c
Signed-off-by: Hector Anapan <ha076r@att.com>
Issue: [APPC-122]
Signed-off-by: Hector Anapan <ha076r@att.com>
installation/appc/pom.xml
installation/appc/src/main/docker/Dockerfile
installation/appc/src/main/resources/appcctl.dump [new file with mode: 0644]
installation/appc/src/main/scripts/installAppcDb.sh [new file with mode: 0644]
installation/appc/src/main/scripts/startODL.sh
installation/src/main/properties/appc.properties