Commit Graph

22147 Commits

Author SHA1 Message Date
Daan Hoogland c37df38c83 CLOUDSTACK-6485: private gateway network should not be associated with vpc
Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-04-28 15:18:58 +02:00
Pierre-Yves Ritschard 08997a9ba3 handle removed entities
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
2014-04-25 16:35:10 -04:00
Rajani Karuturi fe305a5662 improved ldap logging. added stacktrace in debug level incase of exceptions.
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2014-04-24 14:56:52 +05:30
Sheng Yang a28933085c CLOUDSTACK-6433: Don't return success if only one of RvR successfully created 2014-04-16 17:57:59 -07:00
Sheng Yang 90106f6d8e CLOUDSTACK-6285: Fix savepassword.sh script for clear out old entries 2014-04-16 17:25:35 -07:00
Wido den Hollander 889d80b7e7 debian: cloudstack-management requires libmysql-java for SQL connection 2014-04-14 13:27:09 +02:00
Wido den Hollander 7d473fa8ea debian: Add JNA flag when starting agent
In some situations local JNA libraries might prevent the agent
from starting.
2014-04-14 13:27:08 +02:00
Wido den Hollander cd20127fbb CLOUDSTACK-4665: Check if a snapshot is protected before trying to unprotect
Otherwise a RBDException will be thrown with the message that the snapshot
isn't protected.
	modified:   plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java

Conflicts:

	plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java
2014-04-14 13:27:08 +02:00
Wido den Hollander a78227570a CLOUDSTACK-4665: Depend on rados-java 0.1.4
This fixes the ArrayIndexOutOfBounds exception during the
removal of a RBD based volume
2014-04-14 13:27:08 +02:00
Frank.Zhang 0965fdb9f8 CLOUDSTACK-6375: suppress the prompt while installing libssl 2014-04-10 13:04:38 -07:00
Frank.Zhang a8cabf8748 CLOUDSTACK-6375: suppress the prompt while installing openssl 2014-04-10 11:50:36 -07:00
Abhinandan Prateek cb970cb8cd CLOUDSTACK-6375: suppress the prompt while installing libssl 2014-04-10 14:43:21 +05:30
rayeesn d672aecac9 CLOUDSTACK-6360: adding mysql-connector to class path and it will be loaded while starting cloudstack-usage 2014-04-08 16:08:10 -07:00
Sebastien Goasguen 7830a0f0f4 CLOUDSTACK-6299: Fixed apidoc info with base64 encoded
Conflicts:
	api/src/org/apache/cloudstack/api/response/GetVMPasswordResponse.java
2014-03-28 09:55:38 -04:00
Jessica Wang 0810029f27 CLOUDSTACK-6246: UI > Infrastructure > SSL Certificate > update (1) mouse-over hint of SSL Certificate button. (2) description in SSL Certificate dialog.
(cherry picked from commit 33476b8735)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-17 16:28:15 -07:00
Edison Su d2bec2e14f CLOUDSTACK-6245: the security group rule is lagging behind the rules in DB, due to there is a worker thread launched inside a transaction Reviewed-by: Alex
(cherry picked from commit d4fdc184fe)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-17 16:27:25 -07:00
Edison Su 7b32e3da2d KVM security bug: no forwarding rule applied
(cherry picked from commit e5c391fcf3)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-17 16:21:12 -07:00
Sheng Yang cd2ba90fae CLOUDSTACK-6241: Fix default route for IPv6 network when IPv4 not used
(cherry picked from commit e406adc081)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-17 16:20:09 -07:00
Sheng Yang 5973a42691 CLOUDSTACK-5986: Fix dnsmasq lease for VPC
(cherry picked from commit 657d042953)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-17 16:19:34 -07:00
Harikrishna Patnala e11bbe7651 CLOUDSTACK-6211: Xenserver - HA - SSVM fails to start due to running out of management Ip ranges when testing host down scenarios
Signed-off-by: Koushik Das <koushik@apache.org>
(cherry picked from commit 15bf144f1a)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-17 16:18:49 -07:00
Daan Hoogland 6a6ec64809 CLOUDSTACK-6232 allow expansion of ip on isolated networks as well
(cherry picked from commit edf97ac86c)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-12 14:05:10 -07:00
Daan Hoogland 4161650c6b check-style: tabs to spaces(cherry picked from commit 0379dbb489)
Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-12 11:17:41 -07:00
Daan Hoogland 9af90e319d [CLOUDSTACK-6232] bridging allowed in isolated networks
(cherry picked from commit f78e7ae51f)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-12 11:03:22 -07:00
Daan Hoogland 34435173a7 CLOUDSTACK-6231 allow for cidr list entry of more than 256 chars
(cherry picked from commit 454cac448d)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-12 11:02:56 -07:00
Sheng Yang 92b9951df3 CLOUDSTACK-5986: Fix dnsmasq lease for VPC
(cherry picked from commit a253ff2468)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-12 11:02:28 -07:00
Hugo Trippaers f3668453f0 Fix compile issues in mysql-ha plugin 2014-03-12 09:03:58 +01:00
John Kinsella ec4db7bbff CLOUDSTACK-6204: Removing realhostip.com dependency
For more info, see https://cwiki.apache.org/confluence/display/CLOUDSTACK/Realhost+IP+changes

Author: Amogh Vasekar <amogh.vasekar@citrix.com>
Signed-off-by: John Kinsella <jlk@stratosec.co> 1394399081 -0700
(cherry picked from commit 2fe7aeea23)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-10 12:55:41 -07:00
Marcus Sorensen 859a78e1d3 CLOUDSTACK-6194: Failed to increase Shared network IP Range
Submitted-by:Saksham Srivastava <saksham.srivastava@citrix.com>
(cherry picked from commit 135247afd1)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-10 10:15:04 -07:00
Alena Prokharchyk 3b92031de9 CLOUDSTACK-6214: apply network rules when plug new guest nic to router for the network in Setup state
Conflicts:
	server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManager.java
	server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
(cherry picked from commit 164ea3e84f)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-10 10:02:19 -07:00
Hugo Trippaers 717440883b Fix typo
(cherry picked from commit 3beb75cdf1)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-06 16:08:24 -08:00
Hugo Trippaers 472a387d2d Move mysql ha strategy to a plugin. Activate this plugin using the mysqlha profile or the noredist flag
(cherry picked from commit a0f932437c)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-06 16:07:32 -08:00
Alena Prokharchyk 21172a2dc5 CLOUDSTACK-6205: VPC VR start - when create guest nics for the VR, consider networks not only in Implemented state, but in Setup state as well
(cherry picked from commit d009c8c7b229a1bb02834f52d9cac17f46e33349)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-06 15:17:26 -08:00
Alena Prokharchyk e0e13434b9 CLOUDSTACK-5872: use List DS for storing NicProfiles as public network can have more than one nic
Conflicts:
	server/src/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java
2014-03-05 13:35:43 -08:00
Hugo Trippaers 870c01e2f0 Fix jetty:run startup to include the mysql driver as a dependency for developers
(cherry picked from commit 24dcf2948c)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:56:13 -08:00
Hugo Trippaers 2371127b86 Fix the developer database deploy procedure so it includes the mysql database driver
(cherry picked from commit 2c3cd90b56)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:55:59 -08:00
Nitin Mehta 3297fccea5 CLOUDSTACK-6186: Unable to register private template across all Zones - crosszones flag no longer works. This was because the code skipped the loop after the first download initiation. Introduced a set so that if it is already downloaded to the same zone then skip it for private template. Reviewed-by: Min
(cherry picked from commit 258d8e2a04)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:43:45 -08:00
Jayapal a1000b99ff CLOUDSTACK-6187: Fixed MigrateSystemVMCmd response for router
(cherry picked from commit 37ce4e52c2)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:43:21 -08:00
Jayapal 86643d6e3f CLOUDSTACK-6183: unplug the nic when all the ips of public vlan range is removed
(cherry picked from commit 7700a1b716)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:43:03 -08:00
frank 9e1525c032 CS-19377
[Baremetal] After deploy VM on Baremetal host, BM host fail to be PXE booted
(cherry picked from commit 793a6a7177)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:42:37 -08:00
Jessica Wang e9a3d41285 CLOUDSTACK-6162: UI > zone > physical network > service provider > OVS > match provider name "Ovs" in listNetworkServiceProviders API response.
(cherry picked from commit 930acdde3d)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:42:24 -08:00
Alena Prokharchyk 2457a92599 CLOUDSTACK-6184: for userVm/ServiceOffering/StoragePool details set display=true by default in the VO objects
(cherry picked from commit 531a4ecc45)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:42:09 -08:00
Murali Reddy a8a36de4c8 CLOUDSTACK-6162:support OVS as connectivity service provider
adds 'Ovs' as network service provider in the physical network
(cherry picked from commit b8c4ed435a)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:41:52 -08:00
Jessica Wang 2d350960bd BUG-ID: CLOUDSTACK-6162: UI > zone > physical network > service provider > add OVS.
Reviewed-by: Brian
(cherry picked from commit 82121a2149)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:41:31 -08:00
Min Chen ecddd70f90 CLOUDSTACK-6175:s3.singleupload.max.size option not applicable for
backup snapshot on KVM.
(cherry picked from commit 94257c0fc8)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:41:06 -08:00
Min Chen d4a1adac21 CLOUDSTACK-6174: Provide separate option for Windows Server 2012 R2 as
an OS type when registering template.
(cherry picked from commit 4c83f80c80)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:40:49 -08:00
John Kinsella fc35c98472 Last commit broke developer/pom.xml. fixing that.
(cherry picked from commit 54db315214)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:40:34 -08:00
John Kinsella f31ac2a142 Fix the developer database simulator deploy procedure so it includes the mysql database driver
(cherry picked from commit f5aeac845d)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:40:18 -08:00
Likitha Shetty 3cd33f6f4a CLOUDSTACK-6146. [VMware] [ESXi 5.5] Live VM migration of an already migrated VM (with storage) across clusters fails
In vCenter 5.5, once a volume is migrated the VMDKs are renamed to match the name of the VM.
Update volume path for every volume belonging to the VM to the corresponding new disk filename.
(cherry picked from commit 8cb03ddb23)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:39:44 -08:00
Likitha Shetty e63af74f8e CLOUDSTACK-6146. [VMware] [ESXi 5.5] Live storage migration of an already migrated volume fails
In vCenter 5.5, once a volume is migrated the VMDKs are renamed to match the name of the VM.
If a volume has been renamed upon migration update its volumePath to that of the new disk filename.
(cherry picked from commit c652ff45df)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:39:18 -08:00
Frank.Zhang 5b2cdf4179 CLOUDSTACK-6155
Baremetal agent RPM missing in spec file
(cherry picked from commit 20efa0c8a6)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-04 23:39:03 -08:00