aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-12-21Platform hardening for appc-metricSkip Wonnell2-20/+20
Issue-ID: APPC-305 Change-Id: I4183e2a723fa50ff1398f584a77c1234d28e8340 Signed-off-by: Skip Wonnell <skip@att.com>
2017-12-21Sonar Critical Use a loggershubhada1-1/+1
Use a logger to log this exception Sonar Link: https://sonar.onap.org/component_issues/index?id=org.openecomp.appc%3Aappc#assignees=Shubhada|resolved=false Location: src/main/java/org/openecomp/appc/design/dbervices/DesignDBService.java Line No:541 Change-Id: Ie81f003ecba00b24fc4d9065b289650af3f846ca Issue-ID: APPC-288 Signed-off-by: shubhada <SV00449682@techmahindra.com>
2017-12-21Sonar Critical Use a loggershubhada1-1/+1
Use a logger to log this exception Sonar Link: https://sonar.onap.org/component_issues/index?id=org.openecomp.appc%3Aappc#assignees=Shubhada|resolved=false Location: src/main/java/org/openecomp/appc/design/dbervices/DesignDBService.java Line No:638 Change-Id: I3f862da26622086b803ffdc8d65cb9e9615cdbbe Issue-ID: APPC-326 Signed-off-by: shubhada <SV00449682@techmahindra.com>
2017-12-20Fix Compilation issue in TestServiceCatalogMichal Kabaj2-27/+16
Remove duplicate mockito-core test dependency in appc-iaas-adapter-bundle pom.xml and remove unused imports. Issue-ID: APPC-359 Change-Id: I119460f36ee0cedae0129419e55c134a105a8cd7 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2017-12-19Update package name to onap namespaceTaka2-3/+3
Change-Id: I8e5231434bd0e3a0599c7a4f24b808ef50d495d2 Issue-ID: APPC-13 Signed-off-by: Taka <tc012c@att.com>
2017-12-19Update jaxb-api to 2.2.3 or laterTaka7-8/+8
Issue-ID: APPC-306 Change-Id: I95ba608435bcafff5ea9d960d0295900aa14ebef Signed-off-by: Taka <tc012c@att.com>
2017-12-19Update bundle names from openecomp to onapTakamune Cho60-216/+215
Change-Id: Ib0cf4edbab87a32c9d83cc9473412feb77b27a0e Issue-ID: APPC-13 Signed-off-by: Takamune Cho <tc012c@att.com>
2017-12-19Move dg-loader files to org.onap packageSkip Wonnell15-220/+237
Issue-ID: APPC-13 Change-Id: I5bab561f243f31bca633882b9291b147e24bea9e Signed-off-by: Skip Wonnell <skip@att.com>
2017-12-19Update files with proper formattingTakamune Cho4-4/+5
Change-Id: I89e045a3a60521582044506b3bdc27239a2f7dee Issue-ID: APPC-305 Signed-off-by: Takamune Cho <tc012c@att.com>
2017-12-19Update appc-config-generator to use onap packagingTakamune Cho35-792/+954
Change-Id: Ia89d9eb8f56c8ac0e46cbe1b473f7cfced32228a Issue-ID: APPC-13 Signed-off-by: Takamune Cho <tc012c@att.com>
2017-12-19Update appc-config-parms to use onap packagingTakamune Cho44-823/+1057
Issue-ID: APPC-13 Change-Id: I490847faabfed2e977ee21c0157adf8a790cea65 Signed-off-by: Takamune Cho <tc012c@att.com>
2017-12-19Platform hardening for common bundleSkip Wonnell31-1444/+1266
General code clean up code Additional test cases Support for APPC-348, APPC-349 Issue-ID: APPC-305 Change-Id: I341c960bb33794c681aea86f2bd1b415294ec03f Signed-off-by: Skip Wonnell <skip@att.com>
2017-12-19Adding new LCM features to the client libSkip Wonnell103-767/+3365
Provide support for a new set of LCM actions to support an In-Place Software Upgrade flow which can be triggered by SO. Issues included: APPC-346, APPC-349 Issue-ID: APPC-346 Change-Id: I65c10035978aecb543b1102dd9c2dbd8374921bc Signed-off-by: Skip Wonnell <skip@att.com>
2017-12-18Repackage appc-config-audit to onapTakamune Cho17-114/+179
Change-Id: I535761d86a0abb4a6555672710a414bd3f9bb362 Issue-ID: APPC-13 Signed-off-by: Takamune Cho <tc012c@att.com>
2017-12-13Fourth part of onap renamePatrick Brady34-36/+36
Some paths within the docker image need to be updated from opt/openecomp to opt/onap Change-Id: I74b32ba6906a0b7c44764485dccef6140c21afa3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-12-13Third part of onap renamePatrick Brady795-0/+0
This part of the commit changes the folder structure on all other folders of appc. Change-Id: I8acfa11cdfcdcd36be0e137245d1dd7324f1abd3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-12-13Second part of onap renamePatrick Brady325-0/+0
This is the second commit of the rename. The folder structure is renamed for appc-adapters and appc-config in this commit. Change-Id: Iaa2b8c937ff1ca1b5d1178128961fb115ee65d9b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-12-13First part of onap renamePatrick Brady1457-5540/+5540
This is the first commit of the rename. This commit changes refereces to org.openecomp.appc > org.onap.appc that occur within files. The package folder structure is not changed in this commit. Change-Id: Ic95d749eb99d8a6f4f2b9ee9b06eb41c5cfa7e1c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-12-13Sonar Critical Use a loggershubhada1-1/+1
Use a logger to log this exception Sonar Link: https://sonar.onap.org/component_issues/index?id=org.openecomp.appc%3Aappc#assignees=Shubhada|resolved=false Location: src/main/java/org/openecomp/appc/instar/dme2client/Dme2Client.java Line No:169 Change-Id: I748f2ce5efd869a88e6e8bae227b15ee09fff270 Issue-ID: APPC-289 Signed-off-by: shubhada <SV00449682@techmahindra.com>
2017-12-10fix netconf and healthcheck adaprot for SonarTaka2-31/+0
Change-Id: I06c22b055d3cbf3826062f85a0878f488c0696cd Issue-ID: APPC-341 Signed-off-by: Taka <tc012c@att.com>
2017-12-07Fixed several Sonas blockerTaka3-4/+2
Change-Id: Iea0a227957092101094ac99967efdb552453363d Issue-ID: APPC-337 Signed-off-by: Taka <tc012c@att.com>
2017-12-05Removing sdnc version propertiesPatrick Brady11-34/+6
These versions are provided by the ccsdk parent pom and should not be duplicated. Change-Id: I2d013a2b4d46dcf41f2757cc3acb3b6a16c6353f Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-321
2017-12-05Client Library Guide requires updatesTaka1-1/+1
Change-Id: Id8d7c945e449b042dfa4b5703e36fd9e96f08d94 Issue-ID: APPC-334 Signed-off-by: Taka <tc012c@att.com>
2017-12-05User Guide requires under asynchronous responseTaka1-2/+2
Change-Id: Ic9b8a5e0f24b101a21922563fe34c2b0650e0d54 Issue-ID: APPC-333 Signed-off-by: Taka <tc012c@att.com>
2017-12-05APPC Logging Guide requires formating updatesTaka1-1/+1
Change-Id: Icee204c1438c3d3e44e9fbe14cee2f11448e3621 Issue-ID: APPC-332 Signed-off-by: Taka <tc012c@att.com>
2017-12-05Revise APPC LCM API GUIDETaka1-1/+1
Change-Id: Ic383afa7d2e373433c511cbcf966443a08a9968d Issue-ID: APPC-331 Signed-off-by: Taka <tc012c@att.com>
2017-12-04remove the unused import for iaas adaptorTaka1-21/+0
Change-Id: I89ee81b529c4f44d8b0fd3a1c91a7ec353bb7930 Issue-ID: APPC-330 Signed-off-by: Taka <tc012c@att.com>
2017-12-04remove unused import classTaka1-3/+0
Change-Id: If154d3a54dea173a4cb4c3a0178f6939132b0c77 Issue-ID: APPC-329 Signed-off-by: Taka <tc012c@att.com>
2017-12-04Remove unnecessary import classesTaka1-17/+0
Issue-ID: APPC-328 Change-Id: I5c60339f22c9f365b1659edac8f23aa1ddecac9a Signed-off-by: Taka <tc012c@att.com>
2017-12-04Correcting or skipping testsPatrick Brady7-29/+67
These tests seem to be designed to timeout and fail. The resulting exception is either caught or put as an expectation of the test. The tests do not actually test anything and are causing 30 minutes of build delay. Change-Id: I177839c0f08f2c4bd8895e0626f49476b4ed7e85 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-276
2017-12-01remove unused import classes based Sonar reportTaka1-6/+0
Issue-ID: APPC-323 Change-Id: Iddd502ebfd055fe04a7a9ffa4356d61f3e007487 Signed-off-by: Taka <tc012c@att.com>
2017-12-01Missing plugin versionPatrick Brady1-0/+1
Yang plugin had missing version causing build failure. For some reason, it just now became an issue. Change-Id: I5519bb95e6bba0a009fabc24b82a79afb730614a Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-324
2017-11-21Bug Fixes in DG's chef ,Ansible and Encry toolkusuma kumari M4-200/+200
Issue-ID: APPC-320 Change-Id: I7ba57aa0018fa415987dee98d8d4d8a21453dbd0 Signed-off-by: kusuma kumari M <km583p@att.com>
2017-11-21removed unused import class to solve sonar issueTaka1-1/+0
In order to get Sonar result less issues for APPC Change-Id: I7a857b3145ab48e7de9e6d8f5bc765c00cbf1b89 Issue-ID: APPC-317 Signed-off-by: Taka <tc012c@att.com>
2017-11-20Actionlevel used to identify valid requestHandlerprashank1-12/+21
Change-Id: I7fbcf10321a5f2c169ebf018a60be1a44b719bf8 Issue-Id: APPC-312 Signed-off-by: prashank <prashant.kumar1@amdocs.com>
2017-11-20Fixed null payload issue for Stop ApplicationLina George1-1/+1
Issue-Id: APPC-316 Change-Id: I572f1c62f340a26de1900ee5367b0d913376ee16 Signed-off-by: Lina George <lg941u@att.com>
2017-11-17Bump minor versionJessica Wagantall179-194/+194
Bump minor version in preparation for Amsterdam branching. Change-Id: I83e13547f583db020d6f756ddb8918360c38903b Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Signed-off-by: Patrick Brady <pb071s@att.com>
2017-11-17Removing snapshot versionPatrick Brady2-2/+2
Change-Id: I55935cc98be694462deb010a2f32d4fb35b137f4 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-318
2017-11-14Update Release Notes and GuidesScott Seabolt3-4/+15
Updated APPC Release Notes and API and Client Library Guides IssueId: APPC-101 Change-Id: I950eb93b337504b8ef1686ca06ecd2f77c74f245 Signed-off-by: Scott Seabolt <js9808@att.com>
2017-11-07Changing to Amsterdam release versionv1.2.01.0.0-ONAP1.0.0-AmsterdamPatrick Brady179-194/+194
Appc will be realeased as version 1.2.0 since version 1.1.0 already was created spring 2017. Change-Id: I177931e892c2556c11a261f018fd835d62a14d54 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-314
2017-11-06Load correct dgPatrick Brady1-236/+334
Same change as was made in deployment project. Fix for vFW use case. The older version of a dg was being loaded which caused modifyConfig to fail. Change-Id: I1d8bc6a58cf6b4a4080cf59531739b1994b2198f Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-313
2017-11-06Add APPC Amsertdam Release NotesScott Seabolt1-0/+103
Added Release Notes for ONAP Amsterdam release Issue-Id: APPC-101 Change-Id: I7243e06b90c3277e364e185e463e24e41136b4a0 Signed-off-by: Scott Seabolt <js9808@att.com>
2017-11-02Updating APPC TitlesHector Anapan7-15/+15
Updating the titles in the APPC docs for title consistency and legiblity purposes. Change-Id: I603b8fa690630ce1d784fd51eabaecb230c90fe3 Signed-off-by: Hector Anapan <ha076r@att.com> Issue-Id:[APPC-303]
2017-11-01Fix missing SqlResource plugin reference in DGsSkip Wonnell4-5/+5
Change-Id: Icc45a0b01748ff1f78e66dd3674c8d6db0fa706f Issue-ID: [APPC-302] Signed-off-by: Skip Wonnell <skip@att.com>
2017-10-31New cdp-pal versionPatrick Brady1-1/+1
Change-Id: I37d351124f39aef341286ba6e1381b542c5ca89b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-301
2017-10-31Update DGs for Carbon and remove comments part 2Skip Wonnell111-2357/+137
Update plugins for Carbon CCSDK Update schemaLocation and namespace for Carbon CCSDK Remove license text comments since json files don't handle comments Change-Id: I6d7cdc7e082d3376b435d0549688a687b2f1cf6a Issue-ID: APPC-293 Signed-off-by: Skip Wonnell <skip@att.com>
2017-10-30Aai client is not installingPatrick Brady1-4/+4
Wrong versions and name in features file. Change-Id: I9a05da30fbd1528bbcfa2be93aeb9be362347161 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-296
2017-10-30Update DGs for Carbon and remove commentsSkip Wonnell7-616/+4071
Update plugins for Carbon CCSDK Format json Remove license text comments since json files don't handle comments Issue-ID: APPC-293 Change-Id: I6a227c804a424b0c3e49c3427391896ea1b06e15 Signed-off-by: Skip Wonnell <skip@att.com>
2017-10-30Add APPC OAM GuideScott Seabolt3-0/+549
Added the APPC OAM Guide and updated the index.rst file accordingly Issue-Id: APPC-298 Change-Id: I412d138bb4fd105c5ef4ea0f84c0d1442c9d7f44 Signed-off-by: Scott Seabolt <js9808@att.com>
2017-10-27Adding missing propertiesPatrick Brady1-1/+8
These properties exist in a few of the other parts, like directed graph and config. This was breaking artifact-handler. Change-Id: I4948d0969199c1a4aafe609333cb947235431853 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-296