David Nalley
7b3fef57fb
Adding a group to usage in spec file for RPM
2013-07-14 14:32:40 -04:00
Mike Tutkowski
5bcb6ec9ca
Changes related to Review Board comments
2013-07-13 23:43:48 -06:00
Edison Su
8f4575e877
CLOUDSTACK-3400: add swift support
2013-07-13 02:07:15 -07:00
Edison Su
0c1ae20e77
add inital swift support
...
Conflicts:
server/src/com/cloud/resource/ResourceManagerImpl.java
server/test/com/cloud/resource/MockResourceManagerImpl.java
2013-07-13 02:07:03 -07:00
Prasanna Santhanam
b020bcfb49
CLOUDSTACK-2481: SystemVM template 64-bit patched with vhd-util
...
This allows a template of a snapshot operation
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 337811dd810e413238a012381ae1c84d1e1fac7c)
2013-07-13 10:43:58 +05:30
Vijayendra Bhamidipati
b36607742e
CLOUDSTACK-3509: Put in missing code to kick off non root volume resize operations in vmware deployments
...
Description:
Include vmware in list of hypervisors supporting volume resize.
2013-07-12 15:20:21 -07:00
Vijayendra Bhamidipati
d9ce49b1f1
CLOUDSTACK-3264: [ZWPS]NPE while finding storage pools for migration
...
Description:
Filter primary storage pools based on zonewide/clusterwide configuration
when considering pools to list for storage migration of volumes.
2013-07-12 15:19:36 -07:00
Mike Tutkowski
505ab2eebe
Changes related to Review Board comments
...
Changes related to Review Board comments
Changes related to Review Board comments
2013-07-12 14:28:00 -06:00
Brian Federle
0113697ea8
CLOUDSTACK-2569: Add enable/disable actions to main VNMC network provider
2013-07-12 12:51:55 -07:00
Brian Federle
05ff190314
CLOUDSTACK-2615: Remove 'change service' from VM actions
...
Now that scaleVirtualMachine is being used to change compute
offerings, the old 'change service' action can be removed, as it will
be deprecated in the future.
2013-07-12 12:15:50 -07:00
Brian Federle
59e65e8406
CLOUDSTACK-2864: Fix duplicate message on affinity group
...
Fixes issue where text on affinity group step of instance wizard is
duplicated, when going back a step and making changes.
2013-07-12 12:05:10 -07:00
Edison Su
d51fa1c063
set vhd-util executable
2013-07-12 10:59:38 -07:00
Ian Duffy
48abf3c98d
Change ldap docs to suit new implementation
2013-07-12 10:39:53 -04:00
Sateesh Chodapuneedi
d0958d0be0
CLOUDSTACK-3494 listvmwareDcs API doesn't exist for admin
...
Added the API to commands.properties.in with admin access.
Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
2013-07-12 19:23:59 +05:30
Wido den Hollander
4c92c78e2e
agent: Remove some more dead code around the Agent upgrade
2013-07-12 14:46:33 +02:00
Wido den Hollander
b9972e587c
agent: Remove the UpgradeCommand and Answer
...
This isn't used and handled by the DEB and RPM packaging.
2013-07-12 14:24:40 +02:00
Likitha Shetty
aaaf168f5a
CLOUDSTACK-2757. When configs are added the value of the property 'category' is not persisted.
2013-07-12 16:50:30 +05:30
hongtu_zang
9d857c0362
fix xenserver 6.1 and 6.2 can not open vnc console
...
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2013-07-12 16:35:17 +05:30
rayeesn
b3e2871e73
vmware - not reqiured to add host, host will be added as part of cluster
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-07-12 16:11:20 +05:30
Hugo Trippaers
2691970f28
CLOUDSTACK-728 Get the framework in place the support the removal of the portgroup that is created for a nic connected to an lswitch.
...
Add a command to tell a hypervisor guru to take some action when
expunging a nic
2013-07-12 12:18:34 +02:00
Hugo Trippaers
7dc3d3bae5
Formatting changes using the settings from Alex
2013-07-12 12:18:20 +02:00
Hugo Trippaers
392bbcc737
CLOUDSTACK-728 Rewrite support for lswitch connected nics on both standard and distributed switches.
...
Fix the name of the interface id in extra config, so the nic is found up using the nic uuid instead of the vm id.
getVlanInfo should return null when the nic is plugged on a Lswitch network.
On a distributed portgroup all vms should be connected to a single
portgroup and set a specific vlan on the port. On a standard switch each nic should have its own portgroup with a dedicated vlan (not related to CS vlans)
2013-07-12 12:18:07 +02:00
Harikrishna Patnala
5dd1a1dd8e
CLOUDSTACK-2987: Fixing dynamicallyScalable flag in register and update template API Previuos commit: 7b6b8d7a077478620232ea1ac4ec2304289e8661 This fix is due to some changes made by the merges after this commit.
...
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2013-07-12 15:19:25 +05:30
Radhika PC
b948bbd552
CLOUDSTACK-906
2013-07-12 15:06:15 +05:30
Radhika PC
1b373accf4
CLOUDSTACK-906 draft
2013-07-12 14:59:32 +05:30
Wido den Hollander
67bcce71f7
Security Group: Use awk to do matching and printing instead of using grep + awk.
...
Makes it a bit shorter code wise
2013-07-12 11:09:41 +02:00
Murali Reddy
b3fd25d45e
CLOUDSTACK-3485: NPE while getting instance ID from Asyn Job when
...
publishing async job events on eventbus
handing case where instance id is null in the asyn job, while publishing
asyn job events on to event bus
2013-07-12 13:48:00 +05:30
Wei Zhou
dc9f7290e8
CLOUDSTACK-2823: try passCmdLine some times if kernel < 2.6.34 and qemu < 1.1.0 on hypervisor (for instance, CentOS 6.4)
2013-07-12 09:48:40 +02:00
Saksham Srivastava
bdc7e4ce33
CLOUDSTACK-3094: Adding a shared network to already deployed VM is failing.
...
Signed-off-by: Mice Xia <mice_xia@tcloudcomputing.com>
2013-07-12 14:30:10 +08:00
Alena Prokharchyk
dd91974920
CLOUDSTACK-2843: added CopyCommand to the list of the commands controlled by execute.in.sequence.hypervisor.commands global config. This command was introduced by the Storage refactoring, and used for volume creation on the primary storage
2013-07-11 17:44:12 -07:00
ahuang
96d29c7f3d
Added the git commit and branch to war file
2013-07-11 17:33:31 -07:00
Jessica Wang
e93ef73e9f
CLOUDSTACK-3427: UI > UCS manager > implement associatesUcsProfileToBlade API.
2013-07-11 17:19:21 -07:00
Amogh Vasekar
0331b8fe5d
CLOUDSTACK-3234: Adding cookie to associate profile blade API
...
Signed-off by: Animesh Chaturvedi <animesh@apache.org>
2013-07-11 16:27:11 -07:00
Jessica Wang
20bade62f1
CLOUDSTACK-3460: UI > Infrastructure menu > clusters > add cluster dialog > when hypervisor is VMware, call listVmwareDcs API to get vCenter Host and vCenter Datacenter value if the 2 fields are not filled (the 2 fields are optional).
2013-07-11 15:41:51 -07:00
Brian Federle
62823a292e
CLOUDSTACK-3395: Fix typo in 'revert to VM snapshot' response
2013-07-11 14:44:52 -07:00
Brian Federle
6eeea70dad
CLOUDSTACK-3461: Make vCenter user/password fields optional
2013-07-11 11:14:06 -07:00
Jessica Wang
8d7a2162e4
CLOUDSTACK-3450: UI > Infrastructure menu - zone detail - (1) Add VMware datacenter fields. (2) Show Remove VMware datacenter action where there is no VMware datacenter attached with the zone. Show Add VMware datacenter action otherwise.
2013-07-11 11:11:18 -07:00
Brian Federle
d912839e21
CLOUDSTACK-3196: Add missing 'dedicate host' icon
2013-07-11 10:50:16 -07:00
Alena Prokharchyk
3984287434
CLOUDSTACK-3458: network GC thread - acquire global lock to prevent multiple MS from running the GC thread on the network at the same time
2013-07-11 09:37:57 -07:00
Sateesh Chodapuneedi
a3660d8109
CLOUDSTACK-3469 [VMware] Support to make username/password optional while adding VMware cluster
...
For legacy zones insist on the old model of asking for credentials for each cluster being added.
For non-legacy zones check if username & password are provided. If either or both not provided, try to retrieve & use the credentials from database, which are provided earlier while adding VMware DC to zone.
This lets user to not specify credentials while adding VMware cluster to zone, if the credentials are same as that of provided while adding VMware DC to zone.
Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
2013-07-11 20:39:33 +05:30
Wei Zhou
521dcbdcc0
CLOUDSTACK-1475: fix RegisterISO error after Update SSL Certificate
2013-07-11 16:08:26 +02:00
Wei Zhou
1a0302465b
CLOUDSTACK-3368: clear download URLs when create SSVM and validate download URLs
2013-07-11 16:07:48 +02:00
Wei Zhou
d2a751fb1e
CLOUDSTACK-3362: use POST instead of GET and encode/decode cert/key in uploadCustomCertificate
2013-07-11 16:06:21 +02:00
Daan Hoogland
b903262df5
CLOUDSTACK-3357: dnsmasq on vpc-routervm
2013-07-11 14:33:20 +01:00
Murali Reddy
7f2c659630
CLOUDSTACK-1673: AWS Regions - Events - User disable / Domain Delete event does not
...
include the UUID of the user/domain that was disabled.
- added enity type and enity UUID details to UserContext
- publish the entity type and UUID details for the action events
generated for accout/user/domain
2013-07-11 18:01:43 +05:30
Koushik Das
5c3013a694
CLOUDSTACK-3248: XenServer Host got removed successfully inspite of running VMs on the host
...
In UI there is a restriction to first put a host in maintenance and only then deletion is allowed. But there is no such restriction in the deleteHost API.
Added a validation in deleteHost API to prevent deletion if the host is not in maintenance. In case of a forced deletion the restriction doesn't apply.
2013-07-11 17:25:42 +05:30
Prasanna Santhanam
535903f928
ostypeid references removed
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 088c1e2a46b2758e2a0cb2ab107a6fa83a3c7c73)
2013-07-11 16:45:53 +05:30
Devdeep Singh
51b02702f9
CLOUDSTACK-3467: Fixing the unit tests for implicit dedication planner. When fix for bug 2662
...
was made the unit tests were not updated correctly. The unit tests should have been changed to
return the correct mock object (VMInstanceVO) when vmInstanceDao is queried for the vms
running on host.
2013-07-11 16:05:51 +05:30
Sateesh Chodapuneedi
1e2f99be68
Updated logger initalization in classes ListVmwareDcsCmd, RemoveVmwareDcCmd & minor cleanup of comments.
2013-07-11 15:59:25 +05:30
Sanjay Tripathi
08669f5de2
CLOUDSTACK-3462: NumberFormatException with TemplateService while performing template synchronization.
2013-07-11 14:16:57 +05:30