Chip Childers
f4240e1cea
Adding RPM and DEB upgrade steps from 3.0.2 to 4.1.0 in release notes
...
Signed-off-by: Chip Childers <chipchilders@apache.org>
2013-04-18 12:28:10 -04:00
Chip Childers
bf120917f9
Removing inappropriate note about an upgrade *to* 3.0.2 in the *from* 3.0.2 section of the release notes
...
Signed-off-by: Chip Childers <chipchilders@apache.org>
2013-04-18 12:28:10 -04:00
Chip Childers
7023920d34
Modifying some extra tabs that cause rendering silliness in the release notes
...
Signed-off-by: Chip Childers <chipchilders@apache.org>
2013-04-18 12:28:09 -04:00
Isaac Chiang
34899f9b99
CLOUDSTACK-2077:The updatePhysicalNetwork command fails to update the database
2013-04-18 21:19:00 +05:30
Wido den Hollander
96cf79535f
CLOUDSTACK-2033 Fix usage server logging under Debian and Ubuntu
2013-04-18 10:26:09 +02:00
Mice Xia
dfbe11355c
fix CLOUDSTACK-2061 Hitting java NPE in addNicToVirtualMachine api when trying to add a shared network to a VM
2013-04-18 14:57:37 +08:00
Sanjay Tripathi
985b2aa88d
CLOUDSTACK-2046: Primary Storage & Secondary Storage is max limit is set 0 with listResourceLimits API response as ROOT admin
...
Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
2013-04-18 05:26:00 +05:30
Prasanna Santhanam
b12905b7a8
pep8 compliance for cloudstackConnection
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-04-18 07:44:25 +05:30
Prachi Damle
e03176c4d4
Apart from the UUID, we need not log any other details for AffinityGroup in error messages.
2013-04-17 18:04:18 -07:00
Prachi Damle
3a9c63d8c9
CLOUDSTACK-2069: Anti-Affinity - listVirtualmachines - affinitygroup entity does not include other Vms that are part of this affinity group.
...
Removed the virtualmachineIds:[] sent in the API response.
The listVirtualMachines Resopnse need not list details beyond the id, name,description etc.
If the user wants to get the list of VMs in the group, listAffinityGroups APi can be used.
2013-04-17 18:04:15 -07:00
Prachi Damle
6dccf63a32
set Objectname to CreateAffinityGroupResponse Object. Also the listAffinityGroups is missing the 'type' property
2013-04-17 18:04:13 -07:00
Chip Childers
7182a939a8
Initial pass at RPM upgrade instructions from 4.0.x to 4.1.0
...
Signed-off-by: Chip Childers <chipchilders@apache.org>
2013-04-17 20:49:18 -04:00
Alena Prokharchyk
11162f5917
Removed set() methods from IpAddress related interfaces
2013-04-17 15:11:38 -07:00
Prachi Damle
112446602d
(CLOUDSTACK-2068) Anti-Affinity - When Vm deployment associated with anity-affinity group fails , it is still included in the vmlist of the anti-affiity group
...
Changes:
- Added removal of the groups association when VM reaches 'Error' state.
2013-04-17 15:00:56 -07:00
Chip Childers
e8269a6e26
Removing the VMware template upgrade step from the 4.0.x to 4.1.0 upgrade process, as it's actually only needed from 3.x
2013-04-17 16:59:03 -04:00
Alena Prokharchyk
11480c3af8
CLOUDSTACK-1941: added isDefault parameter to account/user response
2013-04-17 13:45:25 -07:00
Marcus Sorensen
8d0bea994d
CLOUDSTACK-2071 - VirtualMachineManagerImpl.java start() method for instance
...
can fail to start a VM without notifying caller, if no exception is triggered.
The result is that VM start looks successful but was not. This fixes it by
throwing an exception at the very end if the object to be passed back is still
null.
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1366225829 -0600
2013-04-17 13:13:05 -06:00
Alena Prokharchyk
9584815d4f
CLOUDSTACK-1941: introduced "default" flag to account/user objects. Admin/System accounts that come with the CS install are default, and can never be removed. All accounts created by the CS admin, have default flag set to false, and can be removed at any time.
2013-04-17 12:04:18 -07:00
Marcus Sorensen
26fea7b660
CLOUDSTACK-2067 - ACS4.2 - throw LibvirtException instead of squelching it
...
so that callers of startVM in LibvirtComputingResource know that a vm failed
to start
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1366224775 -0600
2013-04-17 12:52:55 -06:00
Talluri
5ee3cc41fe
CLOUDSTACK-2032: populate mode in the services dict from the list zones instead of hard coding
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-04-17 19:40:13 +05:30
Mice Xia
7cc82db345
Fix CLOUDSTACK-2062 NPE while deleting the primary storage[Added with scope=cluster]
2013-04-17 22:06:45 +08:00
Prasanna Santhanam
167781ec01
refactor marvin to use requests instead of urllib2
...
Use python-requests [1] for Marvin. Requests enables graceful handling
of http connections. Marvin's cloudstackConnection has been refactored,
cleaned up to act as a single module for all kinds of cloudstack API
requesting.
TODO:
1. session based login mechanism of the UI should work from
cloudstackConnection
2. cloudmonkey can also reuse /import marvin.cloudstackConnection
3. More graceful handling of POST requests
[1] http://docs.python-requests.org/en/latest/
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-04-17 19:11:47 +05:30
Murali Reddy
73f8f46afd
deletGlobalLoadbalancer rule was only markign the rule as revoked, but
...
never removing it from the DB after applying the configuration on GSLB
provider. This fix will delete the rule from the DB.
2013-04-17 19:07:31 +05:30
Mice Xia
4d0a460bad
fix CLOUDSTACK 1991 CreateTagsCmd.java, DeleteTagsCmd.java, and ListTagsCmd.java all contain invalid version
2013-04-17 21:26:15 +08:00
Murali Reddy
774fd505c7
include account name and domain id in the globalloadbalancerrule
...
response object
2013-04-17 18:45:58 +05:30
Mice Xia
ff4b55fff8
Fix CLOUDSTACK-1852 showing disconnected host as suitable target during system vms migration
2013-04-17 21:08:34 +08:00
Phong Nguyen
d0a7eae5d9
Add LXC to hypervisor.list configuration value on fresh install
...
Signed-off-by: Edison Su <sudison@gmail.com>
2013-04-16 23:28:58 -07:00
Sanjay Tripathi
0ddeb65fdf
CLOUDSTACK-1966: Primary Storage Limits are not validated while deploying the VM
...
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2013-04-17 11:54:18 +05:30
Prasanna Santhanam
fad55c5bea
Fix the apidocs for cisco ASA device
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-04-17 11:07:10 +05:30
Bharat Kumar
8b40e393b8
Cloudstack-701 Support for non contiguous vlan ranges.
...
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2013-04-17 10:14:42 +05:30
Marcus Sorensen
2057221f4f
CLOUDSTACK-2051 - The previous patch ensures that holes in deleting storage
...
pools the proper way won't cause problems for KVM HA Monitor, this patch closes
holes. Call the KVMStoragePool deleteStoragePool that properly removes it from
the KVMHA hashmap, instead of the pools direct delete() call.
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1366172318 -0600
2013-04-16 22:18:38 -06:00
Jessica Wang
f0d6776225
CLOUDSTACK-1910: cloudstack UI - zone detail - physical network - network service providers - NetScaler - add Netscaler device dialog - add 3 new fields: "GSLB service", "GSLB service Public IP", "GSLB service Private IP".
2013-04-16 18:17:58 -07:00
Jessica Wang
d5776d91ea
CLOUDSTACK-1910: cloudstack UI - zone wizard - add Netscaler device step - add 3 new fields: "GSLB service", "GSLB service Public IP", "GSLB service Private IP".
2013-04-16 17:40:21 -07:00
Jessica Wang
4b636a10aa
CLOUDSTACK-1910: cloudstack UI - Regions menu - GSLB - load balancer rules - implement "Assign load balancer rule to GSLB" action.
2013-04-16 16:26:20 -07:00
Jessica Wang
32ccb8a5c9
CLOUDSTACK-1910: cloudstack UI - Regions menu - GSLB - add "load balancer rules assigned to this GSLB" section.
2013-04-16 15:38:27 -07:00
Prachi Damle
b910c2b245
Removing unused bean property
2013-04-16 15:17:03 -07:00
Prachi Damle
77ccc22723
Pulling back the changes to ServiceOffering to add a planner - these changes will be part of a separate feature branch
2013-04-16 15:17:01 -07:00
Joe Brockmeier
a4d8c4857e
Fixing typos in carrying over fixed issues to Release Notes.
2013-04-16 16:59:36 -05:00
Likitha Shetty
9ad50272c1
Create Public IP address - If system account is specified do nothing
...
Dedicate Public IP address - If system account is specified fail the request
2013-04-17 02:16:07 +05:30
Jessica Wang
8b8a2f218c
CLOUDSTACK-1910: cloudstack UI - make Regions menu visible to regular-user/domain-admin.
2013-04-16 13:15:31 -07:00
Joe Brockmeier
111a99f16e
Fixing incubating references in Dev Guide
2013-04-16 15:12:51 -05:00
Jessica Wang
8bef069f01
CLOUDSTACK-1910: cloudstack UI - Regions menu - GSLB - (1) add detailView (2) implement Delete GSLB action.
2013-04-16 12:38:37 -07:00
Marcus Sorensen
202930fd55
CLOUDSTACK-2051 Allow KVM HA Monitor to verify that a NfsStoragePool is
...
valid before running the script that mounts it and touches the HA files.
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1366135635 -0600
2013-04-16 12:07:15 -06:00
Murali Reddy
90e8158db5
re-merge optional public IP for EIP service feature
...
Squashed commit of the following:
commit 2dae394a42a364cd93a11b2c2f74b274b7c43315
Author: Murali Reddy <murali.reddy@citrix.com>
Date: Tue Apr 16 17:35:28 2013 +0530
CLOUDSTACK-265: provide option to turn-off automatic public IP association
for each VM when using EIP service.
- introduces Capability in the network offering, which decides when EIP
service is used, by defualt public IP should be assigned to the VM or not
- default network offering with EIP/ELB service will still work with old
EIP semantics, i.e) assign a public IP to each VM on start
2013-04-16 17:45:27 +05:30
Hugo Trippaers
574e716352
CLOUDSTACK-2033 Fix usage server startup and logging
...
Properly implement the Daemon interface
Initialize logging when the usage server is started as a daemon
Fix a few minor startup and packaging items.
2013-04-16 10:52:49 +02:00
Prasanna Santhanam
32c7e1d880
fix up the hostaffinity processors from loading
...
hostaffinity don't load by default anymore
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-04-16 13:54:53 +05:30
Jessica Tomechak
50b4c9cbdd
CLOUDSTACK-1561. Docs. Add new feature VM Snapshots.
2013-04-15 23:14:11 -07:00
Jessica Tomechak
3f9ee4049a
Docs. Remove "incubating" from software version number on title pages.
2013-04-15 23:14:09 -07:00
Mice Xia
ce3337cdd6
CLOUDSTACK-1983 StackOverflowError while deleting snapshot
2013-04-16 13:18:44 +08:00
Mice Xia
cbe021b8d2
CLOUDSTACK-2040 VM with snapshot not getting destroyed during account delation
2013-04-16 13:18:44 +08:00