cloudstack/server/src/com/cloud/vm
Rohit Yadav 41fdb88970 CLOUDSTACK-10047: DVSwitch fixes and improvements (#2293)
Allow security policies to apply on port groups:
- Accepts security policies while creating network offering
- 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

Portgroup vlan-trunking options for dvswitch: This allows admins to define
a network with comma separated vlan id and vlan
range such as vlan://200-400,21,30-50 and use the provided vlan range to
configure vlan-trunking for a portgroup in dvswitch based environment.

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

Allow shared networks to bypass vlan overlap checks: This allows admins
to create shared networks with a `bypassvlanoverlapcheck` API flag
which when set to 'true' will create a shared network without
performing vlan overlap checks against isolated network and against
the vlans allocated to the datacenter's physical network (vlan ranges).

Notes:
- No vlan-range overlap checks are performed when creating shared networks
- Multiple vlan id/ranges should include the vlan:// scheme prefix

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-10-25 15:14:42 +05:30
..
snapshot CLOUDSTACK-10056: Fix vm details usage (#2248) 2017-09-16 12:01:03 +05:30
SystemVmLoadScanHandler.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
SystemVmLoadScanner.java CLOUDSTACK-8656: debug messages on interupted exceptions 2015-07-30 16:03:10 +02:00
UserVmManager.java CLOUDSTACK-7984: Collect network statistics for VMs on shared network (KVM implementation) 2017-07-23 17:15:23 +02:00
UserVmManagerImpl.java CLOUDSTACK-10047: DVSwitch fixes and improvements (#2293) 2017-10-25 15:14:42 +05:30
UserVmStateListener.java CLOUDSTACK-7648: There are new VM State Machine changes introduced which were missed to capture the usage events 2015-02-05 14:56:52 +05:30