You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/10/11 08:08:36 UTC

[GitHub] rhtyd opened a new pull request #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

rhtyd opened a new pull request #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements
URL: https://github.com/apache/cloudstack/pull/2293
 
 
   This adds a minor feature to accepts security policies while creating network offering. Changes:
   - Deployed network will have security policies from the network offering
     applied on the port group (in vmware environment)
   - Global settings as fallback when security policies are not defined for a network
     offering
   - Default promiscuous mode security policy set to REJECT as it's the default
     for standard/default vswitch
   
   This also allows admins to define a network with vlan range such as vlan://200-400
   and use the range to configure vlan-trunking with the range for a portgroup
   in dvswitch.
   
   VLAN overlap checks are performed for:
   - isolated network against existing shared and isolated networks
   - dedicated vlan ranges for the physical/public network for the zone
   - shared network against existing isolated network
   
   Notes:
   - No vlan-range overlap checks are performed when creating shared networks
   - Multiple vlan id/ranges should include the vlan:// scheme prefix
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services