summaryrefslogtreecommitdiffstats
path: root/docs/Chapter8/ves_5_4_1
AgeCommit message (Collapse)AuthorFilesLines
2020-07-12Requirement ID Generation and RST ValidationLovett, Trevor1-26/+25
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-15Splitting NF reqt from VES specLovett, Trevor1-1/+1
- 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-03-20Removing client command from VES 5.4.1 Event ListenerLovett, Trevor3-481/+12
Commands for event sources was never implemented, but the spec was not updated. The information is being removed to prevent confusion. Issue-ID: VNFRQTS-861 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com> Change-Id: I12ef1368e2a6f84af63611d0bb839f4c840b113f
2020-03-20Adding VES 5.4.1 Event Listener SpecLovett, Trevor5-0/+2427
The ONAP Frankfurt release still supports the VES 5.4.1 Event Listener format so this has been added back into the requirements, and R-570134 has been updated accordingly. Issue-ID: VNFRQTS-804 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com> Change-Id: I24fb9d62314cc4e35c87b23ce57498363d2eb0f3