diff options
author | root <juan.vidal.allende@ericsson.com> | 2017-03-30 09:42:19 +0000 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2017-03-30 17:05:14 +0000 |
commit | a6f40087fd15131c50d5cf3594d0ef702cdc40db (patch) | |
tree | 7261b07567a000a04671d6482d835c32dc4c8493 /docs/development/design/usecases.rst | |
parent | 6a9c9e69da60996ed3b738dd71b744df61cec9d7 (diff) |
Remove references to older releases on documentation
- Rename all Brahmaputra/Colorado links to Danube
- Bumped OvS version from 2.5.90 to 2.6.1
- Bumped ODL version from Boron to Boron SR2
- Changed release date
Change-Id: I4286cbd074b377b4b33e25f33646bb05075f10f5
Signed-off-by: Juan Vidal <juan.vidal.allende@ericsson.com>
(cherry picked from commit e61239dbb4f96bb4b798cd3c6e6d6c953d4fcee4)
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 |