aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2017-10-27Update DG pluginsLina George4-4/+4
Issue-ID: APPC-286 Change-Id: I00c6e34abc29e5f9f4df8551321eb3abe53c4347 Signed-off-by: Lina George <lg941u@att.com>
2017-10-27Changes to vnfc reference processingRamya Balaji2-2/+20
Logic changed to delete existing records for vnf then insert new records per incoming reference artifact. Issue-ID: APPC-297 Change-Id: Iaec59463a41113923cb330c922e83a6061050dd2 Signed-off-by: Ramya Balaji <rb111y@att.com>
2017-10-27Update cdp-pal versionPatrick Brady1-1/+1
Change-Id: I0c15ea5e1d510fe035a233381ceadfc9a8ca300d Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-285
2017-10-26Fixing problems with features filesPatrick Brady18-34/+42
In progress. Change-Id: Idb0d3f13eaa89d9241f4c543f1222c14ea288f2f Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-296
2017-10-25Changing site urlPatrick Brady1-1/+1
Looks like content was missing from the url Change-Id: I61583b23d91002a23d9f4c4ea08b14dafaae131f Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-266
2017-10-25New cdp-pal versionPatrick Brady1-1/+1
The new .25. version of cdp pal is on maven.org now Change-Id: Iaa07ad9f3a12089c483b0b8443dc4bebef6d732e Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-285
2017-10-25Upload dgloader JAR w dependencies to Nexus RepoHector Anapan-Lavalle1-0/+31
This change uses the shade maven plugin to be able to deploy the dg-loader JAR version that carries the dependencies needed to trigger the dg-loader commands appropriately in platform-logic/installer/src/main/scripts/install-converted-dgs.sh Change-Id: I7a0980a29eb63a01b5e31c6a3788f85453cab8e8 Issue-Id: [APPC-287] Signed-off-by: Hector Anapan-Lavalle <ha076r@att.com>
2017-10-25New version of ccsdkPatrick Brady1-1/+1
Updating to the release version of ccsdk which has dependencies listed differently to fix resolution errors which were causing javadocs to fail and a lot of other warning to show up. Change-Id: I756d87a872d31636323504e71f95d29cd7d9ab7c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-266
2017-10-25Sonar Critical Use a loggerShubhada Ramkrishna Vaze1-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/sdc/listener/SdcCallback.java Line No:142 Change-Id: I6d1ce3e3847af7a81496b0a0b4425a11bab24a88 Issue-ID: APPC-290 Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
2017-10-24Added APPC User GuideScott Seabolt9-0/+1278
Added the APPC User Guide Identity-Id: APPC-103 Change-Id: I91b24ff47c2d7a670728b4c67147db5d9bf7d1d1 Signed-off-by: Scott Seabolt <js9808@att.com>
2017-10-23Updating APPC Guides with LicenseScott Seabolt5-30/+371
Updated APPC Guides with License and added the APPC Logging Guide Issue-Id: APPC-284 Change-Id: Ic54100636ddb229a3257e336e184d3588e92877b Signed-off-by: Scott Seabolt <js9808@att.com>
2017-10-19Change ECOMP by ONAPEric Debeau1-7/+7
Change-Id: I0285454e18d52257f992b1283ddad4246a781aa8 Issue-ID: DOC-104 Signed-off-by: Eric Debeau <eric.debeau@orange.com>