Commit Graph

23715 Commits

Author SHA1 Message Date
Wido den Hollander ee8facd382 CLOUDSTACK-3383: Fetch CPU utilization more reliable.
This should fix that we can't gather CPU statistics on hypervisors
> Ubuntu 12.04
2014-11-11 21:48:50 +01:00
Daan Hoogland 713a3590b6 Merge remote-tracking branch 'origin/hotfix/4.4/CLOUDSTACK-7883' into 4.4 2014-11-11 17:15:50 +01:00
Mike Tutkowski c58546158e CLOUDSTACK-7883: Allow infrastructure to handle delete of volume from DB 2014-11-11 08:59:06 -07:00
Daan Hoogland 3799558372 whitespace fixes 2014-11-11 16:51:15 +01:00
Jessica Wang 479b550d79 CLOUDSTACK-7826: UI - dialog widget - dependent dropdown field (dependsOn property specified) - fix a bug that default opton in dependent dropdown field didn't trigger change event handler until another option in dependent dropdown field was selected.
(cherry picked from commit 21f39577e4)
2014-11-11 16:43:10 +01:00
Daan Hoogland 70cfbd3bb2 CLOUDSTACK-7246: corrected script name of createIpAlias.sh 2014-11-11 16:35:07 +01:00
Jayapal f1a714c022 CLOUDSTACK-7246: corrected script name of createipalias
(cherry picked from commit 1bfb1f6503)
2014-11-11 16:07:42 +01:00
Jayapal 987131fa90 CLOUDSTACK-7246: corrected script name of createipalias
(cherry picked from commit 912dc15bc1)

Conflicts:
	core/src/com/cloud/agent/resource/virtualnetwork/VRScripts.java
2014-11-11 16:07:17 +01:00
Daan Hoogland b431cd5e09 Logrotate is called from crontab.
Debian crontab does not include everything in it's path.
 Therefore reference to these bins

 conflict leftovers from 380ecf2253
2014-11-11 15:56:09 +01:00
Daan Hoogland 8de7f84ad5 reenable tests for certs as far as working 2014-11-11 15:47:35 +01:00
Rohit Yadav 5e57eeefd9 CLOUDSTACK-7871: allow VM and template details update using update APIs
Allows updating details (key/value) pair which updatse entries
invm_template_details and user_vm_details tables using updateVM and updateTemplate
APIs. This allows sys admins to update nics, controllers etc without DB hacking.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 97fa4a023e)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>

Conflicts:
	api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
	server/src/com/cloud/vm/UserVmManagerImpl.java
2014-11-10 17:59:54 +05:30
Frank Zhang 1d92eebbe5 fix expried certificate in unit test
(cherry picked from commit 88561e154f)
2014-11-10 10:21:15 +01:00
Joris van Lieshout 380ecf2253 Logrotate is called from crontab. Debian crontab does not include everything in it's path. Therefore reference to these bins need to be absoluut.
Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-11-09 13:10:50 +01:00
Rohit Yadav a458383d0a CVE­2014­3566: Avoid using SSLv3 on apache2 that runs on SSVM
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-11-06 20:36:43 +05:30
Rohit Yadav e274948e7c CLOUDSTACK-7855: NIC3 should set MTU and not NIC1 for storage network nic
The fix also persists the configuration in /etc/network/interfaces

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-11-06 20:35:13 +05:30
Brian Federle d5b2014626 CLOUDSTACK-7526: Fix missing localization on 'add' button
(cherry picked from commit b04cc75065)
2014-11-01 19:10:07 +01:00
Brian Federle 48a042b9c1 CLOUDSTACK-6590: Fix view all link for multi-item detail view
-- Specifically, this fixes issue where secondary IP 'view all' link was
   not displaying, due to a change in the rows' CSS naming conventions
   in the widget.
2014-10-30 13:15:30 -07:00
Daan Hoogland b9620c2cbe Updating pom.xml version numbers for release 4.4.2-SNAPSHOT
Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-10-19 20:46:15 +02:00
Daan Hoogland d8359211f1 CLOUDSTACK-7702 added keytool to sudoers modification specs 2014-10-14 10:05:43 +02:00
Vincent Bernat 1ede3eeacb CLOUDSTACK-7633: fix "Provides" in most LSB headers
In init.d scripts, the LSB header may specify what kind of service is
provided by an init script. If spaces are used, this means the init
script is providing several boot facilities. We fix that by using an
hyphen.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-10-09 11:50:49 +02:00
Daan Hoogland f1e2312523 whitespace 2014-10-09 11:07:29 +02:00
Daan Hoogland 1de10dd6df CLOUDSTACK-7674 throw an exception when encountered
Conflicts:
	engine/schema/src/com/cloud/upgrade/dao/Upgrade430to431.java
2014-10-09 11:01:18 +02:00
Harikrishna Patnala 0b31732bb1 CLOUDSTACK-6023: Non windows instances are created on XenServer with a vcpu-max above supported xenserver limits
Changed the VCPU max limit to 16 and provided a cluster level configuration parameter for this max limit named xen.vm.vcpu.max
(cherry picked from commit 95e41fdf0d)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-10-02 12:18:13 +02:00
Daan Hoogland 63fbd16dd1 CLOUDSTACK-7219 log warning when config item is missing from scope 2014-10-02 11:58:20 +02:00
Daan Hoogland 08b9a96b7c CLOUDSTACK-7219 added nullcheck to config retrieval 2014-10-02 11:12:55 +02:00
Hugo Trippaers 9eb86560c9 CLOUDSTACK-7624 The value field of the configuration table is not big enough for some values 2014-09-24 17:24:23 +02:00
Pierre-Luc Dion 7d113818fb remove table baremetal_rct crate from schema-440to441.sql,already in schema-441to450.sql 2014-09-23 20:38:40 -04:00
Pierre-Luc Dion df4d5ede90 CLOUDSTACK-7574, CREATE TABLE cloud.baremetal_rct 2014-09-23 09:16:01 -04:00
Daan Hoogland ec5f842d8a fix from master backported to 4.4 db upgrade path
hand picked from 774739fb97
2014-09-23 11:31:44 +02:00
Pierre-Luc Dion b0b48456bb CLOUDSTACK-1632
(cherry picked from commit 482b51476be4cf45aa002ea53fb68fd2c62bc5af)
2014-09-22 09:19:55 +02:00
Pierre-Luc Dion 1cf3c282cb generateAPI doc: version 4.4.1, year:2014, add back button on main pages
(cherry picked from commit d8ffcdb251624ae9c6ce124f2f3f68e45a341581)
2014-09-22 09:18:24 +02:00
Pierre-Luc Dion 8d45947016 CLOUDSTACK-401: add missing file format in docs.js
(cherry picked from commit 18a4e09d981e65fd497f1d7d2e98ebcca7e16aff)
2014-09-22 09:17:09 +02:00
Daan Hoogland a29f954a26 CLOUDSTACK-7184 retry-wait loop config to deal with network glitches 2014-09-18 08:55:23 +02:00
Daan Hoogland d04f59a30d CLOUDSTACK-7527 reboot faster by writing to /proc/sysrq-trigger 2014-09-16 17:16:23 +02:00
Daan Hoogland 4d065b9a3a CLOUDSTACK-7184: xenheartbeat gets passed timeout and interval 2014-09-16 12:25:07 +02:00
Sebastien Goasguen 528ac4c6e9 Cleaning the README, INSTALL and CHANGES file 2014-09-16 06:08:50 -04:00
imduffy15 0066b77d57 Remove the misc tests from travis as they do not exist in 4.4 2014-09-15 16:18:57 +01:00
Rohit Yadav 723eaefdf9 CLOUDSTACK-6738: pre-seed expunge delay and interval to 60s 2014-09-15 14:45:05 +02:00
Upendra Moturi 213bdbde35 CLOUDSTACK-6223. removeNicFromVirtualMachine fails if another instance in another domain has a nic with the same ip and a forwarding rule configured on it
Signed-off-by: Daan Hoogland <daan@onecht.net>
(cherry picked from commit e9af5f44ae)
2014-09-12 12:07:04 +02:00
Jessica Wang aa81823ce8 CLOUDSTACK-7462: UI > Network > VPC > Router > Network ACL Lists > click an entry from list > Details tab > ACL List Rules tab > click Edit icon on any existing rule > fix the JavaScript error "args.jsonObj is undefined". 2014-09-11 13:35:28 -07:00
Ilia Shakitko f7d9ea291b Add "Edit Tags" functionality to SecurityGroup rules in UI
Signed-off-by: Ilia Shakitko <i.shakitko@tech.leaseweb.com>
(cherry picked from commit 281c866206)
2014-09-11 15:48:59 +02:00
Daan Hoogland 015276350e Merge remote-tracking branch 'origin/hotfix/4.4/CLOUDSTACK-6099' into 4.4 2014-09-10 13:59:14 +02:00
Bharat Kumar 56c7fc800a CLOUDSTACK-6099 live migration is failing for vm deployed using dynaic compute offerings with NPE
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-09-10 13:27:21 +02:00
Rohit Yadav 3a0f155028 appliance: fix newer debian iso links and checksums for debian
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit ac5309b8b4)

Conflicts:
	tools/appliance/definitions/systemvm64template/definition.rb
	tools/appliance/definitions/systemvmtemplate/definition.rb
2014-09-10 12:41:37 +02:00
Rohit Yadav f4f5ea3cc0 CLOUDSTACK-7528: More verbose logging when sending alert fails
When sendAlert is called on an AlertManager impl, if it fails it logs that
something was wrong but does not log the body of the issue/error. This means
we tell the user/admin that there was an issue but don't share the "issue"
with them at all as the email alert fail (or that they were not initialized).

(cherry picked from commit 91fd8d7cd5)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>

Conflicts:
	server/src/com/cloud/alert/AlertManagerImpl.java
2014-09-10 11:45:02 +02:00
Gaurav Aradhye bd8eaf86fe CLOUDSTACK-7393: Expunging VM immediately and removing unncessary wait in test_vpc_vm_life_cycle.py
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
(cherry picked from commit 402fc914cf)

Conflicts:
	test/integration/component/test_vpc_vm_life_cycle.py
2014-09-09 09:14:10 +02:00
Rohit Yadav b7b9cd0d2d CLOUDSTACK-6624: set specifyIpRanges to true if specifyVlan is set to true
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-09-08 10:54:02 +02:00
Rajani Karuturi ecfe5b5417 CLOUDSTACK-6926: removed hard coded jdk dirs and setting java home using readlink and dirname
(cherry picked from commit c468228fe8)

Conflicts:
	packaging/debian/init/cloud-usage
2014-09-08 10:43:59 +02:00
Daan Hoogland ad601425d1 Merge branch 'hotfix/4.4-7476' of https://github.com/schubergphilis/cloudstack into 4.4 2014-09-06 11:16:47 +02:00
Leo Simons c6136255b9 bugfix/CLOUDSTACK-7476 for 4.4 branch.
See https://github.com/apache/cloudstack/pull/15 for the pull request
that was merged to master & associated discussion.
2014-09-05 19:54:36 +02:00