aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-26Increment version to 1.6.5-SNAPSHOT5.0.2-ONAPelaltoPatrick Brady8-15/+15
Change-Id: I8f46159c5e0a0024e74a493ca8c080787060bea5 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-09-26Missing Upgrade actions in DBLukasz Rajewski1-3/+3
Added entries for UpgradeSoftware, UpgradePreCheck, UpgradePostCheck, UpgradeBackout and UpgradeBackup in VNF_DG_MAPPING and PROCESS_FLOW_REFERENCE tables Change-Id: Icfd00d90433755e0825d9a12808ddba5dc5a8023 Issue-ID: APPC-1748 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2019-09-24Change to ccsdk image 0.5.4Patrick Brady1-1/+1
Change-Id: I0d5dc8e72833c8a4f55f21caa13e38fe396104bf Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1735
2019-09-24Change to appc release 1.6.4Patrick Brady1-1/+1
Change-Id: Id7ba245534c304bf887422a375720536d6cfdb97 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1735
2019-09-17missing UpgradeSoftware in VNF_DG_MAPPINGTaka Cho1-1/+1
added one entry for UpgradeSoftware in VNF_DG_MAPPING table Issue-ID: APPC-1621 Change-Id: I892fc8215344c54dcd128af5ca01f85c3b01d80b Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-09-17Increment version to 1.6.4-SNAPSHOTPatrick Brady8-16/+16
Change-Id: Iab5d99b1dfc43e66108477197d4f89a9604232be Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-09-11Change to appc release 1.6.31.6.3Patrick Brady2-3/+3
And cdt version 1.6.2 Change-Id: I5ad70578ef3826950540456faf2c2628e0e473c0 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-09-11Correct cdt artifact versionPatrick Brady1-1/+1
Version of cdt was incorrectly set to 1.6.3-SNAPSHOT Change-Id: I8043781264844bfe71b444affdc5473c94fc9145 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-09-11Increment version to 1.6.3-SNAPSHOTPatrick Brady8-16/+16
Change-Id: I5c47f78b01630a9eddfd7a9cc59b1f3e97344003 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-09-09Move property file modify scriptPatrick Brady2-23/+13
The scripts to add lines to property files must come before odl startup, since odl is no longer being restarted after installation. Change-Id: I56afb22d2983b656feadaa5a62ff4e1945414a89 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: CCSDK-1445
2019-09-05Move location of config copyPatrick Brady2-8/+9
The copying of config files for opendaylight must be moved so that is occurs before opendaylight is started since opendaylight is currently not able to be restarted due to the dblib class not found error. Change-Id: I8bce29e88a008fb12ef104d3963ce0425d6bbb30 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: CCSDK-1683
2019-09-04Move appc install to runtimePatrick Brady3-10/+11
Since ccsdk dblib does not work after a restart of karaf, the appc install scripts must be modified so that karaf is not started during docker build. Change-Id: Ibdca395fe9335d9a778927ec69324c0d7545cace Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1683
2019-09-04Changes for ODL SR2Patrick Brady3-41/+50
-Change ccskd base image version for SR2 Fluorine -Stop installing shiro plugin since it's included in ccsdk -Install features in groups to speed install time Change-Id: I85ad156f8be201327ae6cd1a406b3a8ca0479b5f Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1630
2019-08-22update INFO.yamlTaka Cho1-1/+11
add change section Issue-ID: APPC-1685 Change-Id: I009e5f44b31aae344ff2d8b0f3c2aea2052ccc96 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-08-07Change to 1.6.2 appc release version1.6.2Patrick Brady1-2/+2
Change-Id: I1cc7c6e6e319138896aebada404086a8b9bce0fe Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-08-07Increment version to 1.6.2Patrick Brady8-14/+14
Change-Id: I59c00a657cc6a558ca7f792db703748c94d75471 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-08-06Update versions to 1.6.1Patrick Brady8-19/+19
Change-Id: I5a16c125d389bb9945ad29cdce373fb73bff5050 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-08-05Update version filePatrick Brady1-1/+1
Change-Id: Id0f21a25339124cab5bfa308168b781983361d16 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-08-03Update release versionsPatrick Brady2-3/+3
Change-Id: I69fac08b2a685504da278c081631100783c194c7 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-08-01update INFO.yamlTaka Cho1-5/+0
remove Joss from committer Issue-ID: APPC-1685 Change-Id: I12f5007b0b0e73cc3c457328ad9c897521492f50 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-07-19Fixed Deadlock issue in Sync APILathish1-1/+2
Issue-ID: APPC-1638 Change-Id: I4f48f570180662870fb22bba0598dd98db961d88 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2019-07-18update keystore expiration dateTaka Cho1-0/+0
Valid from: Thu Jul 18 19:49:01 GMT 2019 until: Sun Jul 15 19:49:01 GMT 2029 Issue-ID: APPC-1573 Change-Id: I490fe3098d5622720c2132b12a9a38186f836db9 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-06-21Install odl cluster featuresPatrick Brady1-3/+3
Change-Id: Ia32d266653e1f6cfb64a3a7f217235c399651576 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1242 (cherry picked from commit ea86839d64e23fe3ed3c8cbc829149108b0e1204)
2019-06-18add package: procpsTaka Cho1-0/+5
added apk add --no-cache procps to resolve ps version problem Issue-ID: APPC-1628 Change-Id: I340a82d9494afa87e74b142e0e92e2f98e460649 Signed-off-by: Taka Cho <takamune.cho@att.com> (cherry picked from commit 7a8a3c1fcc16eb42d75f08ab267294ac2f23355e)
2019-06-13Fix incorrect cdt proxy versionPatrick Brady1-1/+1
Change-Id: I07fbafd5e188cc3833cab7ac512fa4532d82f1ae Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1595
2019-06-11move http to httpsTaka Cho6-0/+229
use jetty to move to https Issue-ID: APPC-1573 Change-Id: I814e8159d39f7e09cfbfcf5a314a1909774486cc Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-06-05replace a new p12 credentialTaka Cho2-1/+1
old p12 credential expired 6/1/2019 Change-Id: Ib1ad6624f0064c5c0a85f72de557d15ab4afa954 Issue-ID: APPC-1620 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-05-30Adding row to ASDC_ARTIFACTS tablePatrick Brady1-0/+5
A row is needed to correct an error during restart. Change-Id: I4e767f439bfd70d7637477fd02758674ec9de79a Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1618
2019-05-29Fix for aai in vcpePatrick Brady5-146/+311
Adding the template file and replaced the generic restart DG to enable the workaround that was used in casablanca. DG is modified to lookup aai information from property files so that no values need to be hardcoded. Change-Id: I48569f133b301509204a879af133386e741dc142 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1614 (cherry picked from commit 4dce366b94f679ac0870230aa8eb32ae248c609f)
2019-05-28InventoryNames in ansible-adapter DGLukasz Rajewski2-55/+294
Added InventoryNames to ansible-adapter DG Change-Id: Ib6d7a29ea9a72f6bf0035416a505b43362ee82aa Issue-ID: APPC-1612 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> (cherry picked from commit 01d10e632bdbd7fd9e33cdce1d2719419581e123)
2019-05-21fix netconf for vFWTaka Cho1-1/+1
in Dublin, we changed to stream-count:stream-count/streams Issue-ID: APPC-1610 Change-Id: If2e1d127594ec0aa5d2297e9f71e6e3911e5ef12 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-05-20move 1.6.0-snapshot for appc artifactTaka Cho1-1/+1
correct snapshot version for appc artifact Change-Id: I9cb6442b7e6fc4d977dd1a56809f8da3f2b2459d Issue-ID: APPC-1595 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-05-15Update cdt for nodejs backendPatrick Brady2-4/+11
Change cdt container to use a nodejs container so that the nodejs backend of cdt can run. Change-Id: I280bc02bee136bb1eda908f91e7efacfca8eb101 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1600
2019-05-14change installZips.sh for docker releaseTaka Cho1-1/+0
the line I deleted does not use in any where in deployment Change-Id: I0eda718426686abea94fd553821446d0530f3710 Issue-ID: APPC-1595 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-05-01create cvaas dir to store VNF configTaka Cho1-0/+3
/opt/onap/appc/cvaas directory stores VNF config file via Audit or Sync LCM Change-Id: I975aac7fb6e9bb0817885b43cb14f9b376d4c4ae Issue-ID: APPC-1589 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-04-26Increment snapshot versionPatrick Brady7-14/+14
Change from 1.5.0-SNAPSHOT to 1.6.0-SNAPSHOT to prepare for next development cycle. Change-Id: I0892b8961b280a29870591cb474ab12fd6469972 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1585
2019-04-02Make images arm-64 compatibleSimon Hrabos2-4/+5
Modify versions of docker maven plugin due to arm64 compatibility Change-Id: Id4292b2ee6f1586072399cd8f79c0c24f47d8005 Issue-ID: INT-965 Issue-ID: INT-966 Signed-off-by: Simon Hrabos <simon.hrabos@tieto.com>
2019-03-25Change cdt proxy versionPatrick Brady1-1/+1
Change to using 1.5.0-SNAPSHOT of the cdt proxy jar so that the latest changes for https are brought into the docker image. Change-Id: I68fde7f577e23dd2056f4e3027927c3ff8e13809 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1551
2019-03-22Change to release ccsdkPatrick Brady1-1/+1
The current version of ccsdk has been moved to release version 0.4.1 Change-Id: Ie3564f02f286d436377648d0ef0d438392e6353a Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: CCSDK-1156
2019-03-21Changes for cdt over httpsPatrick Brady6-15/+157
Change cdt to run on nginx image Configure nginx to use https Add sample certificates for https Change-Id: Ie93cf7e5b0e6a287753ffd54edace5492ad667b3 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1551
2019-03-19Test for working karafPatrick Brady1-0/+9
Check if the karaf client can be run, and if it doesn not return the expected echo value, fail the build since the installs will not work in this state. Change-Id: I4b6b4ad4a3197ad0c56e1bf4c33acf061630ba33 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1549
2019-03-14unique key too long in DEVICE_AUTHENTICATIONTaka Cho1-1/+1
Specified key was too long; max key length is 767 bytes reduce URL to 256 Change-Id: I2c721db78710505a6e6f67fe2f438554655b091d Issue-ID: APPC-1537 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-03-12Fix database entry dataPatrick Brady1-1/+1
Columns were in the wrong order. Change-Id: Ia4614f8200a528511531361e6cb80b3833faa678 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1528
2019-03-11Fix database installPatrick Brady3-31/+22
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-08adding default value for ansible serverTaka Cho1-0/+3
insert default value into the DEVICE_AUTHENTICATION table for anible server in OOM env Change-Id: I6f23a5384152d66fcaa6572c004be585f98c9f70 Issue-ID: APPC-1445 Signed-off-by: Taka Cho <takamune.cho@att.com>
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>