This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new 93427d7  add L2 to networking overview (#39)
93427d7 is described below

commit 93427d773b5a9e5dfca1aeefb0801823d78f5eb8
Author: Paul Angus <[email protected]>
AuthorDate: Wed Apr 10 17:22:11 2019 +0100

    add L2 to networking overview (#39)
---
 source/adminguide/networking.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/source/adminguide/networking.rst b/source/adminguide/networking.rst
index 589c70e..fe16847 100644
--- a/source/adminguide/networking.rst
+++ b/source/adminguide/networking.rst
@@ -88,6 +88,24 @@ Basic zones in CloudStack 3.0.3 and later versions.
    Network” <networking2.html#configuring-a-shared-guest-network>`_.
 
 
+L2 Networks
+~~~~~~~~~~~
+
+L2 networks provide network isolation without any other services.  This
+means that there will be no virtual router.  It is assumed that the end
+user will have their own IPAM in place, or that they will statically assign 
+IP addresses.
+
+-  L2 networks can be created by the end users, however network offerings
+   which allow the network creator to specify a VLAN can only be created
+   by the root admins.
+
+-  CloudStack does not assign IP addresses to VMs.
+
+-  Userdata and metadata can be passed to the VM using a config drive
+   (which must be enabled in the network service offering)
+
+
 Runtime Allocation of Virtual Network Resources
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 

Reply via email to