aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose
AgeCommit message (Collapse)AuthorFilesLines
2018-02-20Add license text to filesSkip Wonnell1-0/+21
Issue-ID: APPC-637 Change-Id: I25b6cae5f8f3f4eac2fb6d417322467e42ab4ea6 Signed-off-by: Skip Wonnell <skip@att.com>
2018-01-10remove MTU varible, and use the default value:1500Taka1-2/+0
Issue-ID: APPC-384 Change-Id: If4573bed08b1b8d01f5eadc3da0d5f66aa044e07 Signed-off-by: Taka <tc012c@att.com>
2017-12-13Deployment onap renamePatrick Brady1-4/+4
Changing org.openecomp.appc names to org.onap.appc Change-Id: I729f6ce253de8351ae5e3da2e334b1bae155b67d Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-09-19Update APPC properties to match CCSDK artifactsHector Anapan1-2/+2
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-09-14Fix SDNC Docker image namesVictor Morales1-1/+1
The SDNC images were renamed to use ONAP repository. This change fixes that. Change-Id: I6ebcdbb1472502952c2536a63d485677d5e1ebba Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: SDNC-50
2017-08-16Changing AAIService Bundle to use AAI PropertiesHector Anapan1-3/+5
This code changes the docker-compose.yml's SDNC_CONFIG_DIR env.variable in the "appc" service that deploys the appc container to point to appc's aaiclient.properties instead of the sdnc's aiiclient.properties. In doing so, some properties had to be moved to the new SDNC_CONFIG_DIR's appc properties folder path so SDNC karaf features are installed correctly. Also, replacing the AAIClient p12 keystore by converting the validated jks file to this new p12 keystore certificate. Change-Id: I6ee5bd56f4403cb575fdc93ded8eebc6a7a5cc4b Signed-off-by: Hector Anapan <ha076r@att.com> Issue: [APPC-129]
2017-08-11Modifying code to point to AAIService PropertiesHector Anapan1-10/+10
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]
2017-05-10[UCA-10] Support correct MTU for docker-composeubuntu1-0/+6
Change-Id: I731fe4470a7262b6c01cb5e85cbb5718e18ee782 Signed-off-by: ubuntu <ha076r@att.com>
2017-04-26call the right script to start dgbuilderjwang51-1/+1
Change-Id: Ifa92542502ba5e7a1eb6b6329d64a0c5ed71479c Signed-off-by: Jing Wang <jing.wang5@huawei.com>
2017-03-22Changing docker image taggingPatrick Brady1-2/+2
Change-Id: Ia01e0821d736ba0035eeabaf221efab32c5f838f Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-27Modified docker-compose scriptroot1-2/+2
Change-Id: Id8eb429dc6330f85f4ef884b5633ffe8b1e1073e Signed-off-by: root <ha076r@att.com>
2017-02-22Updating docker-compose yml with openecomp nexusPatrick Brady1-3/+3
Change-Id: If47c54459efc454a4d7ee5911e4e82b9adb83182 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-13Initial OpenECOMP appc/deployment commitPatrick Brady1-0/+68
Change-Id: I46850ced2a3ff7a55dd1e92ec4509bf728466ce9 Signed-off-by: Patrick Brady <pb071s@att.com>