Commit Graph

16232 Commits

Author SHA1 Message Date
Kelven Yang 0f000ad4ff CLOUDSTACK-1615: instead of returning empty host firewall ruleset, ESXi 5.0 Update 1 may return null to indicate empty host firewall ruleset, Cloudstack needs to handle this changed behave 2013-03-08 17:40:02 -08:00
Kelven Yang 00f63c44b6 CLOUDSTACK-1323: retire some of no-longer used files 2013-03-08 16:54:46 -08:00
Kelven Yang ddefdbfcec Disable acceptence of old-fashion URL form for console access 2013-03-08 15:20:52 -08:00
Joe Brockmeier 889e76bf65 Updating CHANGES file to reflect bugs/features in 4.1.0 2013-03-08 15:13:01 -06:00
Joe Brockmeier 8fb1f156fd CLOUDSTACK-1: Updated the instructions for building RPMs to reflect Maven changes and new packaging.sh script contributed by Hugo, et. al. 2013-03-08 13:03:58 -06:00
Joe Brockmeier 02a11501c5 CLOUDSTACK-1: modifying source prequisites for 4.1 2013-03-08 10:48:19 -06:00
Kishan Kavala ee4daf674c CLOUDSTACK-1569: Only forward API to source region and check for succcess. Do not convert the response to user/account/domain object since it is not updated locaaly. 2013-03-08 10:18:18 -05:00
Likitha Shetty 4ba28a5ba7 CLOUDSTACK-1509. During CreateVLANIPRange while trying to assign Public IPs to a new network if the network offering is persistent we get an NPE. Since associateIpRangeToAccount starts and commits a seaparte transaction, commit the transaction started for createVlanAndPublicIpRange before calling associateIpAddressListToAccount. 2013-03-08 10:14:59 -05:00
Sanjay Tripathi fd7f4103fe CLOUDSTACK-1574 : updateResourceCount API is failed saying to specify valida resource type even after parsing the valid resource type. 2013-03-08 10:14:03 -05:00
Joe Brockmeier 48bc393457 CLOUDSTACK-1: Working on new install/compiling documentation for 4.1 2013-03-08 08:52:54 -06:00
Chip Childers ef9c95d63c Merge branch '4.1' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack into 4.1 2013-03-07 19:18:52 -05:00
Kelven Yang 6213935f22 Disable out-dated CGLIB unit test assertion 2013-03-07 19:13:34 -05:00
Kelven Yang 0783839530 CLOUDSTACK-1562: Replace @DB support to be the formal implementation instead of a temporary hacking one 2013-03-07 19:13:10 -05:00
Joe Brockmeier db4b6081b7 CLOUDSTACK-1: Working on install docs for 4.1.0 and later. 2013-03-07 16:41:56 -06:00
Joe Brockmeier 1b1a4d0f2c Merge branch '4.1' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack into 4.1 2013-03-07 16:14:55 -06:00
Joe Brockmeier bb593b91c1 CLOUDSTACK-1: Working on the new install docs for compiling w/Maven 2013-03-07 16:14:41 -06:00
Alena Prokharchyk feee6bd60a CLOUDSTACK-1451 Pass randomly generated UUID instead of empty string when create internal account as a part of project creation. Otherwise entityexistsexception would happen when attempt to create more than 1 project in the system 2013-03-07 15:35:36 -05:00
Alena Prokharchyk dc07534979 Revert "CLOUDSTACK-1451 Pass randomly generated UUID instead of empty string when create internal account as a part of project creation. Otherwise entityexistsexception would happen when attempt to create more than 1 project in the system"
This reverts commit 45c51d1fdd.

The commit is reverted as it should go through the patch review
2013-03-07 11:41:27 -08:00
Alena Prokharchyk 45c51d1fdd CLOUDSTACK-1451 Pass randomly generated UUID instead of empty string when create internal account as a part of project creation. Otherwise entityexistsexception would happen when attempt to create more than 1 project in the system 2013-03-07 11:23:40 -08:00
Deepti Dohare e942df93e6 CLOUDSTACK-1541 NPE while deleting snapshots 2013-03-07 14:13:48 -05:00
Kanzhe Jiang 06e7fc1117 CLOUDSTACK-1345, remove VNS from UI 2013-03-07 13:55:56 -05:00
Harikrishna Patnala 421a2308fb CLOUDSTACK-1013 : running cloudstack overwrites default public/private ssh keys
The default private/public keypairs in .ssh will not be overwritten.
Instead cloudstack will generate a new keypair id_rsa.cloud and
id_rsa.cloud.pub and use those in developer mode.

To use this insert the (name,value)=(develop,true) tuple into
`cloud`.`configuration`

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-03-07 10:23:51 -05:00
Sheng Yang 7c7b05f4e0 CLOUDSTACK-1315: Fix NPE when try to upgrade network from VR to SRX-F5
Still return a valid object when reverting non-existed rules.
2013-03-07 09:43:25 -05:00
Joe Brockmeier a818502619 CLOUDSTACK-987: Added missing sections for working with snapshots. 2013-03-07 00:58:07 -06:00
Joe Brockmeier 07ff1195df CLOUDSTACK-397: Fixed guest traffic diagram. 2013-03-07 00:01:25 -06:00
Min Chen cbbc488d3c CLOUDSTACK-1402: listRouters API response doesn't return linklocal IP and public IP details. 2013-03-06 13:39:52 -05:00
Rohit Yadav 525d391d65 CLOUDSTACK-1417: cosmetics, print param name, value for uuid->id translate error
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-06 10:48:46 -05:00
Rohit Yadav aba3585d93 cloudmonkey: print sync stats, asks users to use sync
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
(cherry picked from commit cc9b7d4c20)

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-06 10:25:57 -05:00
Milamber 5807635533 CLOUDSTACK-465 - French language file quotes are dropping javascript syntax errors 2013-03-06 06:10:45 -05:00
Radhika PC 47ea8bee95 cloudstack-890 and cloudstack 815 2013-03-06 10:43:03 +05:30
Marcus Sorensen 33fd1a6fb3 Summary: Wait for VPC router nics to hotplug before assigning IPs
Detail: CLOUDSTACK-1452, CLOUDSTACK-1523 - When rebooting VPC routers, ip addr
assignment was inconsistent, sometimes the assignment would be attempted while
router was still setting up nic device. This adds a watch for the nic to show
up before attempting to add an ip to a nic.

Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1362521453 -0700
2013-03-05 18:09:43 -07:00
Sheng Yang 73d7b53f18 CLOUDSTACK-1521: Stop services after switch to BACKUP 2013-03-05 16:46:00 -08:00
Min Chen 7e12ffe4de CLOUDSTACK-1465: We should pass array instead of a List for SearchCriteria.Op.IN as value. 2013-03-05 17:11:11 -05:00
Sebastien Goasguen fbf300334d Docs: CLOUDSTACk-825 cloudmonkey docs 2013-03-05 16:34:15 -05:00
Kishan Kavala bf40ab48f2 CLOUDSTACK-1473: cleanp flag is optional param for deleteDomain API. Check for null before converting it to string 2013-03-05 12:59:04 -05:00
Min Chen 0afc2d0033 CLOUDSTACK-1484: provide api.throttling.enabled gloabl configuration settings to enable/disable api throttling feature. 2013-03-05 11:26:20 -05:00
Frank Zhang 22d017db99 CloudStack CLOUDSTACK-1485 Add Baremetal Provider back to 4.1 branch
fixed resolved
2013-03-05 11:24:28 -05:00
Venkata Swamybabu Budumuru 17e3313e69 Accounts can hold multiple vnets. Same vnets can exist across multiple pnets. It is sufficient to constrain a single vnet in a given pnet within a datacenter. `i_op_dc_vnet_alloc__vnet__data_center_id` covers all use cases for the table.
Having `i_op_dc_vnet_alloc__vnet__data_center_id__account_id` will restrict
same account holding the same vnet across different physical networks.

Signed-off-by: Venkata Swamybabu Budumuru <venkataswamybabu.budumuru@citrix.com>
2013-03-05 10:57:37 -05:00
Sebastien Goasguen c60643d535 Merge branch '4.1' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack into 4.1 2013-03-05 09:37:58 -05:00
Sebastien Goasguen 859b13efb9 Docs: Marvin build typo 2013-03-05 09:37:21 -05:00
Min Chen 02bbb10826 CLOUDSTACK-1449: listAccounts and listProjectAccounts API lists all the users not account-specific users for each account returned. 2013-03-04 16:55:31 -05:00
Pradeep 99284e7c95 CLOUDSTACK-1262: update default built-in systemvm.iso search patch to be consistent with RPM location
Signed-off-by: Kelven Yang <kelveny@gmail.com>
2013-03-04 09:44:24 -05:00
Joe Brockmeier 349799af43 CLOUDSTACK-313: fixing a cross-reference. 2013-03-03 23:14:33 -06:00
Joe Brockmeier 55da4c99ac CLOUDSTACK-313: fixing cross-references in accessing-vms.xml 2013-03-03 22:49:47 -06:00
Joe Brockmeier 69a41b3cc9 CLOUDSTACK-313: fixing a cross-reference in zone-add.xml 2013-03-03 22:39:49 -06:00
Hugo Trippaers ce6f8aafd2 CLOUDSTACK-1304 Set permissions using the chmod ant task 2013-03-02 21:04:54 +01:00
Marcus Sorensen ee68560fe1 Summary: Add EOF to agent.properties for proper parsing
Detail: lack of newline at end of file was keeping cloudstack-setup-agent from
properly editing/creating new config.

BUG-ID: CLOUDSTACK-1487
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1362191198 -0700
2013-03-02 14:23:18 -05:00
Marcus Sorensen 97f8705610 Summary: Update cloud user's home dir during RPM install for 4.1+
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1362185206 -0700
2013-03-02 14:04:41 -05:00
frank 38e06631d2 revert 75aad6763b
which was wrongly checked in after 4.1 frozen
2013-03-01 17:50:08 -08:00
Min Chen c9c8f1b5c9 CLOUDSTACK-1470: Spring Proxy cast exception in deployVm. 2013-03-01 19:14:50 -05:00