diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-02-04 20:35:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-04 20:35:51 +0000 |
commit | 8bacf2ad3442af70dd123a973b202f2038f66063 (patch) | |
tree | cf9edac0175637309dbeee6808249d2c3c4a6a0a /docs | |
parent | df8e07ba043bc150ae9640af2cee5c8c10ccc47b (diff) | |
parent | b79087dfbea6f1a6bb902c180ca2dee0dece65d9 (diff) |
Merge "Upgrade High level architecture config guide"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configguide/index.rst | 122 |
1 files changed, 62 insertions, 60 deletions
diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst index 58e8a134..f12739e3 100644 --- a/docs/configguide/index.rst +++ b/docs/configguide/index.rst @@ -37,67 +37,69 @@ High level architecture The high level architecture of Functest within OPNFV can be described as follows:: - CIMC/Lights+out management Admin Private Public Storage + CIMC/Lights+out management Admin Mgmt/API Public Storage Private PXE - + + + + + - | | | | | - | +----------------------------+ | | | | - | | | | | | | - +-----+ Jumphost | | | | | - | | +--------+ | | | - | | | | | | | - | | +--------------------+ | | | | | - | | | | | | | | | - | | | Tools | +----------------+ | | - | | | - Rally | | | | | | - | | | - Robot | | | | | | - | | | - TestON | | | | | | - | | | | | | | | | - | | | Testcases | | | | | | - | | | - VIM | | | | | | - | | | -- healthcheck | | | | | | - | | | -- vPing_ssh | | | | | | - | | | -- vPing_userdata | | | | | | - | | | -- SNAPS_cases | | | | | | - | | | -- Tempest_smoke | | | | | | - | | | -- Rally_sanity | | | | | | - | | | -- Tempest_full | | | | | | - | | | -- Rally_full | | | | | | - | | | | | | | | | - | | | - SDN Controller | | | | | | - | | | -- odl | | | | | | - | | | -- onos | | | | | | - | | | | | | | | | - | | | - Features | | | | | | - | | | | | | | | | - | | | - VNF | | | | | | - | | | | | | | | | - | | +--------------------+ | | | | | - | | Functest Docker +-------------------------+ | - | | | | | | | - | | +---------------------------------+ - | | | | | | | - | +----------------------------+ | | | | - | | | | | - | +----------------+ | | | | - | | 1 | | | | | - +----+ +--------------+-+ | | | | - | | | 2 | | | | | - | | | +--------------+-+ | | | | - | | | | 3 | | | | | - | | | | +--------------+-+ | | | | - | | | | | 4 | | | | | - | +-+ | | +--------------+-+ | | | | - | | | | | 5 +-------------+ | | | - | +-+ | | nodes for | | | | | - | | | | deploying +---------------------+ | | - | +-+ | OPNFV | | | | | - | | | +------------------------------+ | - | +-+ SUT | | | | | - | | +--------------------------------------+ - | +----------------+ | | | | - | | | | | - + + + + + + + + + + + + + | | | | | | + | +----------------------------+ | | | | | + | | | | | | | | + +-----+ Jumphost | | | | | | + | | +--------+ | | | | + | | | | | | | | + | | +--------------------+ | | | | | | + | | | | | | | | | | + | | | Tools | +----------------+ | | | + | | | - Rally | | | | | | | + | | | - Robot | | | | | | | + | | | - TestON | | | | | | | + | | | | |-------------------------+ | | + | | | Testcases | | | | | | | + | | | - VIM | | | | | | | + | | | -- healthcheck | | | | | | | + | | | -- vPing_ssh | | | | | | | + | | | -- vPing_userdata | | | | | | | + | | | -- SNAPS_cases | | | | | | | + | | | -- Tempest_smoke | | | | | | | + | | | -- Rally_sanity | | | | | | | + | | | -- Tempest_full | | | | | | | + | | | -- Rally_full | | | | | | | + | | | | | | | | | | + | | | - SDN Controller | | | | | | | + | | | -- odl | | | | | | | + | | | -- onos | | | | | | | + | | | | | | | | | | + | | | - Features | | | | | | | + | | | | | | | | | | + | | | - VNF | | | | | | | + | | | | | | | | | | + | | +--------------------+ | | | | | | + | | Functest Docker + | | | | | + | | | | | | | | + | | | | | | | | + | | | | | | | | + | +----------------------------+ | | | | | + | | | | | | + | +----------------+ | | | | | + | | 1 | | | | | | + +----+ +--------------+-+ | | | | | + | | | 2 | | | | | | + | | | +--------------+-+ | | | | | + | | | | 3 | | | | | | + | | | | +--------------+-+ | | | | | + | | | | | 4 | | | | | | + | +-+ | | +--------------+-+ | | | | | + | | | | | 5 +-------------+ | | | | + | +-+ | | nodes for | | | | | | + | | | | deploying +---------------------+ | | | + | +-+ | OPNFV | | | | | | + | | | +------------------------------+ | | + | +-+ SUT | | | | | | + | | +--------------------------------------+ | + | | | | | | | | + | | +----------------------------------------------+ + | +----------------+ | | | | | + | | | | | | + + + + + + + SUT = System Under Test All the libraries and dependencies needed by all of the Functest tools |