Commit Graph

22338 Commits

Author SHA1 Message Date
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
Sam Schmit
e8047e11db CLOUDSTACK-6472 (4.3 specific) listUsageRecords: Pull information from removed items as well, fixing NPEs/Null UUIDs with usage API calls.
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
2014-05-06 08:57:30 -04:00
Harikrishna Patnala
5ccde5de93 CLOUDSTACK-5976: Typo in "ssh_keypairs" table's foreign key constraints
on the Upgraded Setup
Conflicts:
	engine/schema/src/com/cloud/upgrade/dao/Upgrade302to40.java
2014-05-05 20:39:33 +02:00
Jayapal
2215fbf4c9 CLOUDSTACK-6240 Fixed updating advanced SG rules for vm nic secondary ip 2014-05-05 11:00:53 +05:30
Milamber
6361ba5e9d Update L10N strings from Transifex to repo (4.3 branch) 2014-05-04 16:54:05 +01:00
Rajani Karuturi
9303e7016b Fixed CLOUDSTACK-6509 Cannot import multiple LDAP/AD users into a cloudstack account
Signed-off-by: Koushik Das <koushik@apache.org>
2014-04-29 12:11:08 +05:30
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
John Kinsella
76872f6283 CLOUDSTACK-6156: removing rampart maven dependencies from awsapi
The removed dependencies don't seem to be used in code, and their
presence is causing at least some people to be unable to build awsapi
and RPM packages.

Signed-off-by: John Kinsella <jlk@stratosec.co> 1395207698 -0700
2014-04-21 11:37:05 -06:00
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
Wido den Hollander
ad2ee92433 debian: cloudstack-management requires libmysql-java for SQL connection 2014-04-11 09:03:48 +02:00
Wido den Hollander
a42160f1e2 debian: Add JNA flag when starting agent
In some situations local JNA libraries might prevent the agent
from starting.
2014-04-11 09:03:46 +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
Wido den Hollander
aa9f29bd3f 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-10 15:58:19 +02:00
Wido den Hollander
6359520381 CLOUDSTACK-4665: Depend on rados-java 0.1.4
This fixes the ArrayIndexOutOfBounds exception during the
removal of a RBD based volume
2014-04-10 15:57:50 +02: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
Anshul Gangwar
53724bcbf5 CLOUDSTACK-6326: Fixed password visible in plain text in some of commands
in Hyper-v Agent logs.

Signed-off-by: Devdeep Singh <devdeep@gmail.com>
2014-04-08 12:31:43 +05:30
Anshul Gangwar
d042a81837 CLOUDSTACK-6325: [hyper-v] fixed cleaning of bin and obj directories when building with mono, they were not cleaning up and resulting in use of stale dlls in some cases 2014-04-08 12:01:56 +05:30
Sheng Yang
a6e33143c2 CLOUDSTACK-6285: Fix savepassword.sh script for clear out old entries 2014-04-04 14:50:15 -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
Devdeep Singh
d417ce0d70 CLOUDSTACK-5743. The link generated for downlading a volume or a template was giving a
permission error on hyper-v. Fixed the path with which a softlink is created for a
downloaded volume or template. Also addressed the issue at other places where the path
field wasn't set correctly when a volume was migrated or a template was created from
a volume.
2014-03-18 11:49:14 +05:30
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