aboutsummaryrefslogtreecommitdiffstats
path: root/appc-sequence-generator/appc-sequence-generator-bundle
AgeCommit message (Collapse)AuthorFilesLines
2019-05-08Change parent version1.5.0Patrick Brady1-1/+1
Change-Id: Iab2f1688569b315d157c578e2bd9accd39581bc5 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1601
2019-05-06Change to release parentPatrick Brady1-1/+1
Change-Id: I26d499688dbff828a7928799efe7740b581a1b1f Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1595
2019-03-15Revert "upgrade databind artifact"Patrick Brady1-1/+0
Fasterxml databind is being brought in to karaf by opendaylight and trying to force a different version for the appc components is causing class errors. This reverts commit 52cf1a81d591efb2b1ee4b8c5a70b137dfb6c212. Change-Id: I6d0da2ed081e4abd4b83e8b11935ba43bee0e1aa Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1533
2019-03-15added test case to CapabilityModelTest.javaSandeep J1-0/+6
to increase code coverage Issue-ID: APPC-1086 Change-Id: I111df5be541166b00e8eefe292bcd41191df27c3 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-03-13upgrade databind artifactTaka Cho1-0/+1
upgrade jackson's databind from 2.8.11.2 to 2.8.11.3 Change-Id: I9bf3ab8021f91f6ed36bdffdacbaeeac78d2e87c Issue-ID: APPC-1533 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-03-12added file to test CapabilityModel.javaSandeep J1-0/+58
to increase code coverage Issue-ID: APPC-1086 Change-Id: I47987b8d304db6447fc34ce869f5b16f10c6c6e9 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-03-12added missing licence to CapabilityModel.javaSandeep J1-0/+21
added missing licence Issue-ID: APPC-1086 Change-Id: I8062927427b4d61b9e96051facb7316c2be25233 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-02-27Added test cases for Sequence Generator classLathishbabu Ganesan1-0/+86
Increased the code coverage from 0% to 100% Issue-ID: APPC-1457 Change-Id: Id71298cb482a1c9ca00c3ced9685087e56c249ca Signed-off-by: Lathishbabu Ganesan <lathishbabu.ganesan@ericsson.com>
2019-02-25Changes for new odl versionPatrick Brady4-29/+9
Changes required to update to latest opendaylight version. Some powermock tests have been temporarily removed due to an powermock incompatibility. They will be fixed and re-added. Change-Id: I418d44913fcd42423d2d9bd37b189f6301eaab81 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1370
2019-02-21Change seq generator to blueprintPatrick Brady6-317/+23
Change-Id: Ib46f149f3c4f7b838beb58f75bc20269ac945a3a Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1368
2019-02-21Remove duplicate versionsPatrick Brady1-2/+1
These versions are inherited from opendaylight parent poms. Removing the override for these inherited versions. Change-Id: I83b374e4d8815e21fd48bedbe4dd46bc246e44a4 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1355
2019-02-14Check vm-capabilites on vnf-level OS requestsLori Keighron54-1416/+3010
New per-vm capabilities checking is introduced for vnf-level OpenStack actions Additional changes per initial review. Additional changes in TestVnfc.java per second review. Change-Id: Idd1d834df076c1e525f596b788b69ed63ba9e66b Issue-ID: APPC-1380 Signed-off-by: Lori Keighron <lk2924@att.com>
2019-02-05Add coverage for seqgen-providerJoss Armstrong4-77/+204
Added coverage for untested package Issue-ID: APPC-1386 Change-Id: I6b6d74c54982dd327176a2e1e5f3c873be9dbb89 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2019-01-23added test case to SeqnceGeneratorInputBuilderTestSandeep J1-0/+8
to increase code coverage Issue-ID: APPC-1086 Change-Id: I92d70ffe615bb0116d5928cda954b287ea807b99 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-21Added Junit test file for RequestInfo.javaezhil1-0/+68
Change-Id: I715d86976b1a328ce463701add3967a559ae1b7e Issue-ID: APPC-1320 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-18added test file for SequenceGeneratorInputBuilderSandeep J1-0/+86
to increase code coverage Issue-ID: APPC-1086 Change-Id: Ibebd0df80d998c596aa1b5e06950898a735d2256 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-17Added junit test file for ResponseTest.javaezhil1-0/+61
Change-Id: I89a6669bb6ce209e0f01b616530b87ee2048f3f3 Issue-ID: APPC-1316 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-10Added JUNIT test for PreCheckOption.javaezhil1-0/+64
Change-Id: Id50d6b00a1c86ca5a350dc0f5f36f0decc28d413 Issue-ID: APPC-1314 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-09Added Junit test file for ActionIdentifier.javaezhil1-0/+44
Change-Id: Ia9a2a0df159448354ed094875e5ba16316a87432 Issue-ID: APPC-1315 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-09Added test file to Transaction.javaezhil1-0/+107
Change-Id: I75419387c7b36790c5e41f9577672bcb1c65eba4 Issue-ID: APPC-1307 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-08Change parent version to appc snapshotPatrick Brady1-1/+1
Changing to the current release snapshot version of the appc parents instead of the previous release version. This allows updated changes to parents to be in builds. Change-Id: I6cec484012c2cb48ee1ea7f10fd058d017f00947 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1304
2019-01-07Update parent pom versionPatrick Brady1-1/+1
Update the parent version to appc parent 1.4.1 Change-Id: I185d086595bed6410f7fd6b8c139cc6300e4467e Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1304
2019-01-02Fixed sonar in SequenceGeneratorDBservices.javaezhil1-8/+20
Change-Id: I9931d24771399dedb8c7884d1009d6c3cb84ba16 Issue-ID: APPC-1297 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-12Increment version numberPatrick Brady1-1/+1
Changing to version 1.5.0-SNAPSHOT Change-Id: I1e0773d16cb058ac2fb96718581cfbf8d716a2e0 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-10-11Roll to next version after releasePatrick Brady1-1/+1
Change to version 1.4.1-SNAPSHOT Change-Id: Ie6238743cbe2bebeb122ce3985fb2488d9a6c62e Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-10-09Change to released parent pomsPatrick Brady1-1/+1
Change-Id: I298b1ac52c849320b67c649017b3604490a5063b Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-09-26Add versions to pom filesPatrick Brady1-0/+1
Adding version tags that were left out of the last version tag commit Change-Id: I4a0d82b33571794664be215303ddc953203a253a Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1208
2018-08-19fixing common-collection 3.2.1 security issueTaka Cho1-1/+12
changed pom.xml and features.xml to keep common-collection to 3.2.2 Change-Id: I3ccd44d61f2e58edae9de6d7042cdb752bbd73cb Issue-ID: APPC-1018 Signed-off-by: Taka Cho <tc012c@att.com>
2018-08-14Karaf 4 for appc-inboundPatrick Brady1-5/+0
Change-Id: I94f8b31e509d0e231e36b8b8d2871ad10bdf02f8 Issue-ID: APPC-1148 Signed-off-by: Patrick Brady <pb071s@att.com>
2018-08-14Karaf 4 for 2 featuresPatrick Brady2-4/+7
appc-ansible-adaptor and appc-sequence-generator Change-Id: I1f2e8727f899486df84c75350737a7a91bbb1039 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1142
2018-08-13Karaf 4 for appc-dg featuresPatrick Brady1-0/+5
Including appc-dg-util, appc-dg-shared, and appc-ssh-adapter Change-Id: Ia137a87c560438d23f7858e0f4068717891be076 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1137
2018-07-10Added seq generator changes for vnf level actionsGeorge, Lina (lg941u)41-991/+1291
Issue-ID: APPC-921 Change-Id: I43c2cb044783ce4cd74f9685a333b52e4c7ad1fe Signed-off-by: George, Lina (lg941u) <lg941u@att.com>
2018-06-14Update license header in appc xml filesJohn McClung1-2/+1
More license header changes to miscellaneous appc xml files to reflect the 2018 changes. Change-Id: Ia71a0711235ab56bf2cd83719964bc12d7aa420b Issue-ID: APPC-1004 Signed-off-by: John McClung <jm1364@att.com>
2018-06-11Remove lic header from appc sequence gen json fileJohn McClung11-297/+0
The license header in the appc-sequence-generator json files are causing a json syntax error, so I am removing the license header to resolve this issues. Change-Id: Ieea56a7af19e70788a14d5b05f88089a718a5307 Issue-ID: APPC-995 Signed-off-by: John McClung <jm1364@att.com>
2018-06-08Update lic header in appc sdc-listener and seq-genJohn McClung20-40/+20
Modify license header in appc-sdc-listener and appc-sequence-generator java files to reflect 2018 changes. Change-Id: Ic8537a259b30949c200c47e050d11c3320163371 Issue-ID: APPC-990 Signed-off-by: John McClung <jm1364@att.com>
2018-05-22Increment version for new branchPatrick Brady1-1/+1
Change from version 1.3.0-SNAPSHOT to 1.4.0-SNAPSHOT and update version file. Change-Id: I6b54c3e3b97c3ef0a554fb173d0dd261ca2107d3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-916
2018-04-09Add junit coverage to RequestInfoBuilder classIrwin Dunietz1-0/+124
Introduce junit-tests for RequestInfoBuilder class Change-Id: Iffbe36a0de850f3346b754a8ec7ced092e960f01 Issue-ID: APPC-840 Signed-off-by: Irwin Dunietz <id1681@att.com>
2018-02-21Update license text part 3Skip Wonnell1-0/+24
Issue-ID: APPC-637 Change-Id: I361c457acd27099294365f8ee3aeb167cd7fcafd Signed-off-by: Skip Wonnell <skip@att.com>
2018-01-11Clean up license text in appc-sequence-generatorSkip Wonnell21-79/+180
Change-Id: Ieffb4cf98c4b9d14943673fd480247770fc013c5 Issue-ID: APPC-396 Signed-off-by: Skip Wonnell <skip@att.com>
2018-01-09Rename file due to case conflict on windowsSkip Wonnell2-2/+2
Both Start.json and start.json exist in appc-sequence-generator-bundle/src/test/resources/output. This causes issues when working in a windows environment as both files cannot exist. Renamed Start.json to Start2.json and updated the test accordingly. Change-Id: I0b3fdf673dc71e2886c9e3f66e261c9aa7bc2e93 Issue-ID: APPC-380 Signed-off-by: Skip Wonnell <skip@att.com>
2018-01-04Updated SDC listener and dependent bundlesRamya Balaji36-1222/+2297
Changes related to SDC adapter.Also includes sequence generator changes and changes to appc-dg-shared. Issue-ID: APPC-355 Change-Id: Ib8a0b1d304199db6d2595291539b266885842d63 Signed-off-by: Ramya Balaji <rb111y@att.com>
2017-12-21enahance Sonar coverage rateTaka1-2/+0
Change-Id: I08fbb09495a400cdfb85489ed2f964d6c63aa737 Issue-ID: APPC-323 Signed-off-by: Taka <tc012c@att.com>
2017-12-13Fourth part of onap renamePatrick Brady1-1/+1
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 Brady19-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-13First part of onap renamePatrick Brady25-124/+124
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-11-17Bump minor versionJessica Wagantall1-1/+1
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-07Changing to Amsterdam release versionv1.2.01.0.0-ONAP1.0.0-AmsterdamPatrick Brady1-1/+1
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-09-13validate mandatry vnfc vm info is absent in inventmojahidi5-83/+214
when the vnfc SMP is mandatory in the dependency-info block but its corresponding vm details/info is not present in the inventory info validation error should be thrown Issue-ID:APPC-204 Change-Id: I606da8ce086423cf3f23c87ab0166bfb9935875b Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-09-07Change to CCSDK and ODL CarbonPatrick Brady4-15/+10
Change-Id: I49a0f436e366ff4a1b99705fb6bb5e7ba82e6ecc Signed-off-by: Patrick Brady <pb071s@att.com> Issue-Id: [APPC-91] Issue-Id: [APPC-158]
2017-08-18Initial commit for Sequence GeneratorKalpesh Chaniyara53-0/+5959
Added sequence generator for start and stop action with dependency model Removed java check style from json files from license maven plugin JIRA Issues : APPC-33,APPC-106 Issue-Id : APPC-106 Change-Id: I7f12d39b705d77d559790a10b914b8108f5faa5e Signed-off-by: Kalpesh Chaniyara <kalpeshkumar.chaniyara@amdocs.com>