aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPérez Caparrós David, INI-INO-ECO-HCT <David.PerezCaparros@swisscom.com>2019-06-18 23:05:16 +0200
committerPérez Caparrós David, INI-INO-ECO-HCT <David.PerezCaparros@swisscom.com>2019-06-18 23:05:16 +0200
commitd30ccf88968750e408ad130f5e2ed7c2ea2ef4aa (patch)
tree73ce499eb8bead04be39845a0e3e713febe7a687
parent8efc17e44176a2b60c00f321c5bf62e4f0ef5b46 (diff)
Add BBS use case dev guide to integration
Add BBS use case details and dev guide to integration section in readthedocs Issue-ID: DOC-448 Signed-off-by: Pérez Caparrós David, INI-INO-ECO-HCT <David.PerezCaparros@swisscom.com> Change-Id: I9fc7923842388e4941f4e53433d2f8cb6134caa9
-rw-r--r--docs/docs_BBS.rst65
-rw-r--r--docs/files/bbs/BBS_arch_overview.pngbin0 -> 67616 bytes
-rw-r--r--docs/files/bbs/BBS_system_view.pngbin0 -> 55476 bytes
3 files changed, 65 insertions, 0 deletions
diff --git a/docs/docs_BBS.rst b/docs/docs_BBS.rst
new file mode 100644
index 000000000..c2d20bcc7
--- /dev/null
+++ b/docs/docs_BBS.rst
@@ -0,0 +1,65 @@
+.. _docs_bbs:
+
+BBS (Broadband Service)
+-----------------------
+
+Overview
+~~~~~~~~
+The BBS use case proposes using ONAP for the design, provisioning, life-cycle
+management and assurance of broadband services. BBS focuses on multi-Gigabit
+Internet Connectivity services based on PON (Passive Optical Network) access
+technology.
+
+In Dublin release, BBS enables ONAP to
+
+1. Establish a subscriber's HSIA (High Speed Internet Access) service
+from an ONT (Optical Network Termination unit) to the Internet drain
+
+ - The HSIA service is designed and deployed using ONAP's design and deployment
+ capabilities
+ - The HSIA service activation is initiated via ONAP's External APIs and
+ orchestrated and controlled using ONAP orchestration and control capabilities.
+ The control capabilities leverage a 3rd party controller to implement the
+ requested action within the technology domain/location represented by the
+ domain specific SDN management and control function.
+
+2. Detect the change of location for ONT devices (Nomadic ONT devices)
+
+ - PNF (Re-)Registration for an ONT
+
+ - Subscriber association to an ONT via ONAP's External APIs
+ - ONT association with a expected Access UNI (PON port) when a HSIA
+ service is created/deployed for a subscriber
+ - PNF (Re-)Registration using ONAP's PNF registration capabilities
+
+ - Service location modification that is detected by ONAP's analytic and
+ initiated via the closed loop capabilities
+
+ - The closed loop capabilities invoke a HSIA location change service that
+ is orchestrated and controlled using ONAP capabilities and 3rd party
+ controllers
+
+|image1|
+
+**Figure 1. Architecture Overview**
+
+System View
+~~~~~~~~~~~
+BBS relies on key ONAP components such as External API, SO, AAI, SDC, Policy
+(APEX engine), DCAE (PRH, BBS Event Processor, VES collector, VES mapper,
+RESTCONF collector) and SDNC
+
+|image2|
+
+**Figure 2. System View**
+
+System Set Up and configuration
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Please refer to the following wiki page for detailed set up and configuration
+instructions: `BBS Documentation <https://wiki.onap.org/display/DW/BBS+Documentation>`
+
+.. |image1| image:: files/bbs/BBS_arch_overview.png
+ :width: 6.5in
+.. |image2| image:: files/bbs/BBS_system_view.png
+ :width: 6.5in
diff --git a/docs/files/bbs/BBS_arch_overview.png b/docs/files/bbs/BBS_arch_overview.png
new file mode 100644
index 000000000..7eb1a00a7
--- /dev/null
+++ b/docs/files/bbs/BBS_arch_overview.png
Binary files differ
diff --git a/docs/files/bbs/BBS_system_view.png b/docs/files/bbs/BBS_system_view.png
new file mode 100644
index 000000000..b6e946a8a
--- /dev/null
+++ b/docs/files/bbs/BBS_system_view.png
Binary files differ