aboutsummaryrefslogtreecommitdiffstats
path: root/installation/src
diff options
context:
space:
mode:
authorHector Anapan <ha076r@att.com>2017-08-30 00:08:53 -0400
committerHector Anapan <ha076r@att.com>2017-08-30 00:14:22 -0400
commit96d258ab43fa73cd9fc1ae5a32d3d9d07828b3a2 (patch)
tree93c597091f746febda4c79361cbac1ffe011b817 /installation/src
parent8005572fcc71984775f99f6897bedd6c868584e8 (diff)
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>
Diffstat (limited to 'installation/src')
-rw-r--r--installation/src/main/properties/appc.properties10
1 files changed, 8 insertions, 2 deletions
diff --git a/installation/src/main/properties/appc.properties b/installation/src/main/properties/appc.properties
index aa6ba61..27c215b 100644
--- a/installation/src/main/properties/appc.properties
+++ b/installation/src/main/properties/appc.properties
@@ -40,8 +40,14 @@ appc.service.logic.module.name=APPC
appc.topology.dg.method=topology-operation-all
appc.topology.dg.version=2.0.0
+# TEMP - Properties that might be needed to make the AAI-APPC connection
+org.openecomp.appc.db.url.appcctl=jdbc:mysql://dbhost:3306/appcctl
+org.openecomp.appc.db.user.appcctl=appcctl
+org.openecomp.appc.db.pass.appcctl=appcctl
-
+org.openecomp.appc.db.url.sdnctl=jdbc:mysql://dbhost:3306/sdnctl
+org.openecomp.appc.db.user.sdnctl=sdnctl
+org.openecomp.appc.db.pass.sdnctl=gamma
### ###
@@ -112,7 +118,7 @@ DCAE.dmaap.appc.username=test
DCAE.dmaap.appc.password=test
DCAE.dmaap.event.pool.members=10.0.11.1:3904
-#OAM Listener
+# OAM Listener
appc.OAM.disabled=true
appc.OAM.provider.url=http://localhost:8181/restconf/operations/appc-oam
appc.OAM.poolMembers=10.0.11.1:3904