aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-09-16Changed to unmaintainedHEADmasterKenny Paul1-6/+6
Issue-ID: CIMAN-33 Signed-off-by: Kenny Paul <kpaul@linuxfoundation.org> Change-Id: I5f9d4ab91909aa3d9fc816a85d92a366714c5e9b
2021-01-14Refactor property loggingMarcin Wilk1-6/+13
Log property values in a consistent way during the initialization. Hide passwords/secrets if not at DEBUG level. Issue-ID: APPC-1916 Signed-off-by: Marcin Wilk <m.wilk@samsung.com> Change-Id: I89fbb1ab74001ba3ca0dc39c275c5340f700a6b1
2021-01-14Fix property loggingMarcin Wilk1-2/+2
Make property values logging consistent across default/file/command line properties during the initialization. Issue-ID: APPC-1915 Signed-off-by: Marcin Wilk <m.wilk@samsung.com> Change-Id: I3353623235dfa2fb8e74057158a52920726f92d5
2020-12-04Fix 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
2020-12-03Sonar code smell fixesMamtha1-29/+29
Issue-ID: APPC-1858 Change-Id: I5b3661ab82e916f08ed6d0790acb497ad72f299f Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
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
2020-11-30Fix 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
2020-11-30Fix vm-id URL parsingMarcin Wilk1-1/+1
vm-id APPC request parameter contains a full OpenStack nova VM URL, which is not parsed correctly. This prevents any APPC LCM requests from successfull completion Issue-ID: APPC-1902 Signed-off-by: Marcin Wilk <m.wilk@samsung.com> Change-Id: I1fd1432ad81d432b51055e99c3697f3280f82e9a
2020-07-09Added x-onap-requestorid to common-header for LCM commandsPaira, Saurav (sp694w)4-1/+19
Issue-ID: APPC-1899 Signed-off-by: Paira, Saurav (sp694w) <sp694w@att.com> Change-Id: I320196f0357a929c8e88645c4a3ab6dec3052587
2020-06-16reorder the modifierRupinder3-4/+4
Issue-ID: APPC-1859 Change-Id: I494466f4d84c8347b52e7a530b48a73ddee278b1 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-06-15replace the type specification in the constructorRupinder5-8/+8
Issue-ID: APPC-1859 Change-Id: I27984aa94a3107f5cfa7ed5b7efd1ea1ee785e64 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-06-06optimize size and time using "--no-cache-dir"Pratik Raj1-1/+1
Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages by pip don't cached on system . This is a best practise which make sure to fetch ftom repo instead of using local cached one . Further , in case of Docker Containers , by restricing caching , we can reduce image size. In term of stats , it depends upon the number of python packages multiplied by their respective size . e.g for heavy packages with a lot of dependencies it reduce a lot by don't caching pip packages. Further , more detail information can be found at https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6 Issue-ID: APPC-1887 Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: Iaf92c95eae404706828c346ac02cf0f63c71f5e2
2020-06-04lower code smellsRupinder6-15/+14
Issue-ID: APPC-1859 Change-Id: I6d0a7563199355a446345f568415a78856c0cfa6 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-06-03Renamed local variable to match the regular expressionRupinder2-9/+9
Issue-ID: APPC-1859 Change-Id: Ie465c14b37705e98ec289f43c574780a31fe4121 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-06-03Renamed local variable to match the regular expressionRupinder1-57/+57
Issue-ID: APPC-1859 Change-Id: Iaddff797c8e86ea38a826592fa67c2f5ddac04a9 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-06-03Update css file name in conf.pylf-jobbuilder1-1/+1
ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I26f4c09aaf4a587b663453b7cbc6fba6161ffa22
2020-05-28Update INFO.yamlTaka Cho1-5/+11
Update INFO.yaml Issue-ID: APPC-1883 Change-Id: Idc553fff8c654117290d76cf24236bdeb2c92cee Signed-off-by: Taka Cho <takamune.cho@att.com>
2020-05-23add 1.7.2 docker in release noteTaka Cho1-1/+1
add 1.7.2 docker in release note Issue-ID: APPC-1880 Change-Id: Ie071aaef09672370b050546ca846e35ce1fad3a2 Signed-off-by: Taka Cho <takamune.cho@att.com>
2020-05-21Change parent to release version 2.7.2Patrick Brady234-235/+235
Change-Id: Id2788d2f1abf23e618aaa914ff6f604863b58c70 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-05-21fixed JUnits in 2 test classesRupinder2-0/+4
Issue-ID: APPC-1859 Change-Id: I03854bd43a753d520ea98d48bbbcf128ed27f849 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-20fixed jUnit in 3 filesRupinder3-0/+10
Issue-ID: APPC-1859 Change-Id: I911bb2dc4fa46a73cc7ffc60712b66e1902403fe Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-20fixed jUnits in TestAaiService.javaRupinder1-1/+11
Issue-ID: APPC-1859 Change-Id: I1b6b8ba47126aeffdbb0cf8feeb909a4cfb8fa1c Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-20fixed jUnits in 5 filesRupinder5-0/+12
Issue-ID: APPC-1859 Change-Id: I4ac447fc9884b30aa07924137d0142b97e43e8a0 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-19fix minor link in release noteTaka Cho1-1/+1
fix minor link in release note Issue-ID: APPC-1880 Change-Id: If8fb8104a421afb3311a350c150b860bb339a4b6 Signed-off-by: Taka Cho <takamune.cho@att.com>
2020-05-19added assert statement in dbServiceTest.javaRupinder1-1/+10
Issue-ID: APPC-1859 Change-Id: If145687a4cd9f5a71b9f0da2a65f5211d6653ec0 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-19added assert statements in Test classesRupinder5-2/+13
Issue-ID: APPC-1859 Change-Id: I0a5efe00032124475e53f5ade9a659f714fdaca7 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-19fixed JUnits in 3 filesRupinder3-0/+9
Issue-ID: APPC-1859 Change-Id: I8b27ea7dd6f0e30f05297544aaef795695e150f8 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-18update release note for FrankfurtTaka Cho1-0/+123
APPC release note updated for Frankfurt release Issue-ID: APPC-1880 Change-Id: I1bff2a6f8f2d6f032033fb80ccc22796be608823 Signed-off-by: Taka Cho <takamune.cho@att.com>
2020-05-18added asserts statements in 5 JUnitsRupinder4-0/+7
Issue-ID: APPC-1859 Change-Id: I121ff2a1514310ccffdecdf2a1bcc78e62f0dbff Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-18added assert statements in 4 jUnitsRupinder4-0/+9
Issue-ID: APPC-1859 Change-Id: I82620e573e99fab83870da8402947989d3497895 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-18added asserts statements in JUnitsRupinder2-0/+8
Issue-ID: APPC-1859 Change-Id: I7fbc6a536e0f3fc40d652c3cc402fcb0b9fc7020 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-16added assert statements in jUnitsRupinder4-0/+8
Issue-ID: APPC-1859 Change-Id: I80ce69ae34b7560bef1b1be06b8c3bb9fef73e22 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-16added atleat one assert statement in test caseRupinder5-1/+12
Issue-ID: APPC-1859 Change-Id: I0aa503664224aa2f6d1ced5faff59f7156609693 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-15worked on code smellsRupinder2-9/+5
Removed some unused imports and reorder the modifiers to comply with java language Issue-ID: APPC-1859 Change-Id: Ieaf032f7d4466186b4813e6dcee5c475e4472d4d Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-15reduced code smellsRupinder6-10/+5
Issue-ID: APPC-1859 Change-Id: I7d0fae3e0ebc9ad3512fb0010381a4506e81128d Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-14lower code smellsRupinder7-11/+6
Issue-ID: APPC-1859 Change-Id: If95047a9f6b568c8ef4796d48572c23a36ac36fc Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-14lowered code smellsRupinder6-10/+4
Removed some unused imports and reorder the modifiers according to java standards. Issue-ID: APPC-1859 Change-Id: Icb7d6129f583140949d5aef7a20199cc4a03425f Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-14removed code smellsRupinder7-9/+5
Issue-ID: APPC-1859 Change-Id: I02807b0d4bbc3b1d47945e4ff397647a06eb5e03 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-13add back ConfigModifyTaka Cho1-2/+2
when selecting ConfigMofidy with Netconf xml protocol, DEVICE_INTERFACE_PROTOCOL table is empty Issue-ID: APPC-1879 Change-Id: I0d29caad47700ad5207ee1d1393aa246e775ea03 Signed-off-by: Taka Cho <takamune.cho@att.com>
2020-05-06lowered code smellsRupinder2-29/+29
Issue-ID: APPC-1859 Change-Id: I72ead8caf7c34efbd62d215e7d55a688c5cfe5e5 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-05Increment version to 1.8.0-SNAPSHOTPatrick Brady255-275/+275
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-10Fix Directories with spaces and 'Aric Gardner67-7/+7
Directories with spaces and ' break intersphinx linking Issue-ID: CIMAN-376 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> Change-Id: Idf41f31e6da9a60c10c7b6c2e3cc68f0a6d47d80