summaryrefslogtreecommitdiffstats
path: root/docs/Chapter8/ves_7_2
AgeCommit message (Collapse)AuthorFilesLines
2021-01-20CommonEventSchema and VES spec - restrictive IPv4/IPv6 formatdeen19852-27/+3119
- Added a new CommonEventSchema_30.2.1_ONAP.json - Included more restrictive IPv4 and IPv6 address checks for pnfRegistration - Updated VES spec to 7.2.1 - to refer to CommonEvent...30.2.1 and its internals Change-Id: I4a07831c7f1e273082ee90ad742ffe68c14c93db Signed-off-by: Damian Nowak <damian.nowak@nokia.com> Issue-ID: VNFRQTS-933
2021-01-16Revert VES CommonEventSchema 30.2.1 merged as 30.2.0deen19851-12/+8
VES CommonEventSchema 30.2.1 was merged as version 30.2.0. This needs ot be reverted, and CommonEventSchema 30.2.1 needs to be added as a new file in next step. Change-Id: I77c60fa937fdc7bf8bf51ac75e13e3f084cfa9a2 Signed-off-by: Damian Nowak <damian.nowak@nokia.com> Issue-ID: VNFRQTS-938
2021-01-14[VES spec] Updated eventID uniqueness rqtsdeen19851-5/+14
Includes a use-case description, where the eventId uniqueness cannot be assured. - Updated document version to 7.2.1 - Updated the link to EventId use-case examples - Updated human-readable text to point to VES 7.2.1 Change-Id: I3d068c0a3ab693753b0439d17ec3ee6faf9dd998 Signed-off-by: Damian Nowak <damian.nowak@nokia.com> Issue-ID: VNFRQTS-938
2021-01-04[VES CommonEventSchema] More restrictive ipv4 and ipv6 checks for ↵deen19851-8/+12
pnfRegistration fields. pnfRegistrationFields.oamV4IpAddress and pnfRegistrationFields.oamV6IpAddress using format "ipv4" and "ipv6" respectively. Signed-off-by: Damian Nowak <damian.nowak@nokia.com> Change-Id: I81ad30ffa9616da76d4c932ee631e692256c3d3a Issue-ID: VNFRQTS-933
2020-11-17[VES spec] publishEventBatch support for stndDefineddeen19851-0/+5
publishEventBatch enhanced to support stndDefined events. All events in batch shall have teh same value of stndDefinedNamespace set. Change-Id: Ie038c000217d23965742f59e2e33c6e228260202 Signed-off-by: deen1985 <damian.nowak@nokia.com> Issue-ID: VNFRQTS-935
2020-07-12Requirement ID Generation and RST ValidationLovett, Trevor1-101/+101
The new check.py script will now perform a variety of actions to simplify updates and ensure specific practices are followed for each update. The script has been integrated with tox and will run whenever the documentation is created. It can also be ran separately by just invoking python check.py. The script will perform a variety of automatic updates where possible, and provide a warning where auto-updates are not possible. The expecation is that all warnings are addressed before submitting for review, but given it is a new feature warnings do not block validation at this time. Here is a summary of the warnings and updates: Warnings: - Requirement missing required attributes - Invalid values for attributes - Invalid section header usage in any file - :keyword: and requirement mismatch Auto Updates: - Assigning :id: on new requirements where an ID missing - Adding :introduced: attribute on new requirements - Adding/correcting :updated: attribute on changed requirements Issue-ID: VNFRQTS-896 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com> Change-Id: I283441330a139aa1c6e2e79f0c54c5979bf44642
2020-06-29stndDefined added to vesEventListener specdeen19851-15/+96
This includes (list might not be complete, as some editiorial updates have been done too): Adding a new "stndDefined" enum to VES Common Event Header "domain" property Adding a new VES Common Header property "stndDefinedNamespace" Adding stndDefinedFields structure to VES Common Event Change-Id: I8b327c850b1d6c18d252fc4f77e40df9c5672ce8 Signed-off-by: deen1985 <damian.nowak@nokia.com> Issue-ID: VNFRQTS-889 Signed-off-by: deen1985 <damian.nowak@nokia.com>
2020-06-22stndDefined domain added to VES schemadeen19851-1/+36
Change-Id: I8fec71a3fe3a77089fd558e87563e247966a5819 Signed-off-by: deen1985 <damian.nowak@nokia.com> Issue-ID: VNFRQTS-888 Signed-off-by: deen1985 <damian.nowak@nokia.com>
2020-06-15Splitting NF reqt from VES specLovett, Trevor3-607/+470
- Moved content in VES Event Listener spec that was specific to defining NF behavior to Monitoring requirements - Expanded requirements regarding protocol selection - Provided additional guidance for VES client configuration - Reorganized sections of Event Listener for a more logical flow - Fixed various small formatting issues in VES 7.2 spec Issue-ID: VNFRQTS-813 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com> Change-Id: I4ca6fa4d846465c90520f8ebb133a1301d3509cf Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
2020-06-02Initial VES 7.2 Event Listener SpecLovett, Trevor2-0/+9272
This is just a copy of the 7.1.1 spec to enable tracking of changes Issue-ID: VNFRQTS-813 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com> Change-Id: Ic09cc6da49181845ef3748d562821d01a6262906