diff options
author | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2019-04-03 17:24:29 +0200 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-04-09 14:13:29 +0000 |
commit | 092189e83c4bd470b9232380dd1a33c63a035606 (patch) | |
tree | 5d296af1e01f79b0d05dd1fec29c3ba78229c54b /docs/guides/onap-user/pnfMaintenance.rst | |
parent | 3ebc1c63fb2e5c62eb52da140cc326fbc271aab0 (diff) |
SDN-R read2docs
Add docs folder and project with src
Change-Id: I0299c5984c747a40a8dd1e3f79479b9e9d729d50
Issue-ID: SDNC-683
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Diffstat (limited to 'docs/guides/onap-user/pnfMaintenance.rst')
-rw-r--r-- | docs/guides/onap-user/pnfMaintenance.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/guides/onap-user/pnfMaintenance.rst b/docs/guides/onap-user/pnfMaintenance.rst new file mode 100644 index 000000000..9a0be0b00 --- /dev/null +++ b/docs/guides/onap-user/pnfMaintenance.rst @@ -0,0 +1,23 @@ +.. contents:: + :depth: 3 +.. + +Maintenance +=========== + +The 'Maintenance' application on the OpenDaylight provides the +information of the Network Elements which are set for Maintenance, +currently or in the future. User can manage devices to set the +maintenance mode so that no unnecessary alarms are created. When the +device is in Maintenace alarms are not forwarded to DCAE and when the +device maintenance is turned off the alarms will start flowing again. + +'Active' field in this application shows if the Network Element is in +maintenance mode currently or not. If it is 'active' it means the +Network Element is currently undergoing maintenance, If 'not active' it +means maintenance might have been set for future or maintenance is +already completed. + +Users have access to disable the Maintenance mode or change the +maintenance start and end dates at any point of time by using the +available options in actions column. |