Min Chen
98af424053
Merge branch 'master' into object_store.
2013-05-23 18:00:15 -07:00
Min Chen
913e2b38bf
CLOUDSTACK-2523: Recurring snapshot failed with NPE.
2013-05-23 17:23:25 -07:00
Min Chen
d1704a389a
Exclude removed template from template sync.
2013-05-23 17:23:25 -07:00
Jessica Wang
57049d5aef
CLOUDSTACK-2538: object_store - UI - Infrastrcuture menu - secondary storages page - add secondary storage step - add name field.
2013-05-23 17:08:37 -07:00
Jessica Wang
c163846044
CLOUDSTACK-2538: object_store - UI - zone wizard - add secondary storage step - add name field.
2013-05-23 16:49:16 -07:00
Prachi Damle
780b45e245
CLOUDSTACK-2657: listTemplatePermissions API should also include the owner of the template to the list of users having permission to launch
...
Changes:
- Add template owner to the list of users
2013-05-23 16:33:07 -07:00
Alena Prokharchyk
7e6f3f94ba
CLOUDSTACK-2628: added networkId parameter to the list of request parameters in listLoadBalancerRules API
2013-05-23 16:06:57 -07:00
Brian Federle
f92db64c78
Install wizard UI: Add preinstall hook
...
For fresh install, adds hook to install wizard UI to show a custom
'step' before the initial welcome screen.
Pre-install specified by providing 'cloudStack.preInstall,' which
returns a jQuery object to be displayed. It passes args.complete,
which when called will proceed to the first step of the install
wizard.
2013-05-23 15:59:03 -07:00
Min Chen
cf8ff0cc65
Populate UUID column for new data introduced in 4.2.0.
2013-05-23 15:43:14 -07:00
Min Chen
a46b4d8273
CLOUDSTACK-2656: UUID column for all 4.0 schema entities should be
...
populated when they are upgraded to 4.1
2013-05-23 15:15:13 -07:00
Wido den Hollander
b1f4c8e89a
Fix a small typo in a log line
2013-05-23 23:46:55 +02:00
Jessica Wang
026c2cec6d
CLOUDSTACK-2504: UI - create network offering dialog - pass specifyIpRanges=false for Isolated Network.
2013-05-23 14:35:40 -07:00
Edison Su
8f6eb26e38
fix suffix for extratemplate for kvm
2013-05-23 14:35:19 -07:00
Anthony Xu
e8fbee0e18
firewall service is not supported in shared SG enabled network offering , remove it
2013-05-23 14:19:43 -07:00
Wido den Hollander
2336d478be
debian: When building packages run a Maven clean first
2013-05-23 23:19:03 +02:00
Edison Su
4e4112fcec
fix attach volume for kvm
2013-05-23 13:51:46 -07:00
Hugo Trippaers
1201d623a7
CLOUDSTACK-862 Updated documentation with the new features available in
...
the Nicira NVP plugin.
2013-05-23 22:48:40 +02:00
Min Chen
1e21b0b0e8
Handle null host ip from NetUtils.getDefaultHostIp().
2013-05-23 13:05:01 -07:00
Min Chen
8d08f9b74b
CLOUDSTACK-2655: use ssvm public IP to construct extract url.
2013-05-23 12:05:58 -07:00
Min Chen
4611b515db
Not passing format to VolumeDataStore due to removal of format column
...
from volume_store_ref.
2013-05-23 11:02:49 -07:00
Min Chen
755b9311a4
Fix some typo.
2013-05-23 10:49:41 -07:00
Min Chen
8960957605
CLOUDSTACK-2634:all delta snapshots relating to volume should be created
...
in the same secondary storage as the first snapshot.
2013-05-23 10:45:47 -07:00
Murali Reddy
623a26e469
CLOUDSTACK-2587: netscaler_pod_ref DB upgrade is missing from 3.0.2 to
...
4.x
added missing schema as part of 4.0 to 4.1 upgrade
2013-05-23 22:28:17 +05:30
Chip Childers
cc492305ce
CLOUDSTACK-2612: Correcting missing db qualifiers in schema-302to40.sql
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-05-23 17:50:47 +01:00
Devdeep Singh
80a3c0535e
CLOUDSTACK-2643: Implicit dedication planner isn't listed in non oss builds. The entry for implicit planner was missing in nonoss component context xml. Added it there.
2013-05-23 16:50:33 +05:30
Koushik Das
4e7f87681c
CLOUDSTACK-1396: uuid field is NULL in hypervisore_capability table for Vmware ESXI 5.1
...
Adding uuid at the time of inserting new entry in hypervisor_capabilities table
2013-05-23 16:07:26 +05:30
Pranav Saxena
4fdd0261fe
port forwarding issues with the listNics API response parameter
2013-05-23 14:56:32 +05:30
Marcus Sorensen
fce59b8fc4
Summary: Code cleanup for KVM - look up domains by name rather than coversion
...
Detail: We do two strange things, #1 , when a vm is created, we create the uuid
for the domain by converting the name into a uuid, then subsequently, any time
we look for a domain, we convert its name to a uuid and domainLookupByUUID. This
is an unnecessary obfuscation, so instead we just do a domainLookupByName. As
a bonus, we are now setting the domain's uuid to be the cloudstack uuid. It is
no longer used anywhere, but will be less confusing to admins. This shouldn't
affect upgrades, since we can always lookup existing VMs by name.
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1369287049 -0600
2013-05-22 23:30:49 -06:00
Marcus Sorensen
795fd803da
Summary: KVM - double migration can fail
...
Detail: Undefine VM after migration. Lingering domain definitions cause
migrations back to the original host to fail, since domain already exists.
BUG-ID: CLOUDSTACK-2640
Bugfix-for: 4.1.0,4.2.0
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1369285950 -0600
2013-05-22 23:12:30 -06:00
Mice Xia
4786420986
[Automation] fix CLOUDSTACK-2546 Failed to add second NIC to vm in KVM environment
2013-05-23 09:55:30 +08:00
Min Chen
b4a996dd42
CLOUDSTACK-2635: destroyed snapshots are still showing up from UI.
2013-05-22 17:50:50 -07:00
Min Chen
3a14d45410
Fix MS startup issue due to removal of VolumeDao2Impl.
2013-05-22 17:49:40 -07:00
Prachi Damle
a69101dceb
- To check if a host is in avoid set, DPM should check the zones/pods/cluster/hosts in teh avoid list - not just the hosts in avoid list.
2013-05-22 17:06:49 -07:00
Alena Prokharchyk
c52879b88c
CLOUDSTACK-2627: disassociate ip address - assign return value of releaseIpAddress backend call to the result returned to the API caller
2013-05-22 16:14:47 -07:00
Alena Prokharchyk
f41d398cf7
Remote access vpn: method name change
2013-05-22 16:05:03 -07:00
Min Chen
19321d4eeb
CLOUDSTACK-2629: ListRouters with networkid throws exception.
2013-05-22 15:27:04 -07:00
Min Chen
8a956203d1
ListImageStores still show those deleted image stores.
2013-05-22 14:33:40 -07:00
Min Chen
039098469a
CLOUDSTACK-2584: set Format value in CopyCommand.
2013-05-22 14:33:40 -07:00
Edison Su
eb0a7489b4
remove format from volume_store table
2013-05-22 13:47:09 -07:00
Edison Su
5af888c67a
add image format in volumevo
2013-05-22 13:38:11 -07:00
Jessica Wang
c7976b6685
CLOUDSTACK-747: internal LB in VPC - remove module internalLbProvider since internalLbVm section has been added in system.js
2013-05-22 11:03:56 -07:00
Jessica Wang
c7b902024c
CLOUDSTACK-747: internalLb in VPC - Infrastructure menu - network service provider - add InternalLbVm. Clicking it will lead to a screen that can enable/disable provider and have instances tab that can start/stop LB Instance.
2013-05-22 10:49:26 -07:00
Jessica Wang
29574267c9
CLOUDSTACK-747: UI - create network offering - default sourceNat type as per account instead of per zone.
2013-05-22 10:48:44 -07:00
Chip Childers
e720e8a1a6
CLOUDSTACK-2516: Adding upgrade steps to deal with authenticator changes
2013-05-22 12:16:13 -04:00
Likitha Shetty
5b80af0cda
Add missing license headers
2013-05-22 18:17:11 +05:30
Likitha Shetty
9a33fd181f
CLOUDSTACK-2623. Provide appropriate AWS EC2 error codes in error thrown by CS AWSAPI. Since CS has very few generic errorcode groups, in AWSAPI parse the response message and translate the CS error to AWS EC2 error code.
...
Provide support for the following error codes -
AuthFailure, DependencyViolation, IncorrectState, InvalidAMIID.NotFound, InvalidAttachment.NotFound, InvalidDevice.InUse, InvalidFilter, InvalidGroup.Duplicate, InvalidGroup.InUse, InvalidGroup.NotFound
InvalidInstanceID.NotFound, InvalidKeyPair.Duplicate, InvalidKeyPair.Format, InvalidKeyPair.NotFound, InvalidParameterCombinatio, InvalidParameterValue, InvalidPermission.Duplicate, InvalidPermission.Malformed
InvalidSnapshot.NotFound, InvalidVolume.NotFound, InvalidVolumeID.Duplicate, InvalidZone.NotFound, MissingParameter, UnsupportedOperation, SignatureDoesNotMatch, InternalError, AddressLimitExceeded, InstanceLimitExceeded
VolumeLimitExceeded, Unavailable, ResourceLimitExceeded
CLOUDSTACK-2624. Support ModifyInstanceAttribute API in AWSAPI.
2 AWS instance attributes will be supported, 'InstanceType' and 'UserData'
As per AWS EC2, to modify both the attributes, the instance must be stopped. If not throw 'IncorrectInstanceState' error
2013-05-22 18:17:11 +05:30
Devdeep Singh
85ff507094
CLOUDSTACK-2602. XenServer storage motion strategy returns true for canHandle even though hosts are of different hypervisor type. Fixed the canHandle routine to return true only if source and destination hosts are of type XenServer.
2013-05-22 17:47:11 +05:30
Radhika PC
f7eb139ce2
portable ip and api changes
2013-05-22 17:28:06 +05:30
Murali Reddy
62d320454a
CLOUDSTACK-2360: listnetscalerloadbalancerresponse is not including any
...
information about GSLB status
adds the infomration if NetScaler is provisioned as GSLB service
provider
2013-05-22 16:26:46 +05:30
Murali Reddy
53499c0858
changing default 'GSLB provider' check box value to unchecked in UI
2013-05-22 16:26:46 +05:30