summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2018-08-22Merge "AAI-1459 Update service-instance schema for CCVPN"James Forsyth2-0/+13
2018-08-22Merge "AAI-1453 update p-interface schema for CCVPN"James Forsyth3-3/+39
2018-08-22Sonar violationArindam Mondal3-13/+17
Issue-ID: AAI-1521 Change-Id: I34b801a1ec9525e6b1785914f8d02f938cbf0ee7 Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2018-08-21Sonar issue fixes for PutOperation.javaasgar1-83/+84
Issue-ID: AAI-1525 Change-Id: I34e8618223c5ca4aeefbc37dc148b556877f444e Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
2018-08-17AAI-1461 -1464 Update vpn-binding/pnf for CCVPNKeong Lim3-5/+184
Issue-ID: AAI-1461 Add properties to vpn-binding: access-provider-id, access-client-id, access-topology-id, src-access-node-id, src-access-ltp-id, dst-access-node-id, dst-access-ltp-id, operational-status, model-customization-id, model-version-id, model-invariant-id Make ids and operational-status indexed. Add CCVPN EdgeRules for vpn-binding to p-interface. Accidentally squashed in second commit for: Issue-ID: AAI-1464 Add properties to pnf schema: admin-status, operational-status, model-customization-id, model-version-id, model-invariant-id Make these properties indexed as well: admin-status, operational-status Change-Id: I30b75262d3e01cfae2cf77d9be9da26a56a049ed Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-08-17AAI-1460 Update logical-link schema for CCVPNKeong Lim3-2/+7
Issue-ID: AAI-1460 Update operational-status to be indexed property Add CCVPN EdgeRules file Change-Id: Ia8e20171ad060b7ca8f2e91d7a66a545146ff36d Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-08-17AAI-1459 Update service-instance schema for CCVPNKeong Lim2-0/+13
Issue-ID: AAI-1459 Add input-parameters property to service-instance element for SO to pass parameters to Closed Loop. Add company name to copyright notice. Change-Id: I9e9fed562a7503d8d2ad09e2052c3e29f7fe85ea Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-08-17AAI-1453 update p-interface schema for CCVPNKeong Lim3-3/+39
Issue-ID: AAI-1453 Add properties network-ref, transparent, operational-status Make these network-ref and operational-status indexed Change-Id: I047ecda31e08573adb1ef32ecd82b8e80e70d37a Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-08-14AAI-1452 Update Swagger HTML templateKeong Lim1-240/+185
Issue-ID: AAI-1452 - Re-indent list bodies to optimise size of generated output, reduces final output size by half in new v14 schema. - Add table of contents links under Summary heading for navigating long document - Added company name to copyright notice Change-Id: I74e98a097728fb93939e8a3b2fe27906d0b83ff7 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2018-08-12Integrate aai-schema-ingest library into aai-coreKajur, Harish (vk250x)442-1332932/+44597
Integrate the aai-core into using the aai-schema-ingest library to be agnostic to the schema changes Remove any references to aai-schema dependency in aai-core Reorder the components so the aai-schema-ingest is first installed Moved the edge rules to the aai-schema as they are linked to schema Rework the generation of the aai-schema to using aai-schema-ingest library Also remove the yaml and html folders as they get generated on the fly So when maven pushes the aai-schema jar, the jar contains the generated yaml, html and xsd files at runtime due to the gerrit limit of filesize Issue-ID: AAI-1455 Change-Id: I87ecd9eb2fc96a09d3a6399955637674f6e7fb21 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-08-02Merge "Fix sonar issues in SchemaGenerator"Venkata Harish Kajur4-145/+154
2018-08-02Merge "Removing minor sonar issues"Venkata Harish Kajur1-66/+13
2018-08-02Fix sonar issues in SchemaGeneratorjczestochowska4-145/+154
fixed formatting removed unused JanusGraph graph parameter deleted usage of print that were accompanied by a logger reduced loadSchemaIntoJanusGraph complexity by cutting it into smaller methods added private constructor to prevent instantiation optimized imports Change-Id: I4645a7fed266afbe6c2b21df20b40574aa9f31fd Issue-ID: AAI-1437 Signed-off-by: jczestochowska <justyna.czestochowska@nokia.com>
2018-08-01Merge "Refactor of DataGrooming main script"Venkata Harish Kajur1-106/+106
2018-07-31Refactor of DataGrooming main scriptJustyna Czestochowska1-106/+106
replaced long if else with switch extracted methods handling wrong or missing arguments replaced AAI_6101 with constant, called diamond operator Change-Id: Ia8e43df0f028617c55c12bea03efab22b7fc1f4b Issue-ID: AAI-1431 Signed-off-by: jczestochowska <justyna.czestochowska@nokia.com>
2018-07-31Removing minor sonar issuesJustyna Czestochowska1-66/+13
replaced usage of print by logger, removed duplication, removed commented out code Change-Id: Ib8b8cf9e6769ecc235ec080f26526cf7d790513c Issue-ID: AAI-1434 Signed-off-by: jczestochowska <justyna.czestochowska@nokia.com>
2018-07-26Remove EPA attributeDileep Ranganathan2-12/+0
Remove the usage of EPA attribute which is deprecated cloud-epa-caps attribute is removed from v14 of schema Change-Id: Ie5fb5cf9f33ff5597525a0b53e264ce1ab66477c Issue-ID: AAI-1150 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-07-26Update the Instance group to use instanceFunctionMaharajh, Robby4-9653/+9697
Issue-ID: AAI-1395 Change-Id: I83497b998d25dbe02c8436b2bddd10e15f1364ce Signed-off-by: Maharajh, Robby <rx2202@att.com>
2018-07-25Merge "Fix component creation"Venkata Harish Kajur7-25/+116
2018-07-23Merge "Add missing tests"Steven Blimkie5-84/+14753
2018-07-23Merge "Fix stream closing"Venkata Harish Kajur5-60/+35
2018-07-19Add collection under network for v13 and v14Kajur, Harish (vk250x)9-6/+18229
Issue-ID: AAI-1395 Change-Id: I306e579c4a367a7b41ab46759a261bcc3a628699 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-07-12Fix component creationBogumil Zebek7-25/+116
Change-Id: I08606ec83b53cd87005f7d52301e0fe8792d744e Issue-ID: AAI-1236 Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com>
2018-07-04Remove dead path of codeBogumil Zebek1-2/+0
Change-Id: I8fd74ac0b90244f1af2544f243478c5a7de989eb Issue-ID: AAI-1360 Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com>
2018-07-03Fix stream closingBogumil Zebek5-60/+35
Change-Id: I9c837a3e62d7834922ab0c191590875359a69441 Issue-ID: AAI-1358 Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com>
2018-06-29Refactor of EdgeIngestorWiktor Garbarek1-6/+0
Removed unusued imports Change-Id: I84984a566d339a1b366fa14eb387b21d94c14a34 Issue-ID: AAI-1347 Signed-off-by: Wiktor Garbarek <wiktor.garbarek@nokia.com>
2018-06-22Add missing testsBogumil Zebek5-84/+14753
Change-Id: I27b9210430c877d7d2bd0d3440ed12f702282fe1 Issue-ID: AAI-1235 Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com>
2018-06-13Update offeredapis to v13Jimmy Forsyth1-1/+1
Issue-ID: AAI-1225 Change-Id: Icd928f8722ea4ff24d269eb222e8565451d7a317 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-06-08Add known issues section to release notesJimmy Forsyth1-0/+4
to outline how to workaround and potentially fix the resiliency issue in AAI where a deleted resources or traversal pod will cause the service to always return 503. Issue-ID: AAI-1217 Change-Id: I530a72385ae6afcf2cccc9a11c83d94a76f0eaa2 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-06-06Update architecture diagramJimmy Forsyth1-0/+0
Issue-ID: AAI-1211 Change-Id: I5dfaa4a9dfd709b22325e2999bc422537f70d8b4 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-06-05Document Security section of the Release NotesGildas Lanilis1-158/+169
-Add section for secuirty n otes -Fix forma issue Change-Id: I3a3532835ff9d77262b9942ee6c582959a252c9f Issue-ID: DOC-271 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-05-30Fix release notes formattingJimmy Forsyth1-2/+108
Issue-ID: AAI-1187 Change-Id: I61eb6cfb6b63dbfb78e2631def1daec6456f1f4f Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-24Merge "Update release notes for Beijing"Venkata Harish Kajur1-1/+169
2018-05-23Update release notes for BeijingJimmy Forsyth1-1/+169
Issue-ID: AAI-1171 Change-Id: Ib65b5a2481e245a44b02219c7980018373502b35 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-23Merge "Fixes in DataGrooming"James Forsyth1-68/+62
2018-05-23Merge "Upversion common for Casablanca"Venkata Harish Kajur8-27/+15
2018-05-23Upversion common for CasablancaJimmy Forsyth8-27/+15
Issue-ID: AAI-1169 Change-Id: Id80fd4b8c7af48dde78b441fb6ec2b6619c608bc Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-22Eliminate Sphinx Errors and Warnings2.0.0-ONAP2.0.0-ONAPRich Bennett3-81/+68
Add end of block and inline markup delimeters Use code blocks for json, xml, and http Change-Id: I79f69227bfb3e43d97f46e01fe2ada6d1c4872ea Issue-ID: AAI-1152 Signed-off-by: Rich Bennett <rb2745@att.com>
2018-05-02Update pom to use 1.2.5-SNAPSHOTKajur, Harish (vk250x)8-14/+14
Issue-ID: AAI-965 Change-Id: I25575c7519407f84f78c5e647b8eb32b9e3492f6 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-05-02Fix the aai-schema in utils to use project versionv1.2.4Kajur, Harish (vk250x)1-1/+1
Issue-ID: AAI-965 Change-Id: I46c46c5abec5a3781c6ec8595b474e647901692a Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-05-02Remove the client load balancer use http clientKajur, Harish (vk250x)13-869/+141
Issue-ID: AAI-965 Change-Id: I68600c2a586faa5537ac58ca21b06e984413a8bc Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-04-30Update to httpclient 4.5.5Jimmy Forsyth1-1/+1
Issue-ID: AAI-970 Change-Id: I4ea1bc52ac710f2c51f0474f08a1f8b71d6cd0e2 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-04-24Upversion aai-common to 1.2.4 after releaseJimmy Forsyth9-16/+16
Issue-ID: AAI-1090 Change-Id: Ic041380839a98790a02a2c5c0cf8720e39e08067 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-04-23Fix html docs with esr-system-info attrv1.2.3Jimmy Forsyth4-1363/+2593
Issue-ID: AAI-1090 Change-Id: Iae82ec9c42e40601aa6d7e7513ad1c0d7392b4f8 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-04-23Generate xsd for v12 and v13 with esrKajur, Harish (vk250x)11-373/+661
Also update the version to 1.2.3-SNAPSHOT Issue-ID: AAI-1090 Change-Id: I7649416340f0a670ec9e83cfef355dc4ef40a1b3 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-04-23Fix v12 cloud-region with esr-system-info attrJimmy Forsyth6-3114/+4345
Issue-ID: AAI-1090 Change-Id: I41912a801da31736d0501705c46fb9172e1f26dc Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-04-23Re-add esrSystemInfoList to cloudRegionJimmy Forsyth1-0/+1
Issue-ID: AAI-1090 Change-Id: Ic5d84689a0aa33a2ba215f9fde4af650bef2d4eb Signed-off-by: Jimmy Forsyth <jf2512@att.com>