summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-18Specify groovy 2.4.15Jimmy Forsyth2-0/+13
Issue-ID: AAI-1632 Change-Id: I4f6c566dcd2737424bcc42642147f912e745b94f Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-09-18Update to latest versions of depsJimmy Forsyth3-9/+9
Issue-ID: AAI-1628 Change-Id: I88cc21c2b3233eff34febda18497a5131deb4e05 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-09-18Exclude the dom4j dependencyKajur, Harish (vk250x)1-0/+4
Issue-ID: AAI-1298 Change-Id: Idc5c6652eb4bf11204f53f88193d0ca0c3b2cf5e Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-09-14Merge "minor fixes in GremlinQueryBuilder.java"James Forsyth1-711/+709
2018-09-14Merge "fixes in AAIResponseMessageData.java"James Forsyth1-28/+30
2018-09-14Merge "HPA Telemetry Schema"James Forsyth2-0/+53
2018-09-14minor fixes in GremlinQueryBuilder.javaasgar1-711/+709
Change-Id: Ifa94277e74486bc2086ce5cad5077d59cdbf0f29 Issue-ID: AAI-1595 Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
2018-09-12fixes in AAIResponseMessageData.javaasgar1-28/+30
Change-Id: I52a88526180acde91c6d9818d446e22ce175244d Issue-ID: AAI-1569 Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
2018-09-11HPA Telemetry SchemaDileep Ranganathan2-0/+53
Added HPA Capacity type in the schema. Added Capacity information to Compute Nodes in the pserver object Added relationships for pserver and flavor, pserver and hpa-capacity Change-Id: I326ed9dd13d94082e532ebaf7286af7a43d9117c Issue-ID: AAI-1593 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-09-11AAI schema change for openstack-region-idDileep Ranganathan2-0/+12
Decouples OpenStack Region ID and AAI cloud-region-id and reduces constraint to onboard Openstack VIM. Added odd one more property to "esr-system-info: object" to store the OpenStack Region ID which is used by MultiCloud plugin to interact with an OpenStack instance. Change-Id: I40d8eec74cf3d5c319c659fd3879f8dc371e2855 Issue-ID: MULTICLOUD-287 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-09-11Merge "sonar fixes for AutoGenerateHtml.java"James Forsyth1-37/+40
2018-09-11Merge "constant instead of literal AJSC_HOME"James Forsyth1-76/+79
2018-09-11Merge "Sonar fixes in MapperUtil.java"James Forsyth1-21/+27
2018-09-11Merge "Add a private constructor in AAIUtils.java"James Forsyth1-21/+30
2018-09-11sonar fixes for AutoGenerateHtml.javaasgar1-37/+40
Change-Id: If5ac08fa880d911bbe4f6115f98ea194fb9029cf Issue-ID: AAI-1568 Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
2018-09-11Add a private constructor in AAIUtils.javaasgar1-21/+30
Change-Id: I7a2beeede4cb8303b7f9801532a651895cbce389 Issue-ID: AAI-1566 Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
2018-09-11constant instead of literal AJSC_HOMEasgar1-76/+79
Change-Id: Ideacc3d44016f20700b2758aed35c8a552b39916 Issue-ID: AAI-1565 Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
2018-09-11Sonar fixes in MapperUtil.javaasgar1-21/+27
Change-Id: If7d53a2f8c5199e9634e36a4ab018a78affb65f8 Issue-ID: AAI-1567 Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
2018-09-11AAI-1555 Fix remote-path in esr-system-infoKeong Lim1-1/+1
Issue-ID: AAI-1555 Fix remote-path in esr-system-info. Should have been camelCase in java-attribute since v11. Exposed in CCVPN testing of ext-aai-network. Change-Id: I39b843307058b317972298f125aebc2593a126a7 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-09-11AAI-1552 Add resource-version property to CCVPN ucKeong Lim2-0/+121
Issue-ID: AAI-1552 Add resource-version property to all the new CCVPN schema elements. The other ONAP components expect to have this property available for optimistic concurrency control usage. Change-Id: I69071d48cb0b784fe67498d51361bb304a22ead9 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-09-11AAI-1523 checkstyle warnings for aai-annotationsKeong Lim1-20/+20
Issue-ID: AAI-1523 re-indent code with spaces to clean up some checkstyle warnings for aai-annotations (part of 24k lines of output) Add spaces around '=' Change-Id: I9ea43508e5e88140149ccc11d233fdb77c869964 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-09-11AAI-1523 checkstyle warnings for aai-schema-ingestKeong Lim34-1169/+1169
Issue-ID: AAI-1523 re-indent code with spaces to clean up some checkstyle warnings for aai-schema-ingest (part of 24k lines of output) Change-Id: I1d3785fcbfa9cc53680129506daa2c392950de31 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-09-11AAI-1492 Add ext-aai-network schema for CCVPN ucKeong Lim3-2/+214
Issue-ID: AAI-1492 Add ext-aai-network element to network namespace. Add components from network namespace. Add esr-system-info component. Add EdgeRules from ext-aai-network to esr-system-info, connectivity and all the other schema elements. Make esr-system-info dependentOn ext-aai-network. Change sub-components of ext-aai-network to COUSIN edge as workaround. Add relationship-list as workaround. Change-Id: I8ec11660db7887c5aebcdbe2899c95c457f74e14 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-09-11AAI-1491 Add wan-port-config schema for CCVPNKeong Lim3-0/+298
Issue-ID: AAI-1491 Add wan-port-config element in network namespace. Add CCVPN EdgeRule for wan-port-config to service-instance. Change-Id: I7c27b28ea2da72583f88b79eb035ab70cc86a64e Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-09-11AAI-1484 Add device schema for CCVPN usecaseKeong Lim3-0/+250
Issue-ID: AAI-1484 Add device element to network namespace. Add CCVPN EdgeRules for device to service-instance and generic-vnf. Change-Id: Iad4033dc5bba72cf0773cccbe19429cf965df0c5 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-09-11AAI-1483 Add sdwan-vpn for CCVPN usecaseKeong Lim3-0/+202
Issue-ID: AAI-1483 Add sdwan-vpn element to network namespace. Add CCVPN EdgeRules for sdwan-vpn to service-instance. Change-Id: I541db79a0c02149c4f5371dc29f71c76478ba298 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-09-11AAI-1482 Add site-resource for CCVPN usecaseKeong Lim3-0/+226
Issue-ID: AAI-1482 Add site-resource element in network namespace. Add CCVPN EdgeRules for site-resource to service-instance, allotted-resource and complex. Fix typo in java-attribute for site-resource-id. Change-Id: Ic2dbe9d7a7644bbc46bd95ad79fdb0bcd7124224 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-09-11AAI-1481 Add network-resource for CCVPN usecaseKeong Lim3-0/+137
Issue-ID: AAI-1481 Add network-resource element to network namespace. Add CCVPN EdgeRules for network-resource to vpn-binding and pnf. Update multiplicity. Change pnf from sub-component to COUSIN edge as workaround. Change-Id: I4b288406a272ccdb6243d1e13555a02aa6354a83 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-09-11AAI-1468 -1480 Add Conn /lan-port-config for CCVPNKeong Lim3-8/+728
Issue-ID: AAI-1480 Add lan-port-config schema element to network namespace Add dhcp-service schema element Add CCVPN EdgeRules for lan-port-config to service-instance and dhcp-service Update lan-port-config with ipv4-address and ipv6-address. Update dhcp-service with server-ipv4-address and server-ipv6-address. Accidentally squashed another two commits together: Issue-ID: AAI-1468 Add connectivities sub-component to "network" namespace. Add connectivities element, which is sequence of "connectivity". Add connectivity element, which has numerous properties. Add CCVPN EdgeRules for connectivity to service-instance and vpn-binding Change-Id: I78f4cdc906e43750bb319ba4f3bdb6483ed7ea24 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-09-07Merge "Sonar fixes in EdgeRuleQuery.java"Venkata Harish Kajur1-256/+261
2018-09-06Merge "renaming/constant instead of literal/unused items"James Forsyth5-259/+274
2018-09-06Merge "Made Changes on the edge labels and direction"James Forsyth2-8/+8
2018-09-06Merge "Sync up the changes between ecomp and onap"James Forsyth11-26646/+27686
2018-09-06Made Changes on the edge labels and directionKajur, Harish (vk250x)2-8/+8
for service instance and instance group Issue-ID: AAI-1577 Change-Id: I080f72a8c553c2579aeb98ac8204d4dcadaea5c8 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-09-06Sonar fixes in EdgeRuleQuery.javaasgar1-256/+261
Change-Id: I46029a19b3f495bebdf714b26c72739355dda8e8 Issue-ID: AAI-1559 Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
2018-09-06Merge "private constructor to hide the implicit public"Tian Lee2-159/+170
2018-09-06renaming/constant instead of literal/unused itemsasgar5-259/+274
Change-Id: I2634a375c4b2a371b33dcb6dd2d3aa21cfe54297 Issue-ID: AAI-1558 Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
2018-09-06private constructor to hide the implicit publicasgar2-159/+170
Adding a private constructor to hide the implicit public constructor. Change-Id: Id6ded8cf328843c8e77fc652391f5c5edc80aa47 Issue-ID: AAI-1578 Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
2018-09-06Return expression instead of temporary variableasgar4-68/+67
Change-Id: Ib5d939c99fc4fb9845f06e787b3915640acfce3e Issue-ID: AAI-1575 Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
2018-09-05Sync up the changes between ecomp and onapKajur, Harish (vk250x)11-26646/+27686
Change-Id: I7321a738db10eea9e7bc27c5b2a03f5dd0b0a70b Issue-ID: AAI-1336 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-08-24Merge "Fix sonar issues"James Forsyth3-23/+20
2018-08-24AAI-1467 Add sp-partner schema for CCVPNKeong Lim3-0/+100
Issue-ID: AAI-1467 Add sp-partners sub-component to "business" namespace. Add sp-partners element, which is sequence of "sp-partner". Add sp-partner element, which has properties: sp-partner-id, url, callsource, relationshipList Make the following properties indexed: sp-partner-id, url, callsource Add CCVPN EdgeRules for sp-partner to service-instance. Change-Id: I6de65ae843f0139cdd284f9261f993d36224dc1e Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-08-24AAI-1466 Update allotted-resource schema for CCVPNKeong Lim2-3/+99
Issue-ID: AAI-1466 Add the following properties to allotted-resource: alloted-resource-name, access-provider-id, access-client-id, access-topology-id, access-node-id, access-ltp-id, cvlan, vpn-name Add id and vpn-name properties to be indexed. Make "alloted-resource-name" property also: - marked as a "name" property - indexed Change-Id: I111eccc158ff28576b5e205b8c8c3dea3df4361e Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-08-23Merge "Update xsd element to generate boolean to false"James Forsyth9-147/+147
2018-08-23Update xsd element to generate boolean to falseKajur, Harish (vk250x)9-147/+147
Issue-ID: AAI-1536 Change-Id: If1cc9291e28dd0381115a0bf6c5a44faa7fdbe01 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-08-23Change spelling mistakenecuser1-1/+1
Issue-ID: DOC-295 Change-Id: I1496d485994d29feb50cb60bde68825b497b48d1 Signed-off-by: ankatare <ankatare@hotmail.com>
2018-08-23Fix sonar issuesParshad Patel3-23/+20
Fix use try-with-resources issues Issue-ID: AAI-1368 Change-Id: I267df61915ac1596cc8645c62ccf43eb04fd7ac5 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-08-22Merge "Sonar violation"Venkata Harish Kajur3-13/+17
2018-08-22Merge "AAI-1461 -1464 Update vpn-binding/pnf for CCVPN"James Forsyth3-5/+184
2018-08-22Merge "AAI-1460 Update logical-link schema for CCVPN"James Forsyth3-2/+7