diff options
-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) ------------------------------------- |