aboutsummaryrefslogtreecommitdiffstats
path: root/installation/src/main/properties/dblib.properties
AgeCommit message (Collapse)AuthorFilesLines
2017-09-25Fix dblib.propertiesMarcus G K Williams1-0/+1
Added missing property in dblib.properties to specify mariadb JDBC connector. Issue-Id: CCSDK-104 Change-Id: Ia1029a26f57e6d9b35d223e025fa6399a4af6661 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-09-19Update APPC properties to match CCSDK artifactsHector Anapan1-14/+14
This is to modify some property files to point to new sdnc directory path (from /opt/openecomp/sdnc to /opt/onap/sdnc) since the new base image (ccsdk image) does not have the /opt/openecomp/sdnc path anymore which is causing errors during docker-compose deployment. Change-Id: I755562c19d22c254eb811b668cf80a28c4fe9e64 Signed-off-by: Hector Anapan <ha076r@att.com> Issue-Id: APPC-218
2017-08-11Modifying code to point to AAIService PropertiesHector Anapan1-0/+36
Adding dblib.properties (mysql credential properties to the sdnctl db), modifying setenv.sh (used to define property values to mysql - such as authenticating against the MySQL DB's) and adding the APPC_CONFIG_DIR env variable as part of the Dockerfile. Patch: Reverted Unintentional changes to the docker-compose template. Patch: Changed some formatting as per Marcus's suggestions Change-Id: I7cf9d90405bb4d552779cd0cd8a4f01525bdd823 Signed-off-by: Hector Anapan <ha076r@att.com> Issue: [APPC-129]