diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-06-26 05:46:09 -0400 |
---|---|---|
committer | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-06-26 05:46:09 -0400 |
commit | 759e1d6f490e8683041040d6845b2bf7409f9520 (patch) | |
tree | 1dd115b2fad56ee079362adc11d5b4dd744ea54e /docs | |
parent | 72d3ce24374ff5b1df6b7b55b1f0119fed54a220 (diff) |
Update VM intallation network setup for ODL scenario
Change-Id: Ie26ca7d81b8d293fbcdc73d5bfa6f2bdbe21e215
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installationprocedure/vmdeploy.rst | 65 |
1 files changed, 35 insertions, 30 deletions
diff --git a/docs/installationprocedure/vmdeploy.rst b/docs/installationprocedure/vmdeploy.rst index 296af6b9..6c57ded8 100644 --- a/docs/installationprocedure/vmdeploy.rst +++ b/docs/installationprocedure/vmdeploy.rst @@ -70,53 +70,58 @@ You can write your own reference into it. .. code-block:: console - +------------+------------------------------+ + +-B/M--------+------------------------------+ |Jumperserver+ | +------------+ +--+ | | | | | - | +------------+ | | | + | +-V/M--------+ | | | | | Daisyserver+------+ | | | +------------+ | | | | | | | - | | | | - | | | | - | +------------+ | | | - | +--------+ Controller +------+ | | - | | +------------+ | | | - | | | | | - | | | | | - | | | | | - | | +------------+ | | | - | | | Compute1 +------+ | | - | | +------------+ | | | - | | | | | - | | | | | - | | | | | - | | +------------+ | | | - | | | Compute2 +------+ | | - | | +------------+ | | | - | | | | | - | | | | | - | | | | | - | | | | | - | | ++-+ | - | | ^ | + | +--+ | | | + | | | +-V/M--------+ | | | + | | +-------+ Controller +------+ | | + | | | | ODL(Opt.) | | | | + | | | | Network | | | | + | | | | Ceph1 | | | | + | | | +------------+ | | | + | | | | | | + | | | | | | + | | | | | | + | | | +-V/M--------+ | | | + | | +-------+ Compute1 +------+ | | + | | | | Ceph2 | | | | + | | | +------------+ | | | + | | | | | | + | | | | | | + | | | | | | + | | | +-V/M--------+ | | | + | | +-------+ Compute2 +------+ | | + | | | | Ceph3 | | | | + | | | +------------+ | | | + | | | | | | + | | | | | | + | | | | | | + | +--+ +--+ | + | ^ ^ | | | | | | | | | - | ++--------------------------+ | | - | | | | | + | /---------------------------\ | | | | External Network | | | - | +---------------------------+ | | - | +-----------------------+---+ | + | \---------------------------/ | | + | /-----------------------+---\ | | | Installation Network | | | | Public/Private API | | | | Internet Access | | | | Tenant Network | | - | +---------------------------+ | + | | Storage Network | | + | \---------------------------/ | +-------------------------------------------+ +Note: For Flat External networks(which is used by default), a physical interface is needed on each compute node for ODL NetVirt recent versions. + Start Deployment (Virtual Deployment) ------------------------------------- |