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/connect.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/connect.rst')
-rw-r--r-- | docs/guides/onap-user/connect.rst | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/docs/guides/onap-user/connect.rst b/docs/guides/onap-user/connect.rst new file mode 100644 index 000000000..9678dd6ff --- /dev/null +++ b/docs/guides/onap-user/connect.rst @@ -0,0 +1,48 @@ +.. contents:: + :depth: 3 +.. + +Connect +======= + +The 'Connect' application on OpenDaylight provides up-to-date +connectivity information about the wireless devices in the network. It +automatically displays new network elements and their connection status. +Despite the network elements usually automatically mount themselves, an +additional small window allows manually mounting devices/mediators. For +better understanding alarms and status, a connection status log lists +all the connection status changes of OpenDaylight mount points. + +Views +----- + +The graphical user interfaces is divided in three sections. + +Required Network Elements +~~~~~~~~~~~~~~~~~~~~~~~~~ + +Required Network Elements are physical network functions, which are +planned or expected in the network. This means the identifier, IP +addresses and its required configuration is well-known and available in +a planning database or in ONAP A&AI. + +This view also offer to manually configure/mount the device with the '+' +icon. The SDN controller will then start connecting the Netconf server. + +Unknown Network Elements +~~~~~~~~~~~~~~~~~~~~~~~~ + +Most of the physical network function support an automatic registration +procedure to the SDN controller. It may happen, that devices are +connected to the SDN Controller but not available in planning data. + +It might be a normal occurrence for very cheap devices, where an entire +planning process to too expensive. But is may also happen that the +identifier used in planning process differ from the identifier currently +configured in the device. + +Connection Status Log +~~~~~~~~~~~~~~~~~~~~~ + +The log lists the connections status changes between SDN Controller and +NetConf servers (devices). |