This is an automated email from the ASF dual-hosted git repository.
rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from 4f8b88b vmware: while plugging in nics get existing sorted nic
devices (#4336)
add 534dd47 agent: Compare indirect agent lb algorithm when cloudstack
agent connects (#4335)
add ca1e02f vmware: search unmanaged instances using hypervisor name
(#4328)
add d6152b3 server: Broadcast URI not set to vxlan, but vlan (Fix #3040)
(#4190)
add 1efe6e2 Merge remote-tracking branch 'origin/4.13' into 4.14
new 86fcb14 Merge remote-tracking branch 'origin/4.14'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
api/src/main/java/com/cloud/network/Networks.java | 49 +++++++++++----
.../com/cloud/agent/manager/AgentManagerImpl.java | 9 ++-
.../engine/orchestration/NetworkOrchestrator.java | 23 ++++++-
.../orchestration/NetworkOrchestratorTest.java | 73 ++++++++++++++++++++++
.../cloudstack/agent/lb/IndirectAgentLB.java | 2 +-
.../hypervisor/vmware/resource/VmwareResource.java | 4 +-
.../agent/lb/IndirectAgentLBServiceImpl.java | 5 +-
.../com/cloud/hypervisor/vmware/mo/ClusterMO.java | 7 ++-
.../com/cloud/hypervisor/vmware/mo/HostMO.java | 41 +++++++++++-
.../hypervisor/vmware/mo/VmwareHypervisorHost.java | 2 +-
10 files changed, 187 insertions(+), 28 deletions(-)