aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/src
AgeCommit message (Collapse)AuthorFilesLines
2017-12-04Added v12 swagger with bulk add api'sMaharajh, Robby (rx2202)2-4/+4
Issue-ID: AAI-540 Change-Id: I1aaadbba1236921901e6d5859f0263786e9ab2ae Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
2017-12-04Update aai constants for bulk process limitsMaharajh, Robby (rx2202)1-0/+2
Issue-ID: AAI-528 Change-Id: Ieb877510365b7615a2bddf881d2d9238a8e3c938 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
2017-12-04Add edge rules oxm changes for complex servicesVenkata Harish K Kajur2-8/+74
Issue-ID: AAI-530 Change-Id: Ib9b91a638e72da76ece9d9e34d6e62354601492a Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-12-01Added support for Multiple EdgesMaharajh, Robby (rx2202)33-9960/+13533
Issue-ID: AAI-524 Change-Id: I33dd31315992e2efb2d6d390ffc523655b55a84c Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
2017-11-28contains-other-v no longer implies delete-other-vThreefoot, Jane (jt6620)9-9426/+9560
Deletion of other vertices is now only determined by the delete-other-v property. For containment relationships, this property is now explicitly set instead of being implied by the containment property. ie Deletion now only checks delete-other-v not containment, and containment relationships have been updated to still function the same as before. Issue-ID: AAI-517 Change-Id: I808752c286c621f82b521590b1a51cf996031557 Signed-off-by: Threefoot, Jane (jt6620) <jt6620@att.com>
2017-11-28Add tunnel bandwidth vendor and allow max bandwithVenkata Harish K Kajur2-10/+55
Issue-ID: AAI-516 Change-Id: I1aa18b9b1237c4696fbbdd88f5c889bf6a51d2ec Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-11-27Add v12 api changes for the new release codeVenkata Harish K Kajur8-13/+8986
Update the pom to use 1.2.0-SNAPSHOT and add v12 oxm and json and ensure the esr stuff is properly included Issue-ID: AAI-514 Change-Id: I96ceb7dbaa6de7650d55a79e2d1b18f5d1815f06 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-11-21add aai exception when missing FromAppId headerPavel Paroulek1-7/+8
adding an aai exception so that instead of NPE a 4009 exception is thrown in case of a missing FromAppId header Change-Id: Ie58f467c6e541e96a0f1cfdd4024c14bdf9aa565 Issue-ID: AAI-480 Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com>
2017-11-07Change if transaction id is null generate idVenkata Harish K Kajur1-4/+3
Issue-ID: AAI-454 Change-Id: If3cbb5ca2bb07426c4fe5643bac742e739ec0da8 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-11-07Fix it if the transaction id is missingVenkata Harish K Kajur2-2/+8
alert the client that they need to specify header Issue-ID: AAI-454 Change-Id: I2032163172bbb987c060b41dcffc494d18c58b13 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-11-01Fix multiplicity between service-instance and pnfabatos2-2/+2
Fixed the multiplicity for the relationship between service-instance and pnf to be ManyToMany. Change-Id: I3305cca547ca9acb73621dbdb79876c2e48bc96e Issue-ID: AAI-444 Signed-off-by: Adrian Batos <adrian.batos-parac@amdocs.com>
2017-10-11Merge "Update shema for VFC"James Forsyth1-0/+11
2017-10-11Update shema for VFCsubhash kumar singh1-0/+11
Update AAI schema for VFC changes. Change-Id: I3adc80861ffe4690f493b770d3f902652b55bfd4 Issue-ID: VFC-181 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-09-28Change openecomp to onap and update licenseVenkata Harish K Kajur280-3617/+4009
Issue-ID: AAI-61 AAI-82 Change-Id: Iae98d4bf4c693c0a3203158bff98c3c5e739f453 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-28Removed below sonar issues:ramanjaneya1-8/+4
Removed useless assignment Removed unused imports Issue-Id:AAI-215 Change-Id: I12a54d5db72560bc1714714584ac1b9bd820d9e5 Signed-off-by: ramanjaneya <ramanjaneya.palleti@huawei.com>
2017-09-26Add the remaining tests from internal codeVenkata Harish K Kajur1-0/+162
Issue-ID: AAI-215 Change-Id: I28de8cb09513d7f08e9d608bed25f0bee1ecec85 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-26Logging Updates to a few files in the common repo.O'Connor, Lina (lo8949)2-1/+7
Issue-ID: AAI-387 Change-Id: I304b9d4a50cb896ab3c638d986db8450c10e5427 Signed-off-by: O'Connor, Lina (lo8949) <lo8949@att.com>
2017-09-21Fixed vOut nullpointer exceptionshashikanth1-1/+1
Fix Blocker/Critical sonar issues in aai/aai-common module https://sonar.onap.org/component_issues?id=org.onap.aai.aai-common%3Aaai-common#resolved=false|severities=BLOCKER NullPointerException might be thrown as 'vOut' is nullable here Issue-Id:AAI-246 Change-Id: Idc3cc538bc65fc5a7350d6fe72406a5c4dca6f1c Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-19Submit dbedgerules change for preload eliminationLin, Jerry (jl319x)1-0/+66
Issue-ID: AAI-338 Change-Id: If446c9b71eaae0e22a7472f4f05b5ca21714fcde Signed-off-by: Lin, Jerry (jl319x) <jl319x@att.com>
2017-09-19Remove any remaining db edge rules referencesVenkata Harish K Kajur2-9/+2
Issue-ID: AAI-309 Change-Id: I58a3b66ce34b49e51245a279fcaf3dee11f5a86e Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-19Add ability to apply configurations to vnfVenkata Harish K Kajur4-4/+142
Issue-ID: AAI-326 Change-Id: Id5480d020f66a6b8d83310d85eb0678f6b504e7a Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-19Add owning entity, platform, line of businessVenkata Harish K Kajur1-0/+44
to the schema and generate xsd yaml and html Issue-ID: AAI-325 Change-Id: Ibf065b5aecbaf37effc41ea478d98314d6210603 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-15Fix the db serializer test failing half the timeVenkata Harish K Kajur3-59/+63
One of the tests in db serializer is failing since it is expecting the resource version to be updated and resource version uses current timestamp and the unit test is running so fast sometimes as it is failing due to that so we put sleep Issue-ID: AAI-215 Change-Id: I3c0f43dd999cbf518a8b5561f5f2c41540d6544c Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-15Increase the coverage to 35% for aai-commonVenkata Harish K Kajur4-4/+311
Issue-ID: AAI-215 Change-Id: I783fc2207aa782a1b8bb55a730a341fa89b4c094 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-15Increase code coverage for aai-common repo to 30%Venkata Harish K Kajur21-2343/+247
Issue-ID: AAI-215 Change-Id: Ied7d885274d83fa183880ca683a2c440818e66dc Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-12Merge "Fix the schema about external system."James Forsyth1-11/+0
2017-09-12Fix the schema about external system.lizi001643311-11/+0
move passive/remote-path from esr-ems to esr-system-info. Change parameters in esr-system-info to be optional. Fix error about the container definition in esr-system-info. Remove the label between cloud-region and auth-info-item. Change-Id: I21ab7d96b3a0b00c738f423b040420fb3c7e0072 Issue-ID: AAI-289 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-08EdgeRules throws descriptive error on invalid ruleThreefoot, Jane (jt6620)66-11600/+5014
Also added test coverage, including refactoring of test resources to simplify test suites. Issue-ID: AAI-277 Change-Id: Ibfdc81342a139d121740f10bccc66a7420b61945 Signed-off-by: Threefoot, Jane (jt6620) <jt6620@att.com>
2017-09-06Fix the AAIGraph closing prematurely that wasVenkata Harish K Kajur1-3/+4
accidentally introduced during sonar change Issue-ID: AAI-237 Change-Id: Ibd806042c09073bf7f4f24b6f842aa863af0a617 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-06Merge the schema of external-system.lizi001643314-11/+94
Add the schema of external-system, delete the auth-info-item which will not in use. Locally test passed. Change-Id: I9d65201cd8b222421c8f15fcb9eb421636588b33 Issue-ID: AAI-204 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-05Merge "Enhance the schema for VIPs and ip address"James Forsyth1-0/+44
2017-09-05Merge "Fix Blocker and Critical Sonar issues/bugs."James Forsyth9-66/+76
2017-09-01Enhance the schema for VIPs and ip addressLin, Jerry (jl319x)1-0/+44
Issue-Id: AAI-260 Change-Id: Iffd6da011b82a6b92f46b52810236c6e67ef0d36 Signed-off-by: Lin, Jerry (jl319x) <jl319x@att.com>
2017-09-01Added until and simplePath to QueryBuilderThreefoot, Jane (jt6620)7-9/+253
Issue-ID: AAI-253 Change-Id: I0ad83d37bb15260b72e8f1745dc40ecd8df98229 Signed-off-by: Threefoot, Jane (jt6620) <jt6620@att.com>
2017-08-31[AAI-252 Amsterdam] configuration of hostroutesThreefoot, Jane (jt6620)1-0/+11
Change-Id: I95c41f69af75b21a2476cd8e6ef83b0bc4dea7de Signed-off-by: Threefoot, Jane (jt6620) <jt6620@att.com>
2017-08-31Check in vhnf modified bandwith codeur326r58-408/+296
Issue-ID: AAI-239 Change-Id: I9ab5b8651798a9db648e52edd8e1a720fdbaf703 Signed-off-by: ur326r <ur326r@att.com>
2017-08-30Fix Blocker and Critical Sonar issues/bugs.Dileep Ranganathan9-66/+76
Includes ad-hoc fixes for sonar issues within the files modified. Change-Id: Ide181bbe3e05cbc969706a3d798cd99c5609a0b2 Issue-id: AAI-246 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2017-08-28[AAI-217 Amsterdam] Remove the att references inVenkata Harish K Kajur9-287/+16
the schema and core files Change-Id: Id1b3469ba298b2137665e8ad16b4d74121d434a2 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-21Move extensions to aai-commonVenkata Harish K Kajur2-0/+970
Issue-Id: AAI-201 Change-Id: I43d9228f2b69aacbda6020dcc9e0f62c52ef2d13 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-21Add the EdgeRules ftl and additional changes toVenkata Harish K Kajur4-7/+7
the dbedgerules json Issue-Id: AAI-198 Change-Id: I426563d7647f521fd9542773cf46f679b26a8801 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-21Merge "Add auth-info node to cloud-region."James Forsyth1-0/+22
2017-08-21Merge "Fix the javadocs error in jenkins"James Forsyth1-5/+0
2017-08-21Add auth-info node to cloud-region.lizi001643311-0/+22
Reupload "Add the auth-info node according to the schema from Multi-VIM". Modify the auth-info definition and defaultTenant according to Jimmy. Modify the ssl-cacert and ssl-insecure definition according to Ethan. Modify the description messages of some properties. Add an edge rule between the cloud-region and the auth-info-item Change-Id: Ic319f6875d6562d54d6434cbe316bd6e4c35eb21 Issue-ID: AAI-166 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-08-21Fix the javadocs error in jenkinsVenkata Harish K Kajur1-5/+0
Issue-Id: AAI-76 Change-Id: Iaefe655c72584ee16d48da590afa6ae9ada7420e Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-18Add hook to delete temporary json file on exitDileep Ranganathan1-1/+4
Change-Id: I1f5cbcec04d66cd47ee39f14a2cc00e48c9aa6f5 Issue-Id: AAI-197 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2017-08-18[AAI-191 Amsterdam] Refactor import statementsVenkata Harish K Kajur81-453/+586
Also regenerate the xsd, yaml and html files Change-Id: Ie7c6418c811d5ef70b8be5435b84eb5f31f3b31c Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-16[AAI-178 Amsterdam] Make Edge Properties to beMaharajh, Robby (rx2202)79-747/+742
declared by direction Change-Id: I8eacd870980c558e8c1f92b72f73c6f86aabc890 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
2017-08-16[AAI-176 Amsterdam] Check in related link changesVenkata Harish K Kajur3-3/+98
Change-Id: Ie72ccd9aa2fb3b214f6b8b1ca6280d5dd08b10a7 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-15[AAI-174 Amsterdam] removed invalid edge rulesThreefoot, Jane (jt6620)4-2844/+2401
Change-Id: Ibed817603255fd417025b2bfc62781482d5b3d2a Signed-off-by: Threefoot, Jane (jt6620) <jt6620@att.com>
2017-08-15[AAI-171 Amsterdam] Move rest.db to aai-commonVenkata Harish K Kajur17-8/+1738
Change-Id: I7d0c8b64e5e3249128b158353a98d4fb482d92db Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>