summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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 Kajur8-10/+697
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 Kajur5-755/+15172
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 Kajur22-2360/+264
Issue-ID: AAI-215 Change-Id: Ied7d885274d83fa183880ca683a2c440818e66dc Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-13Added mac-address attribute to p-interfacejimmy1-0/+5
Issue-ID: AAI-292 Change-Id: I2988350eb63fc230d8350a58a5db7cdd90af231d Signed-off-by: jimmy <jf2512@att.com>
2017-09-13Merge "Removed ns, set dep nodes for esr-info-item"Tian Lee1-1/+1
2017-09-12Removed ns, set dep nodes for esr-info-itemjimmy1-1/+1
Change-Id: I7b3a5d2554c7f807a1d70e1796a4aa3e7b8768c0 Issue-ID: AAI-278 Signed-off-by: jimmy <jf2512@att.com>
2017-09-12Fix the stage site issue by adding onap.nexus.urlVenkata Harish K Kajur6-1/+7
Issue-ID: AAI-76 Change-Id: I853818968180d5d873ed2971cc2ce33bf16e4a00 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-12Merge "Fix the schema about external system."James Forsyth2-29/+26
2017-09-12Fix the schema about external system.lizi001643312-29/+26
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-08Merge "Cleanup project's name in Sonar"James Forsyth1-1/+1
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I313b4a9e360eff2e0bfdfba3fb67c015b69ae4ca Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-08EdgeRules throws descriptive error on invalid ruleThreefoot, Jane (jt6620)71-11600/+5024
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-07Exclude the domain package from the jacocoVenkata Harish K Kajur1-0/+3
Issue-ID: AAI-270 Change-Id: I0c5d6e75bbdc75813fda31e8ede63dbada753012 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-07Add name to the top level pom for aai-commonVenkata Harish K Kajur1-1/+2
Issue-ID: AAI-271 Change-Id: I0e85b488f380944024d2edfbb7740ece65cf9fd3 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-07Exclude the domain package from sonarVenkata Harish K Kajur1-0/+1
since that code is generated Issue-ID: AAI-270 Change-Id: I16434f51e05739fa0cb4a3407e6efe2fe7d9a87b Signed-off-by: Venkata Harish K Kajur <vk250x@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.lizi001643317-72/+390
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 Forsyth3-2/+329
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)3-2/+329
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-31Merge "[AAI-252 Amsterdam] configuration of hostroutes"James Forsyth3-1/+123
2017-08-31Merge "Added aai-utils and OXM Model Loader functionality"Steven Blimkie9-1/+442
2017-08-31[AAI-252 Amsterdam] configuration of hostroutesThreefoot, Jane (jt6620)3-1/+123
Change-Id: I95c41f69af75b21a2476cd8e6ef83b0bc4dea7de Signed-off-by: Threefoot, Jane (jt6620) <jt6620@att.com>
2017-08-31Merge "Add epaCaps and cloudExtraInfo to cloud-region."James Forsyth1-0/+10
2017-08-31Merge "Check in vhnf modified bandwith code"James Forsyth62-408/+406
2017-08-31Add epaCaps and cloudExtraInfo to cloud-region.lizi001643311-0/+10
This request is from Multi-Cloud team. And it has passed the test at local host. Change-Id: I974e4d262555c9b794c6677b3518aa30e1740888 Issue-ID: AAI-183 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-08-31Check in vhnf modified bandwith codeur326r62-408/+406
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-30Remove license-maven-plugin from aai-core/schemaDileep Ranganathan2-18/+0
Remove dangling license-maven-plugin from aai-core,aai-schema Remove duplicate dependencies in aai-core pom.xml Change-Id: Ie034e91e06e207b2f5fbd8d6d34602e1ca0d98f6 Issue-id: AAI-74 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2017-08-30Added aai-utils and OXM Model Loader functionalityShwetank Dave9-1/+442
Issue-ID: AAI-245  Change-Id: Ic982cc07dd76e8a931d4f725ca4e71f2db7ef8a2 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2017-08-29Remove MojoHaus Maven plug-in from pom fileSreenivasa Reddy Chinnannagari1-49/+0
Issue-ID: AAI-74 Change-Id: Ic8aaa0728a43936cd4c6e1ed590e01ba8f0fbf5b Signed-off-by: Sreenivasa Reddy Chinnannagari <sc00492357@TechMahindra.com>
2017-08-28[AAI-217 Amsterdam] Remove the att references inVenkata Harish K Kajur23-52726/+1875
the schema and core files Change-Id: Id1b3469ba298b2137665e8ad16b4d74121d434a2 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-22Final commit v11/Amsterdam seed code stabilizationVenkata Harish K Kajur5-943/+950
Fix the indentation in all of the pom files Issue-ID: AAI-202 Change-Id: Ib52d4e1f8f74fdeae22cc77a308755dee1ef98d0 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-21Update POM to inherit from oparentDileep Ranganathan5-563/+195
Removed some redundant and inheritable elements Fixed warnings related to building effective pom Removed duplicate dependencies Add version to maven-deploy-plugin Issue-Id: AAI-77 Change-Id: Ie634874299489fb2971b065c66ff9467839bb36f Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2017-08-21Merge "Add auth-info node to cloud-region."James Forsyth2-1/+84
2017-08-21Merge "Fix the javadocs error in jenkins"James Forsyth4-81/+12
2017-08-21Add auth-info node to cloud-region.lizi001643312-1/+84
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 Kajur4-81/+12
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-18Add IntelliJ IDEA related files to gitignoreDileep Ranganathan1-0/+2
Change-Id: Icff41b98758c276a17fae0c98081e1a9011678c4 Issue-Id: AAI-195 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2017-08-18Add missing path to .gitreviewDileep Ranganathan1-1/+1
Change-Id: I025e79fb5bac55a2c295d35a67ee6a6328cfefa7 Issue-Id: AAI-196 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2017-08-18[AAI-191 Amsterdam] Refactor import statementsVenkata Harish K Kajur84-23951/+1594
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)80-808/+817
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>