From: Martin Skorupski Date: Wed, 15 Dec 2021 06:40:27 +0000 (+0000) Subject: Merge "Late updates on integration deployment" X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=847b13ae40d141031aa4e9157c00fcfcbcc4a420;hp=6e5b18f64e1281746f772de27495842aa2a0bcb8;p=oam.git Merge "Late updates on integration deployment" --- diff --git a/README.md b/README.md index 17ac781..3ce0e1a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ This repository acts as root O-RAN-SC OAM repository. +## Documentation + +The project documentation link is: +https://docs.o-ran-sc.org/projects/o-ran-sc-oam/en/latest/index.html?highlight=Operation%20and%20mainetance + +To generate the documentation the project must be cloned and the following +command must be executed: +``` + tox -e docs,docs-linkcheck +``` + ## License This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details. diff --git a/docs/abbreviations.rst b/docs/abbreviations.rst index 855b6b0..d3f5fdc 100644 --- a/docs/abbreviations.rst +++ b/docs/abbreviations.rst @@ -194,7 +194,7 @@ Abbreviations +--------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | OMSA | ONAP Microservice Architecture | +--------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -| ONAP | `Open Network Automation Platform `__ | +| ONAP | `Open Network Automation Platform `__ | +--------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | OOF | ONAP Optimization Framework | +--------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 6bf006b..43cc7e8 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -8,7 +8,45 @@ Operation and Maintenance Release Notes This document provides the release notes for O-RAN-SC D-Release of the Operation and Maintenance (OAM) project. -A collection of release notes for used projects is available in `O-RAN-SC OAM wiki release notes `__. +A collection of release notes for used projects is available in `O-RAN-SC OAM wiki release notes `__. + +Version 5.0.0, 2021-11-29 +------------------------- + ++---------------------------------------------------------+---------------------------------------------------------------------------------+ +| Issue | Summary | ++=========================================================+=================================================================================+ +| `OAM-221 `__ | Wrong value format in measurement ves example | ++---------------------------------------------------------+---------------------------------------------------------------------------------+ +| `OAM-222 `__ | OAM Deployment enhancements | ++---------------------------------------------------------+---------------------------------------------------------------------------------+ +| `OAM-223 `__ | update from stating to released | ++---------------------------------------------------------+---------------------------------------------------------------------------------+ +| `OAM-226 `__ | Create yang model for CM according to the requirements by O-DU and the use case | ++---------------------------------------------------------+---------------------------------------------------------------------------------+ +| `OAM-227 `__ | Create VES stndDefined extension for PM-streaming | ++---------------------------------------------------------+---------------------------------------------------------------------------------+ +| `OAM-228 `__ | Update O-RAN-SC-Du Hello-world yang for CM | ++---------------------------------------------------------+---------------------------------------------------------------------------------+ +| `OAM-229 `__ | Update header of o-ran-sc-du-hello-world | ++---------------------------------------------------------+---------------------------------------------------------------------------------+ +| `OAM-230 `__ | Consider CM in o-ran-sc-du-hello-world.yang | ++---------------------------------------------------------+---------------------------------------------------------------------------------+ +| `OAM-231 `__ | Add slice management to o-ran-sc-du-hello-world.yang | ++---------------------------------------------------------+---------------------------------------------------------------------------------+ +| `OAM-232 `__ | Add performance measurement job management to o-ran-sc-du-hello-world.yang | ++---------------------------------------------------------+---------------------------------------------------------------------------------+ +| `OAM-233 `__ | Add subscription management to o-ran-sc-du-hello-world.yang | ++---------------------------------------------------------+---------------------------------------------------------------------------------+ +| `OAM-234 `__ | Create VES stndDefined PM streaming OpenAPI | ++---------------------------------------------------------+---------------------------------------------------------------------------------+ +| `OAM-235 `__ | Create a Yang notification syntax | ++---------------------------------------------------------+---------------------------------------------------------------------------------+ +| `OAM-237 `__ | Bug fixes in o-ran-sc-du-hello-world yang | ++---------------------------------------------------------+---------------------------------------------------------------------------------+ +| `OAM-238 `__ | Update O-RAN-SC wiki release page | ++---------------------------------------------------------+---------------------------------------------------------------------------------+ + Version 4.0.4, 2021-05-22 -------------------------