Bharat Kumar
d98520a6da
CLOUDSTACK-9667 Enable resourcecount.check.interval by default
2017-07-24 09:26:17 +02:00
Daan Hoogland
2b5892e54a
CLOUDSTACK-9891 no password log for copy user in ssvm setup
...
reported by Marcus Sorensen
2017-07-24 09:23:54 +02:00
Nitesh Sarda
917666b19c
CLOUDSTACK-9981 : Regression occurs after upgrading to 4.10 while registering a template.
2017-07-23 23:28:11 +02:00
Boris
074ad5ea0e
CLOUDSTACK-9979 - Fix test_volumes.py test
2017-07-23 23:25:31 +02:00
Nitin Kumar Maharana
6c40ca1132
BUG-ID: CS-51756: [UI] Network update to new offering ( with services removed ) pops up forced update confirmation with incorrect functionality
2017-07-23 23:24:17 +02:00
Boris
812c56b5e3
CLOUDSTACK-10009: fix test_data.py remove item "templateregister", and fix tests to use default template
2017-07-23 23:21:53 +02:00
Rene Moser
256c193e92
CLOUDSTACK-8873: add zonename in load balancer response
2017-07-23 23:16:23 +02:00
Wei Zhou
afbbb810f0
CLOUDSTACK-9405: add details parameter in listDomains API to reduce the execution time
2017-07-23 23:15:26 +02:00
Sarath Kasi
553b092601
CLOUDSTACK-8830 VM snapshot fails for 12 min after instance creation
2017-07-23 17:24:05 +02:00
Wei Zhou
c03923c7e7
CLOUDSTACK-9113: skip vm with inconsistent state when getVmNetworkStats
2017-07-23 17:15:23 +02:00
Wei Zhou
047a57ddf2
CLOUDSTACK-7984: Add vm.{disk,network}.stats.interval.min global setting
2017-07-23 17:15:23 +02:00
Wei Zhou
960cb84083
CLOUDSTACK-7984: Collect network statistics for VMs on shared network (KVM implementation)
2017-07-23 17:15:23 +02:00
Rohit Yadav
61208b5db2
Merge remote-tracking branch 'origin/4.10'
2017-07-23 13:46:20 +02:00
Rohit Yadav
c1e5cb32d0
Merge remote-tracking branch 'origin/4.9' into 4.10
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-07-23 13:30:04 +02:00
Will Stevens
c566aba838
we should not need to take down the service every time an IP is configured
2017-07-23 13:20:36 +02:00
Sudhansu
970746c6d6
CLOUDSTACK-9668 : disksizeallocated of PrimaryStorage is different from the total size of a volume
...
update capacity if current allocated is different from used bytes in DB.
2017-07-23 13:15:07 +02:00
Wei Zhou
d216345af7
CLOUDSTACK-9136: remove ssh keypairs along with removing account
...
We also allow ROOT Admin to remove remained ssh keypairs of removed account
2017-07-23 13:11:38 +02:00
Slair1
27b0c65909
Gather all S2S vpn statuses before outputting
2017-07-23 13:07:36 +02:00
Slair1
4c2d851486
VR related periodic jobs are scheduled twice and run twice on management servers
2017-07-23 13:06:56 +02:00
Rohit Yadav
01cbfe5d42
Merge remote-tracking branch 'origin/4.10'
2017-07-22 11:46:16 +02:00
Rohit Yadav
2b06f1ddaf
Merge remote-tracking branch 'origin/4.9' into 4.10
2017-07-22 11:45:30 +02:00
Nathan Johnson
047bb1c74a
CLOUDSTACK-9830 Fix DST bug in QuotaAlertManagerTest
...
Replace the use of joda with Calendar, set explicitly to UTC when
doing date manipulation.
2017-07-22 11:36:23 +02:00
Wei Zhou
088cca2b28
CLOUDSTACK-9997: Add cpu cores information in CapacityResponse
...
This commit contains following changes
(1) add CPU CORE information in op_host_capacity
(2) add capacity name in the CapacityResponse
(3) add allocatedCapacity for CPU/MEMORY/CPU CORE for zones
(4) sort CapacityResponse by zonename and CapacityType
2017-07-22 11:26:37 +02:00
Syed
829965771a
Check for host before adding it to storagepaths
2017-07-22 11:21:00 +02:00
Rohit Yadav
3587bc4b54
Merge remote-tracking branch 'origin/4.10'
2017-07-22 11:09:23 +02:00
Rohit Yadav
ffddd6db09
Merge remote-tracking branch 'origin/4.9' into 4.10
2017-07-22 11:07:42 +02:00
Rohit Yadav
449ff979bd
packaging: Improve post-upgrade processing
...
$1 is "2" during package upgrade in %post section, this fixes the
handling of $1 as per https://fedoraproject.org/wiki/Packaging:Scriptlets
This improves handling of $1 during %post upgrade step. Some of the
command/code are idempotent such as enabling and starting a service
and can be run without any $1 checks.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-07-22 10:54:44 +02:00
Rohit Yadav
aa8a721c39
CLOUDSTACK-9838: Allow ingress traffic between guest VMs via snat IPs
...
This enables the firewall/mangle tables rules to ACCEPT instead of RETURN, which
is the same behaviour as observed in ACS 4.5. By accepting the traffic, guest
VMs will be able to communicate tcp traffic between each other over snat public
IPs.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-07-22 10:53:21 +02:00
Rohit Yadav
07fda3b395
CLOUDSTACK-9983: Hide credentials in listClusters response
...
This removes username and passwords details from the listClusters
response. The details are usually seen in VMware environments only.
With dynamic roles features, the listClusters API may be provided
to a read-only root-admin user role/type which should not be able to get
the credentials.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-07-22 10:50:35 +02:00
Rohit Yadav
5d081f7a1d
Merge remote-tracking branch 'origin/4.10'
2017-07-22 10:45:39 +02:00
Rohit Yadav
de7e2416a6
Merge remote-tracking branch 'origin/4.9' into 4.10
2017-07-22 10:44:44 +02:00
Rohit Yadav
5342cc8aea
python-version: Use default to system provided version
...
This aims at fixing recent Travis failures
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-07-22 10:44:16 +02:00
Nitin Kumar Maharana
e243a31e41
CLOUDSTACK-8672 : NCC Integration with CloudStack.
...
Improvements.
2017-07-20 12:42:43 +05:30
Sowmya Krishnan
6535949383
CLOUDSTACK-8672 : NCC Integration with CloudStack.
...
Marvin Integration Tests for Shared and Dedicated Workflow.
2017-07-20 12:42:43 +05:30
Nitin Kumar Maharana
b2b422c7d7
CLOUDSTACK-8672 : NCC Integration with CloudStack.
2017-07-20 12:42:43 +05:30
Priyank Parihar
b2f7f9abb6
CLOUDSTACK-8672 : NCC Integration with CloudStack.
2017-07-20 12:42:43 +05:30
Rajesh Battala
884606f77b
CLOUDSTACK-8672 : NCC Integration with CloudStack.
2017-07-20 12:42:43 +05:30
Rohit Yadav
445dbe7c53
Merge remote-tracking branch 'origin/4.10'
2017-07-14 15:00:11 +05:30
Rohit Yadav
32e96abea9
Merge remote-tracking branch 'origin/4.9' into 4.10
2017-07-14 14:59:17 +05:30
Wido den Hollander
ca415e7436
CLOUDSTACK-9929: Do not gather statistics for CDROM or FLOPPY devices
...
Libvirt / Qemu (KVM) does not collect statistics about these either.
On some systems it might even yield a 'internal error' from libvirt
when attempting to gather block statistics from such devices.
For example Ubuntu 16.04 (Xenial) has a issue with this.
Skip them when looping through all devices.
Signed-off-by: Wido den Hollander <wido@widodh.nl>
2017-07-14 14:57:11 +05:30
Rohit Yadav
322e18a7b6
CLOUDSTACK-9928: Allow native CloudStack users to change password in UI
...
This allows native CloudStack users to change password in UI when LDAP
is enabled. Overall changes:
- A new usersource returned in the listUsers response
- Removed ldap check in the UI, replaced with check based on user source
- DB changes to include user.source in user_view
- Changed UI error message for non-native users trying to change password
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-07-14 14:55:08 +05:30
dahn
3a70c5cd16
schema: 4.10 to 4.11 upgrade path ( #2175 )
...
Add 4.10 to 4.11 upgrade path
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-07-13 15:45:26 +05:30
Rohit Yadav
8bb5585f0d
Merge remote-tracking branch 'origin/4.10'
2017-07-12 20:45:24 +05:30
Rohit Yadav
c663a76dc7
Merge pull request #2176 from shapeblue/4.10-travis-jdk8fix
...
Travis: use oraclejdk8 for 4.10+
2017-07-12 20:44:41 +05:30
Rohit Yadav
9f9fdd46e3
Travis: use oraclejdk8 for 4.10+
...
Issue: https://github.com/travis-ci/travis-ci/issues/8075
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-07-12 19:53:03 +05:30
Rohit Yadav
771576f117
Merge branch '4.10'
2017-07-12 13:11:14 +05:30
Rohit Yadav
3589846a72
Merge branch '4.9' into 4.10
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-07-12 13:09:04 +05:30
Rohit Yadav
a97d2505c8
Merge PR #2172 on origin/4.9
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-07-12 13:07:50 +05:30
Rajani Karuturi
4bc7c270fa
Updating pom.xml version numbers for release 4.11.0.0-SNAPSHOT
...
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
2017-07-12 12:09:38 +05:30
Rohit Yadav
4b4c363ea9
Travis: Fix usage of sudo enable Trusty images
...
Adds group to travis yml file based on:
https://blog.travis-ci.com/2017-06-19-trusty-updates-2017-Q2
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-07-11 16:02:51 +05:30