aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-03-08Adding DB entries for DistributeTrafficCheckTomek Osinski1-2/+2
Change-Id: Ia3996cec2884ad4a1fa26e9376298df97e80a008 Issue-ID: APPC-1444 Signed-off-by: Tomek Osinski <tomasz.osinski2@orange.com>
2019-03-05Added Foreign key checks conditionManoj Marneni1-57/+143
Add table for multiple ansible servers support Adding Admin Artifact table in APPC DB to support multiple ansible servers Change-Id: I6324ffbd3091ea48ce5a28ad99fa51c82d64f45a Issue-ID: APPC-1494 Signed-off-by: Manoj Marneni <mm833r@att.com>
2019-03-02Update odl stop detectionPatrick Brady1-18/+4
Holding the script open until karaf exits is more reliable and less dependent on operating system than the previous method. Change-Id: I82e379f5f977e521eff241c8ecbf2031f0c26c74 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1521
2019-03-02Add missing INFO.yaml blocksJessica Wagantall1-25/+37
Add missing information so that the new verify job passes. Fix indentation. Change-Id: Ifcec7bbd19e9e6a27c85bd8e889cfbf67c63f1dc Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-03-01move non-root id run for CDT containerTaka Cho2-3/+11
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-02-26Dockerfile changes for non-root userPatrick Brady1-5/+5
Copy appc folders in as odl user instead of root user and run install scripts as odl user. Change-Id: Ia748e607c80aa5c030c68c7eb01a3c27a296a786 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1503
2019-02-25Update dockerfile for new odlPatrick Brady2-2/+2
Update the dockerfile to pull 0.4-STAGING-latest version of ccsdk which contains the new version of opendaylight. Change-Id: Ib343f85a48129e4971bb56b91136b66153323c8b Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1495
2019-01-30move playbook sample from appcTaka Cho1-0/+42
a sample playbook is moved from appc repo to playbook directory Change-Id: I71383b728f4b3362f136bcd86ec1d81668baa5d9 Issue-ID: CCSDK-1009 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>
2019-01-22add INFO.yaml to appc/deployment repoTaka Cho1-0/+52
INFO.yaml is needed by LinuxFoundation Change-Id: Ifeb1ecbe30265e24c8e4abfb5989e818011f8cbe Issue-ID: APPC-1357 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-01-22use alpine linux dist for CDT dockerTaka Cho1-3/+3
changed to 2.4-alpine:httpd Change-Id: Ia0335b530bc1a0c08594b3b8800dfb65aac3630b Issue-ID: APPC-1339 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-01-18Change to feature pre-installPatrick Brady5-89/+114
Adding a new script dockerInstall.sh which will run during the docker build and install the opendaylight features so that start-up time for the image is reduced. Change-Id: I6cf8bc0a746e6d5037c8689c576ddb42a54155ff Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1322
2019-01-09Update to newest release of appcPatrick Brady1-1/+1
Version 1.4.4 of the appc java code is released. This version will be used for docker builds. Change-Id: Iee4a895f6386c15d24da64cdd4ec5d882294df66 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1304
2019-01-07Update ccsdk docker versionPatrick Brady1-1/+1
Change to the newest version of the ccsdk odlsli image Change-Id: I08c62acd90ec4e20d9ba88643e8a23e39e18e530 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1304
2018-11-26Fix for DOC-336Joss Armstrong1-3/+4
Document updates in APPC Deployment Guidelines Issue-ID: DOC-336 Change-Id: Iacc6629387a0aacbe9a33308511d1e6763eeb243 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-11-16Add provider feature to dispatcher installPatrick Brady1-2/+1
For a new import added to dispatcher, appc provider must be installed at the same time since each feature depends on the other. Change-Id: I138cd6f96668ffd6ae0f33564a0cf9434575396e Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1231
2018-11-16Update artifact pull versionPatrick Brady2-2/+2
Change-Id: I187495782f5e7b711c6b808e911e82174cc154b3 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-11-14Fix for APPC-1239J Armstrong1-10/+10
Fix for variable names and file loctions in JMeter file for APPC stability test Issue-ID: APPC-1239 Change-Id: I86dae4d6a2502aef7dd949c8e57e8ee926572e45 Signed-off-by: J Armstrong <joss.armstrong@ericsson.com>
2018-11-13Update APPC for Casablanca AAF supportAaron Hay1-1/+3
Update pom.xml to add the bath_config.csv file. Change-Id: Ic9a475a338ccfdf0a1f05c9369dc3ac0a945cce7 Issue-ID: APPC-1235 Signed-off-by: Aaron Hay <aaron.hay@att.com>
2018-11-13Update APPC for Casablanca AAF supportAaron Hay2-0/+3
Change-Id: I2773fcdb498349d11ceb26b8f29d69f97512b1a0 Issue-ID: APPC-1235 Signed-off-by: Aaron Hay <aaron.hay@att.com>
2018-11-12Increment version numberPatrick Brady8-14/+14
Change to version 1.5.0-SNAPSHOT Change-Id: I7ad12bc4d2745da35199ff37d733776271c23946 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-11-12Update maven for aaf-shiro-aafrealm-osgi-bundleAaron Hay1-2/+2
Change-Id: I856b85ccb2936e329eb7941a2683dcffdbc0c462 Issue-ID: APPC-1235 Signed-off-by: Aaron Hay <aaron.hay@att.com>
2018-11-12update SHIRO to 2.1.8-SNAPSHOTTaka Cho1-2/+2
Shiro uses J2EE Filters update to 2.1.8-SNAPSHOT Change-Id: Ic9eb18de9999126520094b630392d1c0f09ebba7 Issue-ID: APPC-1235 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-11-09Update version of cadi bundle jarPatrick Brady1-1/+1
Change-Id: I1122e397d961172eab86213c3b4baf255ce9be8b Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1235
2018-11-07correct the license headerTaka Cho1-11/+14
based on LinuxFoundation suggestion, corrected the license header Change-Id: I5ab1c44bc4967cefb4548d528a7000eede118e3b Issue-ID: APPC-1229 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-11-06Fix non-existent release versionPatrick Brady2-2/+2
Change-Id: Id8aefe4a2ad9e6d08a7eb40e550c7df616b0a645 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-11-06Update APPC deployment documentTaka Cho1-3/+6
Adding ansible server and change to MariaDB from Mysql for docker contents Change-Id: Ia39b82349e2746a477e300db70be2be339808c87 Issue-ID: APPC-1227 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-11-05Remove restart 2.01 valuePatrick Brady1-1/+1
Removing the value will allow restart requests to default to the dg orchestrator. Change-Id: Iabf4b840219d7502dd7c694ca669ed6225a305ca Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1230
2018-10-19Update truststore for aaiPatrick Brady1-0/+0
Change-Id: I8066c402334441b1844ff9f66a6c1c833c67d0c4 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1218
2018-10-18update aaf_locate_url for R3Taka Cho1-2/+2
remove Beijing's link to gerenic link Change-Id: I8bf84fbaca763fcf5a551196ca7d802410e44435 Issue-ID: APPC-1217 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-10-11Roll to next version after releasePatrick Brady7-18/+18
Change to version 1.4.1-SNAPSHOT Change-Id: I14e63a41079e66eae3a3aaed0046945992d52a83 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-10-11Directories for build versionsPatrick Brady1-9/+16
Since Jenkins uses the same build host for all docker builds, the different versions of appc are all present on the same system. This causes problems during unzip of the installers. This change creates a directory in /tmp for each different version of appc. Change-Id: I7f7c9fb39110146cf6e1917dd9e80a41b287c57e Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-10-09move openecomp.org to onap.org for aaicclientTaka Cho1-96/+87
remove openecomp.org to onap.org for OOM env upgrade v11 to v14 Issue-ID: APPC-1213 Change-Id: I2da1bc5a8616f639c7ff03fd835432e706e3b9f1 Signed-off-by: Taka Cho <tc012c@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-08Change to released ccsdk docker imagePatrick Brady1-1/+1
Change-Id: I395b86f9583abf3261820cb7b26b354dcaf8a242 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
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-09-28Ansible playbook for vFW TDLukasz Rajewski1-0/+110
Ansible playbook for Traffic Distribution LCM action for modified vFW use case. Modified use case requires heat template that creates two instances of vFW and two vSinks Change-Id: I7ec3eda8247010ae9b7b2561bd204018864a9835 Issue-ID: APPC-1172 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2018-09-28Change ccsdk docker versionPatrick Brady1-1/+1
The 0.3.0-STAGING version does not work. This new version is the correct one to be using. Change-Id: I446bdcc1502af7ec818d4185bd67c5550c486452 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1209
2018-09-26Update ccsdk docker versionPatrick Brady1-1/+1
Change-Id: I17b43c0ecb529eb443f317cf641f7d037431d614 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1209
2018-09-11Updated logging for new odl versionPatrick Brady1-77/+79
An updated log file from odl in order to make the karaf log function again with the new odl version. Change-Id: I9f03f0a5c543609c769d418f960aac27717bb55b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1158
2018-09-11Update odl passwordPatrick Brady3-8/+8
With the new odl version, the password has changed. Change-Id: I8260c118c2f974f2a4453f04a6a4e271edf29fca Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1158
2018-09-11Add dg reference table rowsPatrick Brady1-0/+5
Change-Id: I953adee5554c00374dc2c43e699f2d57a50bd152 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1202
2018-09-10Add back cdt featuresPatrick Brady1-1/+4
Features were temporarily removed while features were being fixed. Change-Id: Ifd4a2eaebfd483d94b47f2dcf92281eaf8022df6 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1185
2018-09-07change odl base image to 0.3.0-SNAPSHOTTaka Cho1-1/+1
update Dockerfile for the lastest odlsli image Change-Id: Iffbc0fa24ff6e05a536315cd2695b2a2b2331ae3 Issue-ID: APPC-1201 Signed-off-by: Taka Cho <tc012c@att.com>
2018-09-06Adding DB entires for DistributeTraffic LCM APITomek Osinski1-2/+4
Change-Id: I8730708cee6be6bee865b20d65b3436f30ea1778 Issue-ID: APPC-1169 Signed-off-by: Tomek Osinski <tomasz.osinski2@orange.com>
2018-09-05Fix syntax error in SQL statementsAaron Hay3-2/+7
Change-Id: I4f51de978b66109405f07e9da72b7156e92a2518 Issue-ID: APPC-1191 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-09-02Stop install of design servicesPatrick Brady1-3/+1
Temporarily stop install of the cdt connection features so that appc provider will work. Change-Id: I4bd9b23c71a29c5606119024f5713044bd206524 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1185
2018-08-27Switch to working version of ccsdk imagePatrick Brady1-1/+1
Tempoary switch since the latest ccsdk odlsli docker image is not working. Change-Id: I778e1be1d2c30211a1a4a6af33884076beae3407 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: CCSDK-489