Commit Graph

23729 Commits

Author SHA1 Message Date
Daan Hoogland e0420a6fec Updating pom.xml version numbers for release 4.4.2
Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-11-21 03:41:26 +01:00
Daan Hoogland 25876c6beb sign release branch instead of release tree 2014-11-21 03:40:52 +01:00
Syed 9f83a4d43b CLOUDSTACK-7952: Remove private key from SslCertResponse (listSslCerts)
Signed-off-by: Will Stevens <wstevens@cloudops.com>
2014-11-20 09:46:55 -05:00
Daan Hoogland 892ba6ea80 update debian package changelog on version upgrade 2014-11-20 15:14:34 +01:00
Rajani Karuturi 82d74daf65 Fixed CLOUDSTACK-7937 CloudStack accepts unauthenticated LDAP binds
added validation checks for empty username and password and debug logs
when that happens.

Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-11-20 12:10:15 +01:00
Rohit Yadav 73c62837b5 schema: Add upgrade paths from 4.3.2 to 4.4.0
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-11-20 14:11:25 +05:30
Anshul Gangwar 5b620951a3 CLOUDSTACK-7752: Fixed deployment planner stuck in infinite loop. If we create VM with shared service offering and attach disk with local disk offering, and one of storage pool is full(cannot be allocated) and other is not full then we are not putting the cluster in avoid list which is causing this infinite loop.
Fixed by putting the cluster in avoid list even if one of the storage pool is full(cannot be allocated)

Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-11-19 12:03:30 +01:00
Daan Hoogland f18d6238b0 empty schema upgrade ddl 2014-11-17 14:34:53 +01:00
Milamber f6551b4682 update Transifex config file 2014-11-15 08:55:01 +00:00
Milamber 87b1aa2c93 Update L10N resource files on 4.4 branch with 4.4 translation strings from Transifex 2014-11-15 08:55:01 +00:00
Daan Hoogland 5578616143 4.4.2 upgrade schema 2014-11-13 20:01:35 +01:00
Will Stevens 9c0c4f713f CLOUDSTACK-7822: Fixed SSL Cert Tests and relaxed chain validation
(cherry picked from commit 92d4a41a69)

Conflicts:
	server/test/org/apache/cloudstack/network/lb/CertServiceTest.java
	server/test/resources/certs/root_chain.crt
	server/test/resources/certs/root_chain.key
	server/test/resources/certs/rsa_ca_signed2.crt
2014-11-13 16:50:51 +01:00
Pierre-Luc Dion 9cbd36515c CLOUDSTACK-7887: change int to str into swiftxen 2014-11-12 19:18:37 -05:00
Daan Hoogland a2a82f517b CLOUDSTACK-3383 escaped "'s 2014-11-11 22:15:35 +01:00
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