aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose
AgeCommit message (Collapse)AuthorFilesLines
2019-06-11move http to httpsTaka Cho1-0/+1
use jetty to move to https Issue-ID: APPC-1573 Change-Id: I814e8159d39f7e09cfbfcf5a314a1909774486cc Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-03-11Fix database installPatrick Brady1-1/+1
Mariadb version updated to allow longer unique keys. Tables install order switched to allow foreign key constraint to be created. Missing values fixed in sqlData.dump file. Change-Id: I1c946b76190e820a994ba74cf09d89e42d0bccb4 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1528
2019-03-01move non-root id run for CDT containerTaka Cho1-1/+1
add cdt:cdt to Dockerfile change port 80 to 18080 for non-root user Change-Id: I694cfaed85396d8f4f527d33e8e507e6d7a64178 Issue-ID: APPC-1519 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-01-29rename ccsdk-ansible to appc-ansibleTaka Cho1-1/+1
reduce the confusion, change name to appc-ansible-container Change-Id: Idd95f72a34c3eb090248f150541e6db7424ea9ed Issue-ID: CCSDK-1009 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-10-09add sdnctldb01 and 02 back in docker-composeTaka Cho1-0/+6
added back db:sdnctldb01 db:sdnctldb02 Change-Id: I566ac3e100d09305e060d5cbf74d5a3c57eefc30 Issue-ID: APPC-1168 Signed-off-by: Taka Cho <tc012c@att.com>
2018-10-06Modify ansible server for ccsdk imageAaron Hay1-2/+2
Modify ansible server configuration to use ccsdk image. Change-Id: Icbb7e15ef11b5bd0abae489c475d3cf60e6de95a Issue-ID: APPC-1168 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-10-05Add ansible docker supportAaron Hay1-4/+21
Change-Id: I782e0f3b4c13d7acf1b3ae320f603866ac6d8966 Issue-ID: APPC-1168 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-10-04Add mariadb docker supportAaron Hay1-1/+1
Change-Id: I04d03e36d92bd2d345149585b3a1a53c2c27b10f Issue-ID: APPC-402 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-05-30Allow cdt port to be setPatrick Brady1-3/+2
Allow the cdt port to be set by the CDT_PORT variable. Defaults to the default oom port. Change-Id: Ib916b0ab2d9267aa01c31372a57738a8c2d6bae6 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-924
2018-05-25Add cdt proxy port to match oomPatrick Brady1-0/+1
Kubernetes in oom uses a 302 port prefix. Adding a matching port here so that cdt can communicate on the same port in all deployments. Change-Id: I6242ea5af1dc5395ead2a116e59b6e294df7f8c2 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-924
2018-05-17Add cdtproxy to docker installPatrick Brady1-0/+1
Change-Id: I26a3c5cbb79e9373d7aaf2166802253fb005acd7 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-909
2018-04-26Update APPC docker-compose.yml to include CDTAaron Hay1-3/+24
Update APPC docker-compose.yml to include CDT and fix dgbuilder. Change-Id: Ib7c0cb2c4138798332d03f874f36054f54b3195b Issue-ID: APPC-864 Signed-off-by: Aaron Hay <ah415j@att.com>
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>