This is an automated email from the ASF dual-hosted git repository.
paul_a pushed a change to branch 4.11
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from c2f4b36 packaging: Fixes #2857 don't overwrite agent logrotate config
(#2860)
add 02e2825 CLOUDSTACK-10380: Fix startvm giving another password after
password reset.
add 8d7a1d6 get new vr after NetworkRestartWithCleanup
add 6041582 CLOUDSTACK-10380: Refactoring of test_configdrive
add b0490c5 fixed test_nuage_extra_dhcp test failures due to refactoring
add 41fcf43 Fix config drive test for Shared Network
add b728e23 Marvin: Register template
add cca2505 Handle review comments
new fe10e68 Merge pull request #2743 from
nuagenetworks/bugfix/marvin_config_drive
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:
.../engine/orchestration/NetworkOrchestrator.java | 2 +-
.../schema/src/com/cloud/vm/dao/UserVmDaoImpl.java | 12 +-
.../resourcedetail/ResourceDetailsDao.java | 2 +
.../resourcedetail/ResourceDetailsDaoBase.java | 14 +-
.../network/element/VirtualRouterElement.java | 17 +-
server/src/com/cloud/vm/UserVmManagerImpl.java | 25 +-
test/integration/component/test_configdrive.py | 2161 ++++++++++----------
test/integration/plugins/nuagevsp/nuageTestCase.py | 126 +-
test/integration/plugins/nuagevsp/nuage_lib.py | 53 +-
.../plugins/nuagevsp/test_nuage_configdrive.py | 2088 +++++++------------
.../plugins/nuagevsp/test_nuage_extra_dhcp.py | 49 +-
.../plugins/nuagevsp/test_nuage_internal_dns.py | 46 +-
.../nuagevsp/test_nuage_network_migration.py | 18 +-
.../plugins/nuagevsp/test_nuage_password_reset.py | 19 +-
.../plugins/nuagevsp/test_nuage_source_nat.py | 20 +-
.../plugins/nuagevsp/test_nuage_static_nat.py | 26 +-
.../plugins/nuagevsp/test_nuage_vpc_internal_lb.py | 130 +-
.../plugins/nuagevsp/test_nuage_vpc_network.py | 6 +-
.../nuagevsp/test_nuage_vsp_domain_template.py | 18 +-
.../nuagevsp/test_nuage_vsp_mngd_subnets.py | 12 +-
tools/marvin/marvin/lib/base.py | 11 +-
tools/marvin/marvin/lib/common.py | 6 +-
tools/marvin/setup.py | 6 +-
23 files changed, 2241 insertions(+), 2626 deletions(-)