This is an automated email from the ASF dual-hosted git repository.
bhaisaab pushed a change to branch debian9-systemvmtemplate
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
omit ac2d474 Start services after enabling them using systemd
omit 09c2b04 Ignore files from build of SSVM
omit d333603 Disable most services by default and enable in
cloud-early-config
omit 325b083 Accept DOS/MBR as file format for ISO images as well
omit 538f286 Move systemd services to /etc and enable services after they
have been installed
omit 18f725c Load the nf_conntrack_ipv6 module for IPv6 connection
tracking on SSVM
omit 6c8fbc9 CLOUDSTACK-10013: Migrate systemvmtemplate to Debian9
add 86b6050 CLOUDSTACK-10042: Properly show ICMP SecGroup Rules (#2233)
add cf6c949 Merge branch '4.9' into 4.10
add d17728d Merge branch '4.10'
add aee3dbb CLOUDSTACK-10000: Fix remote access vpn does not work due to
'#' in password (#2182)
add 92b07d4 CLOUDSTACK-10000: Fix vpn_users component test
add 5645164 CLOUDSTACK-8958: release dedicated ip range in domain removal
add 542b7e6 CLOUDSTACK-8958: Fix typos introduced
add d9b7b8c Merge branch '4.9' into 4.10
add f84728d Merge branch '4.10'
add c13af1e README: Repo has moved (#2235)
add 3f330a2 CLOUDSTACK-10044: Update role permission (#2236)
add 17bc6af CLOUDSTACK-10031: change default configuration for
router.aggregation.command.each.timeout from 3 to 600 seconds (#2223)
add 6745f98 CLOUDSTACK-9999: vpc tiers do not work if vpc has more than 8
tiers (#2180)
add f243f70 CLOUDSTACK-10026 Page for Internal LB VM stucking while
loading (#2215)
add dc361e1 CLOUDSTACK-10031: change default configuration for
router.aggregation.command.each.timeout from 3 to 600 seconds (#2223)
add cd2176f CLOUDSTACK-10031: change default configuration for
router.aggregation.command.each.timeout from 3 to 600 seconds (#2223)
add a502c00 Merge branch '4.9' into 4.10
add fa2c5a0 Merge remote-tracking branch 'origin/4.10'
add d450e1a CLOUDSTACK-9992 : Failed to change cluster to managed state
add 4e4d7c7 CLOUDSTACK-9773: Don't break API output with non-printable
characters (#1936)
add ea52a13 CLOUDSTACK-9763: set ssh public key when creating vm data
(#1919)
add a40e0f0 CLOUDSTACK-9939: Volumes stuck in Creating state while
restarting the Management Server when the volume creation is in progress (#2163)
add 250c47e CLOUDSTACK-9964: Snapahots are getting deleted if VM is
assigned to another user (#2159)
new c712fc2 CLOUDSTACK-10013: Migrate systemvmtemplate to Debian9
new c49c352 Load the nf_conntrack_ipv6 module for IPv6 connection
tracking on SSVM
new 0f4079f Move systemd services to /etc and enable services after they
have been installed
new 319247d Accept DOS/MBR as file format for ISO images as well
new 8b829e5 Disable most services by default and enable in
cloud-early-config
new f95cd05 Ignore files from build of SSVM
new 3f818e1 Start services after enabling them using systemd
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 (ac2d474)
\
N -- N -- N refs/heads/debian9-systemvmtemplate (3f818e1)
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.
The 7 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/org/apache/cloudstack/acl/RoleService.java | 4 +-
.../org/apache/cloudstack/api/ApiConstants.java | 1 +
.../command/admin/acl/UpdateRolePermissionCmd.java | 56 +++++++++--
.../cloud/configuration/ConfigurationManager.java | 14 +++
engine/schema/src/com/cloud/domain/DomainVO.java | 8 ++
.../schema/src/com/cloud/host/dao/HostDaoImpl.java | 6 ++
.../cloudstack/acl/dao/RolePermissionsDao.java | 10 ++
.../cloudstack/acl/dao/RolePermissionsDaoImpl.java | 14 +++
.../framework/jobs/impl/AsyncJobManagerImpl.java | 4 +
server/src/com/cloud/api/ApiServer.java | 3 +-
server/src/com/cloud/configuration/Config.java | 2 +-
.../configuration/ConfigurationManagerImpl.java | 40 ++++++--
.../cloud/network/router/CommandSetupHelper.java | 4 +-
.../network/vpn/RemoteAccessVpnManagerImpl.java | 4 +-
server/src/com/cloud/user/DomainManagerImpl.java | 16 ++-
server/src/com/cloud/vm/UserVmManagerImpl.java | 10 +-
.../org/apache/cloudstack/acl/RoleManagerImpl.java | 6 ++
.../test/com/cloud/user/DomainManagerImplTest.java | 107 +++++++++++++++++----
.../cloud/vpc/MockConfigurationManagerImpl.java | 11 ++-
setup/db/db/schema-41000to41100.sql | 2 +
setup/db/db/schema-4920to4930.sql | 2 +
.../patches/debian/config/opt/cloud/bin/merge.py | 2 +-
test/integration/component/test_vpn_users.py | 2 +-
test/integration/smoke/test_dynamicroles.py | 40 ++++++++
tools/cli/README | 2 +-
ui/l10n/ar.js | 1 +
ui/l10n/ca.js | 1 +
ui/l10n/de_DE.js | 1 +
ui/l10n/en.js | 1 +
ui/l10n/es.js | 1 +
ui/l10n/fr_FR.js | 1 +
ui/l10n/hu.js | 1 +
ui/l10n/it_IT.js | 1 +
ui/l10n/ja_JP.js | 1 +
ui/l10n/ko_KR.js | 1 +
ui/l10n/nb_NO.js | 1 +
ui/l10n/nl_NL.js | 1 +
ui/l10n/pl.js | 1 +
ui/l10n/pt_BR.js | 1 +
ui/l10n/ru_RU.js | 1 +
ui/l10n/zh_CN.js | 1 +
ui/scripts/network.js | 14 ++-
ui/scripts/roles.js | 23 +++++
ui/scripts/system.js | 14 +--
ui/scripts/ui/widgets/multiEdit.js | 35 ++++++-
45 files changed, 409 insertions(+), 63 deletions(-)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].