aboutsummaryrefslogtreecommitdiffstats
path: root/appc-adapters
AgeCommit message (Collapse)AuthorFilesLines
2020-12-07Fix LCM evacuate issueMarcin Wilk1-0/+1
The code was missing reset() call on RequestContext prior calling the waitForStateChange, which relies on the reset attempt value. As a result, the code didn't wait for the VM status change. Issue-ID: APPC-1913 Signed-off-by: Marcin Wilk <m.wilk@samsung.com> Change-Id: Ib80bb154e6380dd6a90077179db41117ec74e31b (cherry picked from commit 443c060154392b18cd3bd358cafd6a643636eba6)
2020-12-04Fix NoClassDefFoundError for HTTPS connectionsMarcin Wilk1-1/+1
Missing Import-Package entries in pom.xml file for appc-iaas-adapter-bundle module prevents from successfull communication to managed OpenStack over HTTPS Issue-ID: APPC-1911 Signed-off-by: Marcin Wilk <m.wilk@samsung.com> Change-Id: Ic7605532b70bce78944b405138b7212f268d4c07 (cherry picked from commit e2c031cc1046812af05c8564fa7d000447e8ed49)
2020-12-03Fix LCM migrate issueMarcin Wilk1-0/+1
The code was missing reset() call on RequestContext prior calling the waitForStateChange, which relies on the reset attempt value. As a result, the code didn't wait for the VM status change. Issue-ID: APPC-1912 Signed-off-by: Marcin Wilk <m.wilk@samsung.com> Change-Id: I5e47a789ae8529ce461326fe25003362a4e42ec5 (cherry picked from commit 7c8a9e1f3b759089c935231cb7d2d950429b33a3)
2020-05-22Increment version to 1.7.3-SNAPSHOTPatrick Brady44-45/+45
Change-Id: I41e19b982bbcf5f84e63d13591a0e9df71650a50 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-05-21Correct version to 2.7.2-SNAPSHOTPatrick Brady44-45/+45
Change-Id: Ibdb931b68dfc41420396faf8db3fbc5c81e75160 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-05-21Change parent to release version 2.7.2Patrick Brady51-52/+52
Change-Id: Id2788d2f1abf23e618aaa914ff6f604863b58c70 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-05-05Increment version to 1.8.0-SNAPSHOTPatrick Brady44-45/+45
Change-Id: Ia39d2dbe393d3ce325abae026e94cd5b761f096c Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-05-04Rename the fields to match the regular expressionRupinder1-52/+52
Issue-ID: APPC-1859 Change-Id: Ia8ab60d61f2f077e87b9c9eb165637acf8746403 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-04Rename the fields to match the regular expressionRupinder3-21/+21
Issue-ID: APPC-1859 Change-Id: Id60e1a8df6cf03c1956904bbcf3a5802501ec5fb Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-04lowered code smellsRupinder4-29/+29
Issue-ID: APPC-1859 Change-Id: I4ec9adbc3070ca3371c948e4a01c7c869e1fd24a Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-04-28sonarFixes. reduce code smellMamtha2-5/+4
Issue-ID: APPC-1858 Change-Id: I5cfdba67456b0fcbd566117584471e6616e888e7 Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
2020-04-21Reduce code smellsMamtha1-11/+8
Issue-ID: APPC-1858 Change-Id: Id6dde417125b0c51426284dbcfa27cb7b8802822 Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
2020-04-17Code smell fix for appc-ansible-adapter-bundle moduleMamtha2-18/+11
Issue-ID: APPC-1858 Change-Id: I20362c71c8c54def706bb2fe94970ab18965d62d Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
2020-04-15indentation corrected with spacesMamtha1-1/+1
Issue-ID: APPC-1858 Change-Id: I3e5d8404b32e9432e89587942173464a516ef6c5 Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
2020-04-15code smell. Corrected suggested formatingMamtha1-5/+6
Issue-ID: APPC-1858 Change-Id: I9e384a71e756e2fd168be7d30ad726dfe08b261d Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
2020-04-06improved code structureRupinder3-5/+0
Removed code smells Issue-ID: APPC-1859 Change-Id: I241ac80a75fdebfb9048349ae993a891a7a9642d Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-01Increment version to 1.7.2-SNAPSHOTPatrick Brady44-45/+45
Change-Id: I125f12f8193f27e6827a270bb7d5ec12c3295020 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-03-31Change parent to release version 2.7.1Patrick Brady51-52/+52
Change-Id: I87d105f7c59c0e65bc12ef5e92f708696081f7b1 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-02-17Remove unused feature.xml files in appcvrvarma6-237/+0
features.xml file is no longer used in odl Change-Id: Id33c240f79d30b8dcff525c37b21eae2c717ab10 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: APPC-1832
2020-02-06build with ONAP-ODL distTaka Cho2-2/+0
ODL provides ONAP distribution for Neon SR1 Issue-ID: APPC-1731 Change-Id: I21b26f4ddf6ac9940e7162b9e1fa081e4b25c269 Signed-off-by: Taka Cho <takamune.cho@att.com>
2020-01-27Change parent to version 2.7.1-SNAPSHOTPatrick Brady51-52/+52
Change-Id: I5fa014f96f20dad8a6ed4bc2d7a73641ff7846c4 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-01-21Increment version to 1.7.1-SNAPSHOTPatrick Brady44-45/+45
Change-Id: I1d1528e9029510ac14f7b527b245854df48c3d9a Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-01-14Change parent to release version 2.7.0Patrick Brady51-52/+52
Change-Id: Idf46f142fb571a01575ba146c2a0f32b7541d142 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-01-10ansible chnages for adding configdata and bugfixesModaboina, Kusumakumari (km583p)5-20/+135
Change-Id: Ide9528baa569815198b18951af7f355c7c7e54d8 Issue-ID: APPC-1786 Signed-off-by: Modaboina, Kusumakumari (km583p) <km583p@att.com>
2019-12-16Fix inconsistent use of encrypt methodPatrick Brady1-3/+3
The appc Configuration class handles decryption of encrypted passwords with no additional method calls needed. This change removes the incorrect call the the EncryptionTool encrypt method. Change-Id: I3b9664911d087da25919ae96db038008b8427e24 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1766
2019-12-09VNFC Support for Ansible actionsLukasz Rajewski2-5/+137
Introduced AutoNodeList parameter for ansible request template which allows to generate NodeList section from infromation about VMs and VNFC in the AAI. List is being filtered by vnfc-name,vserver-id, vnfc-type and vf-module-id parameters which can be specified in the request-parameters of payload section. Change-Id: I3d5b79ab6ff778116856b513612721a9637363df Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Issue-ID: APPC-1729
2019-11-08Change code to use dmaap microservicePatrick Brady2-2/+6
Change method calls that used to go to the dmaap adapter, to now go to the appc service communicator, which connects to the dmaap micro service. Change-Id: I619fcb408e14fa0b926950192463d9c92ab7dbba Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Cleanup of dmaap adapterPatrick Brady15-1308/+28
Remvoing the part of the appc-dmaap-adapter that uses the dmaapClient library. This part of the code was not being used and the dmaap client library has not been updated for a long time. Also removed several un-used dependencies. Change-Id: I690afaecbfe53d88576c43aa8d114fde54c0fe48 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-10-18Revert "update mockito version in APPC"Patrick Brady12-48/+1
The version is in the parent files again. This reverts commit c13a9c95e47b072afb701ad490480036ef36db26. Change-Id: Ie6cb57e8b1b8efbf5e516820efbbfb144791b97f Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1767
2019-10-15update mockito version in APPCTaka Cho12-1/+48
sonar does not take the test coverage from parent pom file Issue-ID: APPC-1767 Change-Id: Ic6530ddc553b404f49937d61481ca2e076362e64 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-10-10replace deprecated JsonSerialize.InclusionTaka Cho1-5/+2
@JsonSerialize(include = JsonSerialize.Inclusion.NON_NULL) was deprecated use @JsonInclude(Include.NON_NULL) instead to suppress when property is NULL Issue-ID: APPC-1764 Change-Id: I1bbe10a156166bc37a167122ff68d1dc183fcd2f Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-10-09remove duplicated artifact in chef adapterTaka Cho1-6/+0
there are two org.apache.httpcomponents:httpclient defined in pom file, keep a one from line 63-67 Issue-ID: APPC-1763 Change-Id: Ifd132e316e05c795d68618f8bd13ba6180d55adf Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-10-08Neon SR1 upgradeTaka Cho59-115/+104
change pom files for ODL Neon SR1 upgrade Issue-ID: APPC-1749 Change-Id: Ib10ff74852a2b38933c0df034c71e21665430f62 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-10-08Set appc parent 2.7.0-SNAPSHOTPatrick Brady51-52/+52
Change-Id: Ib68d389e9e39951e47b785550134729a9f678497 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-10-08Increment version to 1.7.0-SNAPSHOTPatrick Brady52-53/+53
Change-Id: I5c9c5141f39a653e6604551488e955c2f0a68004 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-10-01Sonar Fix: TerminateStack.javaArundathi Patil1-2/+1
Fixed sonar issues in this file Issue-ID: APPC-1745 Change-Id: I1e750cfa8f7d4628fca0c9af0051fdfa69778977 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-10-01Sonar Fix: MigrateServer.javaArundathi Patil1-15/+13
Fixed sonar issues across this file Issue-ID: APPC-1740 Change-Id: I8c2377a99a5de9e9926bc96288e51dfe438d0fa0 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-10-01Sonar Fix: LookupServer.javaArundathi Patil1-5/+5
Fixed sonar issues across this file Issue-ID: APPC-1739 Change-Id: Iabbaada720d8b3f2ee3916a0d663b90f8fe23bcb Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-10-01Sonar Fix: CreateSnapshot.javaArundathi Patil1-15/+15
Fixed sonar issues across this file Issue-ID: APPC-1738 Change-Id: Iba43b24d4ae4c14197eed2e5159a4a00dfcfe00b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-26Change to snapshot parent versionPatrick Brady51-52/+52
Change to appc parent version 2.6.3-SNAPSHOT Change-Id: I51e4485098a271ff80de64ea6c20a81df94c7d8f Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-09-26Increment version to 1.6.5-SNAPSHOTPatrick Brady52-53/+53
Change-Id: Ic0e49aef6dc78b1a55e8c7c051e716339f3802f6 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-09-20Set appc parent 2.6.2Patrick Brady51-52/+52
Change-Id: I4d3fe28ac744a62b448816fe14b645f19a3e5209 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1735
2019-09-17Increment version to 1.6.4-SNAPSHOTPatrick Brady52-53/+53
Change-Id: I0dfdd848265f21e1584903ea14aa4df6d08a2f94 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-09-17Sonar fix- APPC-1715Arundathi Patil2-6/+7
Fixed multiple sonar issues across this file Issue-ID: APPC-1715 Change-Id: I5a7df4bde164b8ec3c8f91f07646d0630d52fa59 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-17Sonar Fix: APPC-1716Arundathi Patil2-5/+10
Fixed sonar issues across this file Issue-ID: APPC-1716 Change-Id: Ic9d8d1c0ff22c9d0cc9831793d1e3550e5f62897 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-17Sonar fix: APPC-1717Arundathi Patil2-7/+10
Fixed sonar issues across these files Issue-ID: APPC-1717 Change-Id: I25fc139344e88d389e24b91a7d6796fea6f251c2 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-11Change to released parent 1.6.1Patrick Brady51-52/+52
Change-Id: Ieb506dd5bcc146a45c9e75ec27641f80245548e3 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-09-11Increment version to 1.6.3-SNAPSHOTPatrick Brady52-53/+53
Change-Id: I2b1b8329dbad5a8d6cc5ae96e8c44af1ab3d54ea Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-08-30Changes to fix feature installsPatrick Brady8-64/+5
Feature installs were causing karaf to freeze following the upgrade to the Fluorine SR2 version of ODL. These changes correct the problems. Change-Id: I8e5a41ba6816da782fea3ebaef3b6918cfc1ad4c Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1630
2019-08-30Change parent version to snapshotPatrick Brady51-52/+52
Changing the parent version to snapshot in order to build with the new version of appc parent which has the Fluorine SR2 ccsdk parent poms. Change-Id: I03d9a0d38b6d97bab17cd887562ae42ed1b19611 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1630