Rohit Yadav
e9f526e221
Merge branch '4.9' into 4.10
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-07-28 10:49:34 +02:00
Frank Maximus
0ead11e8f1
CLOUDSTACK-9751: Fix public ip not applied, when added while VR is starting. ( #1925 )
...
Public IP state wasn't passed to the vsp client, making it ignore the apply public ip.
Reported-By: Raf Smeets <raf.smeets@nuagenetworks.net>
2017-07-28 10:30:43 +02:00
Marc-Aurèle Brothier
28bc99565b
CLOUDSTACK-9631: API: affinitygroupids or affinitygroupnames must be given ( #1798 )
...
Return an exception if both parameter are missing.
This fixes an NPE in AffinityGroupServiceImpl.updateVMAffinityGroups() when the list was null.
Signed-off-by: Marc-Aurèle Brothier <m@brothier.org>
2017-07-28 10:29:30 +02:00
Slair1
471b68698a
CLOUDSTACK-10016: VPC VR doesn't respond to DNS requests from remote access vpn clients ( #2201 )
...
When enabling remote access VPN, a new interface is created upon client connecting via VPN. The DNS service (dnsmasq) is set only to listen on interfaces that are active when it starts. Thus VPN users are provided the VR's IP address for DNS resolution, but it is not actually listening for DNS requests.
2017-07-28 10:27:28 +02:00
Abhinandan Prateek
7ed3179bd1
CLOUDSTACK-9569: add router.aggregation.command.each.timeout to agent.properties ( #1933 )
2017-07-27 11:17:20 +02:00
Rohit Yadav
c1f30d954b
Merge branch '4.9' into 4.10
2017-07-26 15:18:42 +02:00
Wei Zhou
03aca885ae
CLOUDSTACK-8186: make setRemoved to null possible
2017-07-26 14:57:23 +02:00
Rohit Yadav
83e9de4bfd
Merge branch '4.9' into 4.10
2017-07-24 12:43:24 +02:00
Rohit Yadav
de0d1c7893
CLOUDSTACK-9985: Allow creation of roles with names of deleted roles
...
This allows admins to create roles with names of previously deleted
roles.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-07-24 12:42:53 +02:00
Rohit Yadav
90e7cabf4e
FIX3: Consider overcommit ratios with total/threshold values for host metrics
...
Consider the CPU and memory overcommit ratios with total cpu/ram values
or thresholds for host metrics. This will fix incorrect notification
(cells turning yellow/red) in the metrics view.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-07-24 12:42:02 +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
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
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
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
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
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
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
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
Rajani Karuturi
4f229d19ad
Updating pom.xml version numbers for release 4.10.1.0-SNAPSHOT
...
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
2017-07-10 10:36:24 +05:30
Rajani Karuturi
9d2893d44a
Updating pom.xml version numbers for release 4.10.0.0
...
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
2017-07-03 10:06:43 +05:30
Rajani Karuturi
3bef90174b
Merge pull request #2162 from nuagenetworks/vrouter_preformance_fix
...
CLOUDSTACK-9980: Fix for DNS after network restart with clean up.
2017-07-03 10:04:35 +05:30
Sigert Goeminne
77da97aad9
CLOUDSTACK-9980: Fix for DNS after network restart with clean up.
...
Configure.py without arguments gives IndexError.
2017-06-28 12:21:14 +02:00
Rajani Karuturi
d577adeaa8
Merge release branch 4.9 to master
...
* 4.9:
Revert "Merge pull request #2084 from shapeblue/passwd-speedup"
2017-06-26 09:59:13 +05:30
Rajani Karuturi
24434beb42
Revert "Merge pull request #2084 from shapeblue/passwd-speedup"
...
This reverts commit 48f413a982 , reversing
changes made to 5f35c15b6b .
2017-06-26 09:58:33 +05:30
Rajani Karuturi
b9a4cb8770
Merge release branch 4.9 to master
...
* 4.9:
vRouter defer configure: Resolve merge conflicts
vRouter: vr_cfg: style consistency fixes
vRouter: vr_cfg: Keep the original cfg
vRouter: prevent fh leakage and use buffered writes in DataBags
2017-06-20 10:14:50 +05:30
Rajani Karuturi
a25b54cf05
Merge pull request #2150 from karuturi/PR-2147-master
...
Two fixes for RC3 by @mike-tutkowski
2017-06-20 10:11:53 +05:30
Rajani Karuturi
dab9795bf4
Merge pull request #2089 from The-Loeki/vrouter-defer-configure
...
vRouters fixes & performance improvement
2017-06-18 14:47:10 +05:30
Mike Tutkowski
330089a801
Only add the “.vmdk” suffix if need be
...
(cherry picked from commit b156d5de11 )
Signed-off-by: Rajani Karuturi <rajani.karuturi@accelerite.com>
2017-06-15 16:29:05 +05:30
Mike Tutkowski
ccb68e13a7
Fix for an issue introduced in this commit: 336df84f17
...
(cherry picked from commit c57f556966 )
Signed-off-by: Rajani Karuturi <rajani.karuturi@accelerite.com>
2017-06-15 16:28:52 +05:30
Ronald van Zantvoort
330a0c7f2b
vRouter defer configure: Resolve merge conflicts
2017-06-07 18:20:02 +02:00
Ronald van Zantvoort
a2eb0f23a9
vRouter: vr_cfg: style consistency fixes
2017-06-07 18:11:33 +02:00
Ronald van Zantvoort
8f5275399e
vRouter: vr_cfg: Keep the original cfg
2017-06-07 18:11:33 +02:00
Ronald van Zantvoort
c10c3245d1
vRouter: prevent fh leakage and use buffered writes in DataBags
2017-06-07 18:11:33 +02:00
Rohit Yadav
ed376fcad6
Merge remote-tracking branch 'origin/4.9'
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-06-07 11:21:27 +05:30
Rajani Karuturi
ccd623fdf5
Merge pull request #2100 from Accelerite/CLOUDSTACK-9907
...
CLOUDSTACK-9907 Physical size of snapshot is considered for usage
2017-06-07 11:08:03 +05:30
Rajani Karuturi
52232b92a0
Merge pull request #2135 from shapeblue/force-stop-vm-kvm
...
[BLOCKER] CLOUDSTACK-9860: Fix stackoverflow issue
2017-06-07 11:04:32 +05:30
Rajani Karuturi
be6e1a8596
Merge pull request #1759 from yvsubhash/CLOUDSTACK-9589
...
CLOUDSTACK-9589 vmName entries from host_details table for the VM's w…
2017-06-07 11:03:49 +05:30