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
Rene Moser
cf622eca1a
CLOUDSTACK-8793: fix missing doc when projectid was added
...
Also see 110f66ff13 and https://github.com/apache/cloudstack/pull/879
2017-04-26 16:09:16 +02:00
Rajani Karuturi
ac1fd45580
Merge pull request #2063 from ustcweizhou/label.gpu
...
Fix typo on label.gpu
2017-04-26 15:21:37 +05:30
Rajani Karuturi
1f9308714e
Merge pull request #1978 from Accelerite/ReleaseNicSecondaryIP
...
CLOUDSTACK-9779 : Releasing secondary guest IP fails with error VM nic Ip x.x.x.x is mapped to load balancing rule
2017-04-26 15:15:43 +05:30
Mowgli
c2c1f01d2e
Merge branch 'master' into CLOUDSTACK-9604
2017-04-26 11:48:56 +05:30
Harikrishna Patnala
8a4f3e53b6
CLOUDSTACK-9835 : Management server and SSVM should be in time sync
...
Added a new configuration paremetar "ntp.server.list" to configure NTP server ip in NTP settings of SSVM
2017-04-25 13:01:33 +05:30
Nitesh Sarda
feb5fa901e
CLOUDSTACK-9779 : Releasing secondary guest IP fails with error VM nic Ip x.x.x.x is mapped to load balancing rule
2017-04-25 12:03:03 +05:30
Wei Zhou
70e73826f2
Fix typo on label.gpu
2017-04-24 21:28:21 +02:00
Rajani Karuturi
f0dd5994b4
Merge pull request #1582 from DaanHoogland/CLOUDSTACK-9408
...
CLOUDSTACK-9408 for the move away from download.cloud.com
2017-04-24 07:57:07 +05:30
Rajani Karuturi
38f1050ff8
Merge release branch 4.9 to master
...
* 4.9:
Bug-ID:CLOUDSTACK-9369 Fixed Ldap regression
2017-04-23 09:42:19 +05:30
Rajani Karuturi
a5963f2d86
Merge pull request #2009 from Accelerite/CLOUDSTACK-9369
...
CLOUDSTACK-9369 Fixed Ldap regression
2017-04-23 09:41:15 +05:30
Rajani Karuturi
fc8ed22abe
Merge pull request #2060 from apache/4.9
...
Merge release branch 4.9 to master
2017-04-23 09:34:54 +05:30
Rajani Karuturi
1be37e41ed
Merge pull request #1819 from Accelerite/ListCapacityIssue
...
CLOUDSTACK-9653 The system capacity was not getting calculated correctly
2017-04-22 21:10:51 +05:30
Rajani Karuturi
6cba86dd5e
Merge pull request #1879 from Accelerite/CLOUDSTACK-9719
...
CLOUDSTACK-9719: [VMware] VR loses DHCP settings and VMs cannot obtain IP after HA recovery - Set high restart priority for the VR.
2017-04-22 21:10:26 +05:30
Rajani Karuturi
524fc324bc
Merge pull request #1917 from Accelerite/RvRipRel
...
CLOUDSTACK-9756: Configure to ignore the ipassoc failure
2017-04-22 21:09:38 +05:30
Rajani Karuturi
0c9ddcb443
Merge pull request #1993 from Accelerite/sharednw
...
CLOUDSTACK-8931: Fail to deploy VM instance when use.system.public.ips=false
2017-04-22 20:56:27 +05:30
Rajani Karuturi
6f168c8e16
Merge pull request #1957 from Accelerite/CLOUDSTACK-9748
...
CLOUDSTACK-9748:VPN Users search functionality broken
2017-04-22 20:54:43 +05:30
Rajani Karuturi
f2951d9560
Merge pull request #1956 from myENA/bug/49npe_vmimpl
...
CLOUDSTACK-9796 - Fix NPE in VirtualMachineManagerImpl.java
2017-04-22 20:53:27 +05:30
Sudhansu
e7326b10ef
CLOUDSTACK-9630: Cannot use listNics API as advertised
...
added missing details for listNics API response.
2017-04-21 15:27:23 +05:30
Sudhansu
3564d30233
CLOUDSTACK-9831: Previous pod_id still remains in the vm_instance table after
...
VM migration with migrateVirtualMachineWithVolume
2017-04-21 15:26:15 +05:30
Sudhansu
3cced927c4
CLOUDSTACK-9842: Unable to map root volume usage to VM
...
removed code which nullifies vm_instance_id
Also modified QueryManagerImpl to ignore volume which does not have uuid. This is to avoid duplicate volume listing.
2017-04-21 15:23:13 +05:30
Sudhansu
28bb8ba1e4
CLOUDSTACK-9843 : Performance improvement of deployVirtualMachine, createFirewallRule, createPortForwardingRule
...
removed 1 sec sleep in SSHHelper.
2017-04-21 13:27:41 +05:30
Rajani Karuturi
9cc3ae8a94
Merge release branch 4.9 to master
...
* 4.9:
CLOUDSTACK-9857: With this change if agent dies the systemd will catch it properly and show process as exited
CLOUDSTACK-9805: Display VR list in network details
CLOUDSTACK-9356: FIX Cannot add users in VPC VPN
2017-04-20 19:32:20 +05:30