Jayapal
da8a3567a3
CLOUDSTACK-9848: Added exit status checking for the iptables commands
2017-05-09 17:40:02 +05:30
Sudhansu
e06e3b7cd4
CLOUDSTACK-9701: When host is disabled/removed,
...
capacity_type for local storage in op_host_capacity
is still enabled
2017-05-09 15:44:02 +05:30
Rajani Karuturi
ed2f573160
Merge release branch 4.9 to master
...
* 4.9:
Honor network.dns.basiczone.updates setting when sending DHCP config to VRs
2017-05-09 09:30:56 +05:30
Rajani Karuturi
550bec8171
Merge pull request #2077 from wido/4.9-dhcpupdatesvr
...
Honor network.dns.basiczone.updates setting when sending DHCP config …
2017-05-09 09:22:26 +05:30
Rajani Karuturi
6d00fc1ed4
Merge pull request #2062 from swill/fix_vpn_reset
...
CLOUDSTACK-9878: remove unnecessary VPN drops
2017-05-09 09:19:38 +05:30
Subhash Yedugundla
ddf8fd514a
CLOUDSTACK-9592 Empty responses from site to site connection status are not handled propertly
2017-05-08 19:24:34 +05:30
Rajani Karuturi
7df67c2ef6
Merge pull request #1949 from shwetaag/cruds2
...
Automated Cloudstack bugs 9277 9276 9275 9274 9273 9179 9178 9177
2017-05-08 12:40:11 +05:30
Daan Hoogland
710d3bff3f
rat
2017-05-08 07:42:04 +02:00
Rajani Karuturi
3f7fca02d4
Merge release branch 4.9 to master
...
* 4.9:
cleanup trailing space for checkstyle
Expanded tests of RFC1918 and RFC6598 validation code.
Allow CGN (RFC6598) to be used within a VPC
2017-05-08 10:18:12 +05:30
Rajani Karuturi
45f62c3483
Merge pull request #1813 from priyankparihar/CLOUDSTACK-9604
...
CLOUDSTACK-9604: Root disk resize support for VMware and XenServer.
2017-05-08 10:15:57 +05:30
Rajani Karuturi
503c803ba0
Merge pull request #803 from anshul1886/CLOUDSTACK-8833
...
CLOUDSTACK-8833: Fixed Generating url and migrate volume to another storage , resulting two entry in UI and listvolume is not working for that volume
2017-05-08 10:14:02 +05:30
Rajani Karuturi
72282163f4
Merge pull request #1606 from myENA/upstream/vpc-cgn
...
Allow CGN (RFC6598) to be used within a VPC
2017-05-08 10:12:35 +05:30
Rajani Karuturi
08c138de60
Merge pull request #2056 from priyankparihar/CLOUDSTACK-8829
...
CLOUDSTACK-8829 : Consecutive cold migration fails.
2017-05-08 10:08:40 +05:30
Daan Hoogland
00add83749
remaining conflicting code for vm_passwd speedup
2017-05-06 22:12:36 +02:00
Remi Bergsma
9a21f56f8a
Speedup vm start by making vm_passwd saving much faster
...
- do not keep passwords in databag (/etc/cloudstack/vmpasswd.json)
- process only the password we get in (vm_password.json) from mgt server
- lookup the correct passwd server instead of adding passwd to all of them
Example:
- 4 tiers and 199 VMs running
- Start vm 200 would cause new passwd from vm_password.json (1) to be merged with /etc/cloudstack/vmpasswd.json (199)
- A curl command was exected foreach password (200) foreach tier (4) resulting in 800 calls
- In fact, since passwds are never cleaned it could very well be even more as the ip address was the key in the json file so until the ip address was reused the original password would remain and be sent to passwd server every time another vm starts.
- This took ~40 seconds
Now we just figure out the right tier and only process the new password resulting in a single curl call.
- takes 0,03 seconds!
2017-05-06 21:48:25 +02:00
Wido den Hollander
607ce943cf
Honor network.dns.basiczone.updates setting when sending DHCP config to VRs
...
When sending the DHCP offerings to the VRs this setting wasn't read properly which made
it default to 'all'.
This causes all DHCP offerings to be send to all VRs instead of just those in the POD.
As VR provisioning can be very time consuming this can drastically reduce deployment time
of the VR.
Signed-off-by: Wido den Hollander <wido@widodh.nl>
2017-05-05 12:56:22 +02:00
shweta
d5d1bd9fc7
Modified further based on Travis failures
2017-05-05 14:04:35 +05:30
shweta
7d80c1b349
Modified a test case to include simulator scenario
2017-05-05 11:57:16 +05:30
Subhash yedugundla
c3bc69c724
CLOUDSTACK-9555 when a template is deleted and then copied over again , it is still marked as Removed in template_zone_ref table
2017-05-05 11:36:52 +05:30
Sudhansu
e7a7db3ef3
CLOUDSTACK-9690: Scale CentOS7 VM fails with error
...
1. Removed XenServerGuestOsMemoryMap from CitrixHelper.java
This java file was holding a static in memory map named XenServerGuestOsMemoryMap. This was the source for xenserver dynamic memory values(max and min). These values were moved to guest_os_details table.
2. DAO layer was modified to access these values.
3. VirtualMachineTo object was modified to populate the dynamic memory values.
4. addGuestOs and UpdateGuestOS api has been modified to update memory values.
2017-05-05 10:58:12 +05:30
Aaron Hurt
2a48f6580c
cleanup trailing space for checkstyle
2017-05-04 13:17:26 -05:00
Likitha Shetty
88b0459c41
CLOUDSTACK-8829 : Consecutive cold migration fails
2017-05-04 15:05:08 +05:30
Rohit Yadav
c4326b09c6
CLOUDSTACK-9904: Fix log4j to have @AGENTLOG@ replaced
...
This fixes log4j xml to have @AGENTLOG@ replaced with values defined
in build/replace.properties.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-05-04 13:47:23 +05:30
Rohit Yadav
efe7646977
CLOUDSTACK-9900: Fix high CPU deviation issues seen in metrics view
...
HostStats returns cpu usage in percentage while memory usage in bytes.
This fixes a regression in maximum CPU usage deviation that did not
assume the values to be in percentage and multiple the final ratios
with 100 which leads to 100x the actual deviation value.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-05-03 15:02:47 +05:30
Rajani Karuturi
6809ce4a7b
CLOUDSTACK-9901 secure and hidden config values are returned as plaintext
...
fixed a testcase which was using encypted value.
2017-05-03 14:58:23 +05:30
Rajani Karuturi
fca41148b7
CLOUDSTACK-9901 secure and hidden config values are returned as plaintext string
...
secure and hidden config values are first unencrypted before returning
them in the api. This is not desired as they are secure configs
returning encrypted strings for secure and hidden configs if encryption
is enabled.
2017-05-03 14:58:02 +05:30
shweta
5bbf498faf
Adressed review comment for automating bugs 9277 9276 9275 9274 9273 9179 9178 9177
2017-05-03 14:32:43 +05:30
shweta agarwal
bdc50338b5
automated 9277 9276 9275 9274 9273 9179 9178 9177
2017-05-03 14:32:24 +05:30
Sudhansu
cdf2b0727a
CLOUDSTACK-9694: Unable to limit the Public IPs in VPC
...
Added missing clause to check for vpc_id
2017-05-03 14:26:55 +05:30
Rajani Karuturi
dcc7f4ce27
Merge release branch 4.9 to master
...
* 4.9:
CLOUDSTACK-9647: NIC adapter type becomes e1000 , even after changing the global parameter "vmware.systemvm.nic.device.type" to vmxnet3 for VPC VR
2017-05-02 11:21:42 +05:30
Rajani Karuturi
bdc4fd700b
Merge pull request #1810 from sudhansu7/CLOUDSTACK-9647
...
CLOUDSTACK-9647: NIC adapter type becomes e1000 , even after changing…
2017-05-02 11:17:19 +05:30
Rajani Karuturi
2de854c6dc
Merge pull request #2071 from shapeblue/certificate-handling-move
...
CLOUDSTACK-9815 move CertService to more generic location
2017-05-02 11:11:32 +05:30
Rajani Karuturi
57628b2dd0
Merge pull request #2030 from shapeblue/snapshot-housekeeping
...
CLOUDSTACK-9864 cleanup stale worker VMs after job expiry time
2017-05-02 11:08:50 +05:30
Rajani Karuturi
8854d4c343
Merge pull request #1792 from nitin-maharana/nitin4
...
CLOUDSTACK-9623: Deploying virtual machine fails due to "Couldn't find vlanId" in Basic Zone
2017-05-02 11:07:51 +05:30
Rajani Karuturi
992ce6e64f
Merge pull request #1970 from bvbharatk/CLOUDSTACK-9725
...
CLOUDSTACK-9725 Failed to update VPC Network during N/w offering Upgr…
2017-05-02 11:06:54 +05:30
Rajani Karuturi
0ca2841b5e
Merge pull request #1997 from Accelerite/vmpoweroff
...
CLOUDSTACK-9208: Assertion Error in VM_POWER_STATE handler- Fixed
2017-05-02 11:06:15 +05:30
Rajani Karuturi
dd5b02af95
Merge pull request #2066 from myENA/bug/CLOUDSTACK-9893-fix_virtio_scsi_smoke
...
CLOUDSTACK-9893 / CLOUDSTACK-8239 fix test_deploy_virtio_scsi_vm.py
2017-05-02 11:02:08 +05:30
Daan Hoogland
ae4e571d51
CLOUDSTACK-9815 move package further to apache location
2017-05-01 10:55:36 +02:00
Ross Hayden
14d08a9657
Expanded tests of RFC1918 and RFC6598 validation code.
2017-04-27 18:13:46 -05:00
Will Stevens
45a96a7f95
remove unnecessary VPN drops
2017-04-27 13:19:25 -04:00
Daan Hoogland
20c67ac2aa
CLOUDSTACK-9815 rename ssl to tls
2017-04-27 14:20:55 +02:00
Rajani Karuturi
11bc262d4b
Merge pull request #2053 from wido/deb-binary
...
deb: Only build binary packages
2017-04-27 14:33:54 +05:30
Rajani Karuturi
8377e2fefb
Merge pull request #2069 from resmo/fix/doc-version-added-CLOUDSTACK-8793
...
follow-up CLOUDSTACK-8793: fix missing doc when projectid was added
2017-04-27 14:32:11 +05:30
Daan Hoogland
4bb7ffe2cf
CLOUDSTACK-9815 move CertService to more generic location
...
this can be used in ApplicationClusters as well as in planned CA-plugins
2017-04-27 10:34:10 +02:00
Rajani Karuturi
f6edc1b63f
Merge release branch 4.9 to master
...
* 4.9:
CLOUDSTACK-9871: Set SQL Mode in SQL Session for MySQL 5.7 compatibility
2017-04-27 11:21:07 +05:30
Rajani Karuturi
cab0869bd4
Merge pull request #2037 from wido/sql_mode
...
CLOUDSTACK-9871: Set SQL Mode in SQL Session for MySQL 5.7 compatibility
2017-04-27 11:16:33 +05:30
Rajani Karuturi
64776f38d6
Merge pull request #1852 from Accelerite/CLOUDSTACK-9695
...
CLOUDSTACK-9695: VM snapshot is disabled if the VM Instance is off
2017-04-27 11:15:31 +05:30
Rajani Karuturi
3f6d27faab
Merge pull request #1797 from sudhansu7/CLOUDSTACK-9630
...
CLOUDSTACK-9630: Cannot use listNics API as advertised
2017-04-27 11:14:50 +05:30
Rajani Karuturi
4ad29b474a
Merge pull request #1918 from jayakarteek/cloudstack-9762
...
Management Server UI (VM statistics page) CPU Utilized value is incorrect.
2017-04-27 11:12:00 +05:30
Nathan Johnson
91e237cd45
CLOUDSTACK-9893 / CLOUDSTACK-8239 fix smoke/test_deploy_virtio_scsi_vm.py
...
Fix issue where unsupported hypervisors were not skipping tests
Fix issue where the template referenced no longer existed on openvm.eu
2017-04-26 21:54:05 -05:00