Commit Graph

22367 Commits

Author SHA1 Message Date
Rohit Yadav f912bd7f23 CLOUDSTACK-7038: Add mysql client dependency for mgmt server pkg for debian
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-08-20 12:16:13 +02:00
Rohit Yadav 2028ca4b2d CLOUDSTACK-7038: Add mysql client dependency for mgmt server/rpms
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-08-20 11:47:00 +02:00
Vincent Bernat e4ae5b20fb CLOUDSTACK-7193: handle domain ID being an int
Recent versions of libvirt (at least 0.9.8) will return an int when
queried for the ID of a domain, not a string. This breaks some parts of
the `security_group.py` script which expects a string containing an
int. Notably, this breaks the part handling VM reboots which is
therefore not executed.

Signed-off-by: Vincent Bernat <Vincent.Bernat@exoscale.ch>
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
2014-08-18 10:39:00 -04:00
Joris van Lieshout 45deade1df sysctl improvements. 1. ip_nonlocal_bind for smooth transition in case of a keepalived failover. 2. panic settings so that a vm dies in a way that ACS understands it's down. 3. also up the nf_conntrack limits.
Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-08-14 13:45:57 +02:00
Luis Henrique Okama e7ef14abae bugfix CLOUDSTACK-7309 using findProjectByProjectAccountIdIncludingRemoved
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-08-12 23:57:49 +02:00
Will Stevens 433be68a6c CLOUDSTACK-6886 - Fixed the issue created by the SSL feature with the SDX: 2014-07-22 18:32:39 -04:00
Saksham Srivastava 19b72d6cf5 CLOUDSTACK-6508: impossible to list projects from API with domainid set 2014-07-22 13:36:42 -04:00
Edison Su 720315b8d1 CLOUDSTACK-4725: if storage pool has different path, but the uuid is the same, then treat them as the same storage pool 2014-07-16 16:30:15 -07:00
Harikrishna Patnala 5cd4c41054 CLOUDSTACK-7087: Latest OS X VPN client not working Downgrading openswan version to 1:2.6.37-3
Reviewed-by: Abhinandan

Signed-off-by: Sheng Yang
2014-07-09 14:03:22 -07:00
Rajani Karuturi 3bf4c29431 CLOUDSTACK-6926: removed hard coded jdk dirs and setting java home using readlink and dirname
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
2014-07-03 15:08:18 +02:00
Wei Zhou ec823db47a [UI] bug fix: error message was not shown if fail to delete snapshot 2014-07-03 11:20:44 +02:00
Wei Zhou ec55f5ca96 [UI] bug fix: vpn configuration does not show ipsec presharedkey 2014-07-03 11:20:37 +02:00
Wei Zhou fe1cdbd235 [UI] update vm nic information after add/remove NIC 2014-07-03 11:20:30 +02:00
Wei Zhou 9b7ac9dfac [UI] show all secondary ips in VM NIC page 2014-07-03 11:20:22 +02:00
Wei Zhou c3cbb7972e [UI] deploy vm to specified host in Infrastructure->Hosts page 2014-07-03 11:20:16 +02:00
Sebastien Goasguen f6aff77b8e Merge branch '4.3' of https://git-wip-us.apache.org/repos/asf/cloudstack into 4.3 2014-07-02 16:29:15 +02:00
Joris van Lieshout 0e50cb1246 CLOUDSTACK-6665: A fix for vpc routers not releasing dhcp leases.
Author: John Nielsen <john@betterservers.com>

Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
2014-07-02 16:28:02 +02:00
Joris van Lieshout 6d0650bbcd CLOUDSTACK-6665: A fix for vpc routers not releasing dhcp leases.
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
2014-07-02 16:26:45 +02:00
Rajani Karuturi dae442e091 COVERITY: Fixed few coverity issues unused assignments, boxing and unboxing of values etc.
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
2014-07-02 16:08:00 +02:00
Rajani Karuturi 85bed5fa2b COVERITY: Fixed issues reported by coverity NPEs, unwritten field access and self assignment
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
2014-07-02 16:07:06 +02:00
Rajani Karuturi 44c8e1f67f COVERITY: Fixed Resource leak (RESOURCE_LEAK) 11.
overwrite_var: Overwriting "pstmt" in "pstmt = conn.prepareStatement("INSERT INTO `cloud`.`ldap_configuration`(hostname, port) VALUES(?,?)")" leaks the resource that "pstmt" refers to.

Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
2014-07-02 16:05:09 +02:00
Wei Zhou ba9ae0c663 [UI] add view instances in template/iso details page 2014-07-01 11:39:38 +02:00
Wei Zhou 39cc82dbe8 [UI] hide listHosts for stopped vm 2014-07-01 11:39:30 +02:00
Wei Zhou 6fd419ad9d [UI] filter out already connected networks when add network to vm 2014-07-01 11:39:25 +02:00
Wei Zhou 11f5f926b9 [UI] show isVolatile explanation text 2014-07-01 11:39:21 +02:00
Daan Hoogland 51f145b564 datamigration for vlan uris 2014-06-30 15:15:11 +02:00
Olivier Lemasle caa102c23d CLOUDSTACK-7006: Restore template ID in ROOT volume usages
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
2014-06-30 15:10:17 +02:00
Daan Hoogland 8d0f49addd CLOUDSTACK-6747: call a more forgiving test on the supplied peer
cidr-list
(cherry picked from commit 17850c7aff)

Conflicts:
	api/src/org/apache/cloudstack/api/command/user/vpn/CreateVpnCustomerGatewayCmd.java
	server/src/com/cloud/network/vpn/Site2SiteVpnManagerImpl.java
2014-06-25 17:16:08 +02:00
Daan Hoogland 5673c036c0 CLOUDSTACK-6747 test for test to allow all cidrs on other end of a vpc
(cherry picked from commit 3268f5bd1f)

Conflicts:
	utils/test/com/cloud/utils/net/NetUtilsTest.java
2014-06-25 17:12:33 +02:00
Daan Hoogland c05a007536 CLOUDSTACK-6747 test to allow all cidrs on other end of vpc, public or
private
(cherry picked from commit 018b471ad3)
2014-06-25 16:58:10 +02:00
Brian Federle 59353846ec CLOUDSTACK-6272: Fix icons for recover/restore VM 2014-06-18 13:26:30 +02:00
Jessica Wang 835ff35506 CLOUDSTACK-6272: UI > Instance > actions > replace internal action name "restore" with "recover", "reset" with "reinstall". 2014-06-18 13:25:35 +02:00
Brian Federle ab6012f194 CLOUDSTACK-6272: Fix recover/restore VM actions
-Label recoverVirtualMachine as 'Recover VM'
-Label restoreVirtualMachine as 'Reinstall VM'
-Change confirmation text for restoreVirtualMachine to be more explicit
-Change restoreVirtualMachine icon to 'recycle' symbol, to avoid
 confusion with the reboot VM icon

Conflicts:
	ui/images/sprites.png
	ui/scripts/instances.js
2014-06-18 13:24:28 +02:00
Loic Lambiel 276f29cad1 CLOUDSTACK-6927: change cleanup to set instead of list 2014-06-17 17:12:10 +02:00
Loic Lambiel c680f6ea98 CLOUDSTACK-6927: remove duplicate in cleanup list 2014-06-17 17:11:16 +02:00
Loic Lambiel 9289158406 CLOUDSTACK-6927: store virsh list in list instead of querying libvirt for each chain to speedup the function 2014-06-17 17:10:29 +02:00
Loic Lambiel 199bc08a3f CLOUDSTACK-6927: less code 2014-06-17 17:09:21 +02:00
Loic Lambiel 07602d81af CLOUDSTACK-6927: catch empty cmd 2014-06-17 17:08:29 +02:00
Loic Lambiel 0711d14b87 CLOUDSTACK-6927: Ensure that any rules get cleaned if required 2014-06-17 17:07:23 +02:00
Loic Lambiel 9b33deb622 CLOUDSTACK-6927: Allow virtual router to be correctly cleaned from iptables
Virtual router never get a "-def" definition in iptables
2014-06-17 17:02:56 +02:00
ilya f16fbc3c52 CLOUDSTACK-6317 [VMware] Tagged VLAN support broken for Management/Control/Storage traffic 2014-06-17 15:33:29 +02:00
Likitha Shetty 08e571eefe CLOUDSTACK-5891.[VMware] If a template has been registered and "cpu.corespersocket=X" template details have been added for it,
then any instance deployed from that template should have X cores per socket
2014-06-17 15:28:16 +02:00
Min Chen 1772fcffc3 CLOUDSTACK-6478: Failed to download Template when having 3 SSVM's in one 2014-06-17 14:56:55 +02:00
Edison Su f304df0be9 Merge branch '4.3-forward' into 4.3 2014-06-04 16:25:13 -07:00
Edison Su 15385948dc CLOUDSTACK-6464: if guest network type is vlan://untagged, and traffic label is used, kvm agent needs to honor traffic label 2014-06-03 13:31:29 -07:00
ynojima 7e2c9f2b7d CLOUDSTACK-6816 bugfix: cloudstack-setup-management make /root directory's permission 0777 improperly 2014-05-31 12:58:32 -06:00
Sebastien Goasguen 24e03bed56 Fix usage response, patch by Hiroki Ohashi 2014-05-29 09:48:46 +02:00
Ian Duffy 62eb0d8195 Resolve issue with build script for systemvm hanging due to libssl waiting on a input prompt caused by apt-get update 2014-05-28 18:21:56 -06:00
John Kinsella 156bd9b885 Applying missed patch from CLOUDSTACK-6204
Was brought to my attention that when I manually applied the
CLOUDSTACK-6204 patch to 4.3-forward, somehow the changes for
ConsoleProxyInof.java were missed. Fixing that here.

BUG-ID: CLOUDSTACK-6204
Bugfix-for: 4.3 (exists in 0e57b75 on master)
Signed-off-by: John Kinsella <jlk@stratosec.co> 1400052371 -0700
2014-05-14 00:26:11 -07:00
Daan Hoogland c0cf817f1b Revert "CLOUDSTACK-6485: private gateway network should not be associated with vpc"
This reverts commit c37df38c83.
2014-05-08 11:21:27 +02:00