Added the Service Creation Flow Diagram

Change-Id: Idc4b724c6fbfe3eba660da521eea761667d04ac1
This commit is contained in:
Sunday Mgbogu 2021-06-25 10:35:58 +01:00
parent aae39f5011
commit 76faed8efa
5 changed files with 18 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 410 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 223 KiB

View File

@ -109,6 +109,21 @@ starts handling the on_present event first, the KuryrLoadBalancer CRD is
created with the endpoints subsets. Otherwise, it will update the existing CRD
created by the ServiceHandler with the endpoints subsets.
.. image:: ../../images/service_creation_diagram.png
:alt: Service creation Diagram
:align: center
:width: 100%
Service creation flow diagram
.. image:: ../../images/service_creation_flow.png
:alt: Service creation flow
:align: center
:width: 100%
Service creation sequence diagram
The KuryrLoadBalancerHandler (at controller/handlers/loadbalancer.py) upon
noticing the KuryrLoadBalancer CRD with the full specification, calls the
appropriate Drivers to handle the openstack resources such as Loadbalancer,