diff options
Diffstat (limited to 'docs/development/design/usecases.rst')
-rw-r--r-- | docs/development/design/usecases.rst | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/development/design/usecases.rst b/docs/development/design/usecases.rst index 23e94417..cc20ecea 100644 --- a/docs/development/design/usecases.rst +++ b/docs/development/design/usecases.rst @@ -4,13 +4,24 @@ Use Cases --------- -This section outlines the Colorado use cases driving the initial OPNFV +This section outlines the Danube use cases driving the initial OPNFV SFC implementation. -The use cases targeted in the OPNFV SFC Colorado release focus on creating +Use Case 1 - Two chains +*********************** + +This use case is targeted on creating simple Service Chains using Firewall Service Functions. As can be seen in the following diagram, 2 service chains are created, each through a different Service Function Firewall. Service Chain 1 will block HTTP, while Service Chain 2 will block SSH. .. image:: ./images/OPNFV_SFC_Brahmaputra_UseCase.jpg + +Use Case 2 - One chain traverses two service functions +****************************************************** + +This use case creates two service functions, and a chain that makes the traffic +flow through both of them. More information is available in OPNFV-SFC wiki: + +https://wiki.opnfv.org/display/sfc/Functest+SFC-ODL+-+Test+2 |