This is an automated email from the ASF dual-hosted git repository.
andrijapanic pushed a change to branch smoke-tests-master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
discard f1c020d Dummy commit
add d3f199f Increase DHCP lease time to infinite (#3662)
add 3b82aba .gitignore: ignore patches and unzipped logs (#3665)
add afab9fb client: jetty session timeout set after server is started
(#3658)
add 4d7e95e kvm: Use 'ip' instead of 'brctl' (#3623)
add 41275ab ui: Small additional NuageVsp cleanups (#3146) (#3620)
add 95fbe7c datamotion: snapshot failure diagnostics unhidden (#3666)
add b0e3fbe Merge remote-tracking branch 'origin/4.13'
add 524b995 IoT/ARM64 support: allow cloudstack-agent on Raspberry Pi 4
(armv8) to use kvm acceleration (#3644)
add a9b4da6 server: reduce verbosity of Async Job Manager log messages
(#3616)
add 7f5096a storage: don't select an SSVM that is removed (#3668)
add ae61bfe systemvm: for ip route show command don't use the throw
command (#3612)
add 8ac2501 ceph: fix issue #3590 'Revert Ceph/RBD Snapshot' (#3605)
add 96d98de Merge remote-tracking branch 'origin/4.13'
add c8681f5 ui: fix migrate host form no host popup (#3682)
add c863cc2 add class cleanup method (#3632)
add 4cce43f Add support for vSphere Web SDK 6.7 installation in
install-non-oss.sh (#3650)
add fc9a525 New BuildRequires for CentOS 7: python-setuptools (#3630)
add 80abb5a Fix VR creation issue while creating VM on shared network
using PVLAN (#3653)
add dcc798d vpc: fix acl rule with protocol number is not applied
correctly in vpc vr (#3678)
add 23ca806 kvm: fix issue that network rules for secondary IPs are not
applied (#3636)
add d981edb server: acquire IPv4 address when add secondary IP to nic if
IP is not specified (#3635)
add 114df3d Forward merge apache/4.13 to master
add 24db4d8 security_group.py: check cidr unstrictly to accept cidrs like
1.1.1.1/24 (#3701)
add e1ccbfb debian: fix symlink issue post install/upgrade (#3695)
add 3220705 setup: env config for dual zone simulator (#3696)
add 7bb2569 Dummy commit
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f1c020d)
\
N -- N -- N refs/heads/smoke-tests-master (7bb2569)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.gitignore | 3 +-
agent/conf/agent.properties | 6 +
.../java/org/apache/cloudstack/ServerDaemon.java | 14 +-
.../facade/SetNetworkAclConfigItem.java | 4 +-
debian/cloudstack-usage.postinst | 13 +-
deps/install-non-oss.sh | 3 +
.../storage/motion/AncientDataMotionStrategy.java | 2 +-
.../storage/endpoint/DefaultEndPointSelector.java | 1 +
.../framework/jobs/impl/AsyncJobManagerImpl.java | 4 +-
packaging/centos7/cloud.spec | 1 +
.../hypervisor/kvm/resource/BridgeVifDriver.java | 4 +-
.../hypervisor/kvm/resource/IvsVifDriver.java | 2 +-
.../kvm/resource/LibvirtCapXMLParser.java | 3 +-
.../kvm/resource/LibvirtComputingResource.java | 37 +-
.../hypervisor/kvm/resource/LibvirtVMDef.java | 42 ++-
.../LibvirtRevertSnapshotCommandWrapper.java | 10 +-
.../kvm/resource/LibvirtComputingResourceTest.java | 3 +
scripts/vm/network/security_group.py | 2 +-
scripts/vm/network/vnet/modifyvlan.sh | 9 +-
.../kvm/discoverer/LibvirtServerDiscoverer.java | 2 +-
.../java/com/cloud/network/NetworkServiceImpl.java | 5 +-
.../router/VirtualNetworkApplianceManagerImpl.java | 13 +-
setup/dev/advdualzone.cfg | 377 +++++++++++++++++++++
systemvm/debian/opt/cloud/bin/cs/CsDhcp.py | 12 +-
systemvm/debian/opt/cloud/bin/cs/CsRoute.py | 2 +-
test/integration/component/test_configdrive.py | 4 -
test/integration/plugins/test_quota.py | 8 +
tools/apidoc/gen_toc.py | 3 -
ui/l10n/ar.js | 4 -
ui/l10n/ca.js | 4 -
ui/l10n/de_DE.js | 4 -
ui/l10n/es.js | 4 -
ui/l10n/fr_FR.js | 4 -
ui/l10n/hu.js | 4 -
ui/l10n/it_IT.js | 4 -
ui/l10n/ja_JP.js | 4 -
ui/l10n/ko_KR.js | 4 -
ui/l10n/nb_NO.js | 4 -
ui/l10n/nl_NL.js | 4 -
ui/l10n/pl.js | 4 -
ui/l10n/pt_BR.js | 4 -
ui/l10n/ru_RU.js | 4 -
ui/l10n/zh_CN.js | 4 -
ui/scripts/configuration.js | 9 +-
ui/scripts/instances.js | 6 +-
ui/scripts/ui-custom/zoneWizard.js | 3 -
46 files changed, 532 insertions(+), 135 deletions(-)
create mode 100644 setup/dev/advdualzone.cfg