Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: aai/aai-common master dfef19e542581df2f69c263721fd6ead3752549d
Merge "Fix sonar issues"
Fix sonar issues
Fix use try-with-resources issues
Issue-ID: AAI-1368
Change-Id: I267df61915ac1596cc8645c62ccf43eb04fd7ac5
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
|
|
Project: aai/aai-common master a992c8447913ad4adef713b7cda817e490612cd3
AAI-1467 Add sp-partner schema for CCVPN
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>
|
|
Project: aai/aai-common master f161b2792fd744b3967eb3ad283d6d43b03aca99
AAI-1466 Update allotted-resource schema for CCVPN
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>
|
|
Project: aai/aai-common master 5b06b9f91e5eb34139d9957ee0b28a64a0ee6097
Merge "Update xsd element to generate boolean to false"
Update xsd element to generate boolean to false
Issue-ID: AAI-1536
Change-Id: If1cc9291e28dd0381115a0bf6c5a44faa7fdbe01
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/aai-common master c342161db9b5ea27447a366133c5bf76ee67f241
Change spelling mistake
Issue-ID: DOC-295
Change-Id: I1496d485994d29feb50cb60bde68825b497b48d1
Signed-off-by: ankatare <ankatare@hotmail.com>
|
|
Project: aai/aai-common master 68628a4047e9ff4bfedd55788b2cc637cc2b4f1b
Merge "Sonar violation"
Sonar violation
Issue-ID: AAI-1521
Change-Id: I34b801a1ec9525e6b1785914f8d02f938cbf0ee7
Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
|
|
Project: aai/aai-common master 2d13f752c694afb221ae1e1f7ed0a1c989f51762
Merge "AAI-1461 -1464 Update vpn-binding/pnf for CCVPN"
AAI-1461 -1464 Update vpn-binding/pnf for CCVPN
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>
|
|
Project: aai/aai-common master 586158d896e41ef59fdd42a2c15c6abe5b703100
Merge "AAI-1460 Update logical-link schema for CCVPN"
AAI-1460 Update logical-link schema for CCVPN
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>
|
|
Project: aai/aai-common master 014b26f4a2c0e37d04a31c9c47faae0525848f94
Merge "AAI-1459 Update service-instance schema for CCVPN"
AAI-1459 Update service-instance schema for CCVPN
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>
|
|
Project: aai/aai-common master 52cf5ef2ea34a12728000de454f9de038d4242b7
Merge "AAI-1453 update p-interface schema for CCVPN"
AAI-1453 update p-interface schema for CCVPN
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>
|
|
Project: aai/aai-common master 3b0d3167a2ad458bbe59e0f703b40ef4f4976424
Sonar issue fixes for PutOperation.java
Issue-ID: AAI-1525
Change-Id: I34e8618223c5ca4aeefbc37dc148b556877f444e
Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
|
|
Project: aai/aai-common master ac93ec514da91f8918d1fc93e334aa939af767f3
AAI-1452 Update Swagger HTML template
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>
|
|
Project: aai/aai-common master a86d6a6644d6de3f3f814cd6e25cfe2213d5dd05
Integrate aai-schema-ingest library into aai-core
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>
|
|
Project: aai/aai-common master a395fa69a28a04d0a667fe458b4f10497a1d6794
Merge "Fix sonar issues in SchemaGenerator"
Fix sonar issues in SchemaGenerator
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>
|
|
Project: aai/aai-common master 7a77bd6ff2720fbbe07dd5549e306e02f90436b1
Merge "Removing minor sonar issues"
Removing minor sonar issues
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>
|
|
Project: aai/aai-common master 6ed74108475e308ccd3fb1035187bb4398ee29ea
Merge "Refactor of DataGrooming main script"
Refactor of DataGrooming main script
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>
|
|
Project: aai/aai-common master 17fb185d934d1833c3960b44b18e0a6c125e2775
Remove EPA attribute
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>
|
|
Project: aai/aai-common master f71dfcd688d0d912ce445cb2965d9c157a49c533
Update the Instance group to use instanceFunction
Issue-ID: AAI-1395
Change-Id: I83497b998d25dbe02c8436b2bddd10e15f1364ce
Signed-off-by: Maharajh, Robby <rx2202@att.com>
|
|
Project: aai/aai-common master 2c926c118b5687611412ab618feaf878d99153fc
Merge "Fix component creation"
Fix component creation
Change-Id: I08606ec83b53cd87005f7d52301e0fe8792d744e
Issue-ID: AAI-1236
Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com>
|
|
Project: aai/aai-common master f63c063905dd59fb5515d4c307b72216e86d4006
Merge "Add missing tests"
Add missing tests
Change-Id: I27b9210430c877d7d2bd0d3440ed12f702282fe1
Issue-ID: AAI-1235
Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com>
|
|
Project: aai/aai-common master 6b007f7277b1188627388f54cd1cc5f80743a071
Merge "Fix stream closing"
Fix stream closing
Change-Id: I9c837a3e62d7834922ab0c191590875359a69441
Issue-ID: AAI-1358
Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com>
|
|
Project: aai/aai-common master dd29b7fa91d835a29b62e078a53bc82a6d0c4c10
Add collection under network for v13 and v14
Issue-ID: AAI-1395
Change-Id: I306e579c4a367a7b41ab46759a261bcc3a628699
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/aai-common master 12f3f2539f52409e6319d03bf1ee49f483a9c724
Remove dead path of code
Change-Id: I8fd74ac0b90244f1af2544f243478c5a7de989eb
Issue-ID: AAI-1360
Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com>
|
|
Project: aai/aai-common master ece46392390a14307c7c50c652f8d7797a90d019
Refactor of EdgeIngestor
Removed unusued imports
Change-Id: I84984a566d339a1b366fa14eb387b21d94c14a34
Issue-ID: AAI-1347
Signed-off-by: Wiktor Garbarek <wiktor.garbarek@nokia.com>
|
|
Project: aai/aai-common master 75370173d19e97967d34b3c117f1e3c0820c2553
Update offeredapis to v13
Issue-ID: AAI-1225
Change-Id: Icd928f8722ea4ff24d269eb222e8565451d7a317
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Project: aai/aai-common master bf1523052d44f8f84847b58767ed394b825fb2f3
Add known issues section to release notes
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>
|
|
Project: aai/aai-common master 69827ea807d05c5d2c3c9bcdbfb789625ee3e879
Update architecture diagram
Issue-ID: AAI-1211
Change-Id: I5dfaa4a9dfd709b22325e2999bc422537f70d8b4
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Project: aai/aai-common master 98827577b0a8fc7bc02bcf3905c8f8e841df67b3
Document Security section of the Release Notes
-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>
|
|
Project: aai/aai-common master 986b792c6e6a8896f1f99d08c9519233c2dbdd6a
Fix release notes formatting
Issue-ID: AAI-1187
Change-Id: I61eb6cfb6b63dbfb78e2631def1daec6456f1f4f
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Project: aai/aai-common master 11593d8d090a07a54e8cf6c40346b09c7e9a4781
Merge "Update release notes for Beijing"
Update release notes for Beijing
Issue-ID: AAI-1171
Change-Id: Ib65b5a2481e245a44b02219c7980018373502b35
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Project: aai/aai-common master 2f9f883ab65376d8dd17ad3205ce252a69ff2c35
Merge "Fixes in DataGrooming"
Fixes in DataGrooming
Change-Id: I0a4a5a82e4ff932ef3f7489afb558e92c9efc1dc
Issue-ID: AAI-1031
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
|
|
Project: aai/aai-common master 3a02d2f37b0d96ef0c1ef22009ad5c3a249fdd19
Merge "Upversion common for Casablanca"
Upversion common for Casablanca
Issue-ID: AAI-1169
Change-Id: Id80fd4b8c7af48dde78b441fb6ec2b6619c608bc
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Project: aai/aai-common master d10ba074e47e24e1f05e4ee119efc2ca6cc0dea7
Eliminate Sphinx Errors and Warnings
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>
|
|
Project: aai/aai-common master 68987011d4a41ed59375616a19b0cde229b9c413
Update pom to use 1.2.5-SNAPSHOT
Issue-ID: AAI-965
Change-Id: I25575c7519407f84f78c5e647b8eb32b9e3492f6
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/aai-common master 677c0857f74bd8e957b5300be96a31e39279effd
Fix the aai-schema in utils to use project version
Issue-ID: AAI-965
Change-Id: I46c46c5abec5a3781c6ec8595b474e647901692a
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/aai-common master 92726bd4b993c518f2f208465390e90499af35a2
Remove the client load balancer use http client
Issue-ID: AAI-965
Change-Id: I68600c2a586faa5537ac58ca21b06e984413a8bc
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/aai-common master 76e0238909993042d4d6377d2883cc8d10e0907d
Update to httpclient 4.5.5
Issue-ID: AAI-970
Change-Id: I4ea1bc52ac710f2c51f0474f08a1f8b71d6cd0e2
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Project: aai/aai-common master ac27febed97efc614436dc49d771de37ee31511e
Upversion aai-common to 1.2.4 after release
Issue-ID: AAI-1090
Change-Id: Ic041380839a98790a02a2c5c0cf8720e39e08067
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Project: aai/aai-common master c2f15c3001675fcc11998e6ca290da46a1091669
Fix html docs with esr-system-info attr
Issue-ID: AAI-1090
Change-Id: Iae82ec9c42e40601aa6d7e7513ad1c0d7392b4f8
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Project: aai/aai-common master ad4a95ea316ec1577928e252b407717afdf3fbbb
Generate xsd for v12 and v13 with esr
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>
|
|
Project: aai/aai-common master 4e213a78a72803b39715d89494709dc4bbfb2e0f
Fix v12 cloud-region with esr-system-info attr
Issue-ID: AAI-1090
Change-Id: I41912a801da31736d0501705c46fb9172e1f26dc
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Project: aai/aai-common master ab420f2f65bad464885a216fdd31ee73e68b54ff
Re-add esrSystemInfoList to cloudRegion
Issue-ID: AAI-1090
Change-Id: Ic5d84689a0aa33a2ba215f9fde4af650bef2d4eb
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Project: aai/aai-common master 126cdab82d4a42ec5b3324955f197f6832050d8a
Increment patch version in version.props
Issue-ID: AAI-1088
Change-Id: Ie7dcebb9169e51b172b1c9a56770712de8031655
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Project: aai/aai-common master 883e2ce42fe2607df1eabbda33cb053182b07405
Update html file to v13 version
Issue-ID: AAI-1051
Change-Id: I6a275e9c7d8d94de729821e6ff436dd261ab7947
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Project: aai/aai-common master 7e9f827af41471e51c5b910443953eb85747279e
Update swagger file and html to latest versions
Issue-ID: AAI-1051
Change-Id: I3fcced1c8672ad3a7f18be4368c8f3b3b454263a
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Project: aai/aai-common master caac2b0ea280a67e5b2bc82ac368bea2c3b9b0da
Fix the spring core and netty handler issue
Issue-ID: AAI-586
Change-Id: I69efb05f9fb82ffe1a97042e493c754b55bfb269
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/aai-common master 235f7eb30eb3eea9bf9e56e0e4bc2bee458abbd4
Update the pom to use the spring boot 1.5.12
Issue-ID: AAI-1036
Issue-ID: AAI-968
Issue-ID: AAI-975
Change-Id: Iad8ad4f6e5f71c969b99356b7c909dc585e97a98
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Project: aai/aai-common master 4f0e505712345f197efa693c17069d2a053f2791
Merge "Change version numbers on aai_swagger_HTML files"
Change version numbers on aai_swagger_HTML files
Change-Id: Ice7b38273c6c4701dd16da573c03fa121abfe298
Issue-ID: AAI-971
Signed-off-by: Epp, Richard (re6517) <re6517@us.att.com>
|
|
Project: aai/aai-common master c72945d26a5ad16ef68c9f445f6f315efe511471
Correct INFO.yaml to pass YAML Lint
Change-Id: Iefe1dce442d9d63612f56965c48f2ecef4222cf3
Issue-ID: AAI-1022
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
|
|
Project: aai/aai-common master ebfe92d82135a9daea5efea2e329331ea63229ba
Merge "Convert cloud region to esr edge"
Convert cloud region to esr edge
Issue-ID: AAI-973
Change-Id: Id56186db269ccee9a96a6de25dc7e695d354026e
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|