This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch marvin3
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from ef03468 remove pyenv from systemvm code
add 6d0d701 api,engine/schema,server: vm readonly details rename (#4671)
add cd38519 tests: Fix k8s test failures on VMware (#4896)
add d8c6e00 hypervisor: XCP-ng 8.2 support (#4672)
add cd60b8d host-allocator: check capacity for suitable hosts (#4884)
add ca8920d Merge remote-tracking branch 'origin/4.14' into 4.15
add 22f6c19 Merge remote-tracking branch 'origin/4.15'
add 03c05bc tests: skip livemigration for centos (#4801)
add 99a9063 server: Added recursive fetch of child domains for
listUsageRecords API call (#4717)
add fdefee7 vmware: fix inter-cluster stopped vm and volume migration
(#4895)
add e47dc9c ldap: Fix orphan entry on ldap trust map after account
removal (#4899)
add 4bab06a systemvm: Restricting http access on VR to internal network
(#4847)
add 6b1c94e server: fix root disk size on vm reset (#4638)
add e824fdb Merge remote-tracking branch 'origin/4.14' into 4.15
add a64ad9d server: Prevent vm snapshots being indefinitely stuck in
Expunging state on deletion failure (#4898)
add cce7367 Merge remote-tracking branch 'apache/4.15'
add 9cf1e0e vmware: Fix VMware OVF properties copy from template (#4738)
add 4c16024 ui: fix login when username is email (#4910)
add 8fd9150 Merge remote-tracking branch 'origin/4.15'
add 911376e Improve logs on KVMHostActivityChecker (#4706)
add b28d638 Add support to StartTLS on Quota's mailing (#4573)
add 4dd7db1 server: Fixed hosts not displaying with incompatible locale
(#4900)
add 87d73b9 ui: Korean language support for all features of the new
CloudStack UI. (#4916)
add 6200ac8 ui: Search view - Fixes the color style of the filter icon
(#4917)
add a69bf67 Merge remote-tracking branch 'origin/4.15'
add c31804b Merge branch 'master' into marvin3
No new revisions were added by this update.
Summary of changes:
.../java/com/cloud/vm/snapshot/VMSnapshot.java | 1 +
.../command/admin/usage/ListUsageRecordsCmd.java | 9 +
.../cloudstack/api/response/UserVmResponse.java | 14 +-
.../org/apache/cloudstack/query/QueryService.java | 6 +-
.../agent/api/storage/MigrateVolumeCommand.java | 16 +-
.../java/com/cloud/capacity/CapacityManager.java | 4 +
.../com/cloud/vm/VirtualMachineManagerImpl.java | 34 +-
.../src/main/java/com/cloud/host/HostVO.java | 2 +-
.../resources/META-INF/db/schema-41500to41510.sql | 33 +
.../resources/META-INF/db/schema-41510to41600.sql | 4 +-
.../vmsnapshot/DefaultVMSnapshotStrategy.java | 15 +-
.../cloudstack/quota/QuotaAlertManagerImpl.java | 15 +-
.../cloudstack/quota/constant/QuotaConfig.java | 3 +
.../apache/cloudstack/quota/QuotaServiceImpl.java | 2 +-
.../manager/allocator/impl/RandomAllocator.java | 135 +-
.../cloudstack/kvm/ha/KVMHostActivityChecker.java | 86 +-
.../java/com/cloud/hypervisor/guru/VMwareGuru.java | 73 +-
.../hypervisor/vmware/resource/VmwareResource.java | 56 +-
.../motion/VmwareStorageMotionStrategy.java | 106 +-
.../java/com/cloud/hypervisor/XenServerGuru.java | 10 +-
...ernetesClusterResourceModifierActionWorker.java | 1 -
.../cloudstack/response/HostMetricsResponse.java | 25 +-
.../apache/cloudstack/ldap/LdapManagerImpl.java | 38 +-
.../manager/allocator/impl/FirstFitAllocator.java | 25 +-
.../java/com/cloud/api/query/QueryManagerImpl.java | 2 +-
.../com/cloud/api/query/dao/UserVmJoinDaoImpl.java | 2 +-
.../com/cloud/capacity/CapacityManagerImpl.java | 18 +
.../com/cloud/storage/VolumeApiServiceImpl.java | 8 +-
.../java/com/cloud/usage/UsageServiceImpl.java | 105 +-
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 8 +-
systemvm/debian/etc/iptables/iptables-dhcpsrvr | 1 -
systemvm/debian/opt/cloud/bin/cs/CsAddress.py | 5 +-
systemvm/debian/opt/cloud/bin/cs/CsApp.py | 10 -
test/integration/smoke/test_kubernetes_clusters.py | 106 +-
test/integration/smoke/test_vm_life_cycle.py | 42 +-
tools/marvin/marvin/lib/common.py | 8 +-
ui/public/locales/ko_KR.json | 4020 ++++++++++++--------
ui/src/api/index.js | 2 +-
ui/src/components/view/DetailSettings.vue | 4 +-
ui/src/components/view/SearchView.vue | 16 +-
.../hypervisor/vmware/mo/HypervisorHostHelper.java | 17 +
.../hypervisor/vmware/mo/VirtualMachineMO.java | 29 +-
.../cloud/hypervisor/vmware/util/VmwareHelper.java | 25 +-
43 files changed, 3163 insertions(+), 1978 deletions(-)