Rohit Yadav
9213fa6f3a
CLOUDSTACK-797: Removing cmds CreatePrivateNetworkCmd and DestroyConsoleProxyCmd
...
Removed as per Kishan. We still don't know if we want to keep:
ListRecurringSnapshotScheduleCmd.java
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-04-10 13:21:24 +05:30
Rohit Yadav
643ee1d15e
CLOUDSTACK-1867: Export both ova and vmdk systemvm appliances for VMWare
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-04-10 13:05:54 +05:30
Pranav Saxena
499bc6306e
adding error handling mechanism to scale up vm functionality
2013-04-10 11:43:59 +05:30
Mice Xia
97c2f7d0c4
add API version for vm snapshot related API commands
2013-04-10 12:53:25 +08:00
Mice Xia
b646e43a1a
use hypervisor capabilities to control if vm snapshot is enabled for hypervisors
2013-04-10 12:36:42 +08:00
Mice Xia
bd7a38957a
1)use vmsnapshot.create.wait to control vmsnapshot timeout 2)remove global configuration vmsnapshot.expunge.interval and vmsnapshot.expunge.workers since vmsnapshot expunge is synchronous
2013-04-10 11:35:58 +08:00
Vijayendra Bhamidipati
d4e2aa32c6
CLOUDSTACK-1675: VMSnapshot: ListVMSnapshotsCmd should not display Domain ID in the Error Message
...
Description:
Replace domain db id by uuid in exception message.
Signed-off-by: Mice Xia <mice_xia@tcloudcomputing.com>
2013-04-10 11:35:58 +08:00
Pascal Borreli
d8103afdf6
Fixed typos
...
Signed-off-by: Joe Brockmeier <jzb@zonker.net>
2013-04-09 19:44:14 -05:00
Joe Brockmeier
6175f6e4eb
More work on Release Notes
2013-04-09 19:37:21 -05:00
Kelven Yang
913f73ab6b
Apply patch https://reviews.apache.org/r/10137/
2013-04-09 17:29:21 -07:00
Jessica Wang
6f3069f0da
CLOUDSTACK-1974: cloudstack UI - Infrastructure menu - zone detail - public traffic type - IP Ranges tab - add action filter.
2013-04-09 17:16:21 -07:00
Marcus Sorensen
be55c5b3a5
VPC - new system vm doesn't bring up eth0 reliably, and we don't set eth0 to
...
auto start like we should. cloud-early-config sets 'auto lo $1', but we don't
pass $1 in vpc router scenario like we do in others for some reason. eth0 is
always link local in vpc router, so setting it to that.
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1365546368 -0600
2013-04-09 16:26:08 -06:00
Chiradeep Vittal
bf56403d82
QuickCloud: default to enabled if not specified in datacenter config
2013-04-09 14:45:27 -07:00
Chiradeep Vittal
2e6c65fd34
QuickCloud: sanitize logs for normal running of agents outside systemvm
2013-04-09 14:45:27 -07:00
Chiradeep Vittal
271d232d62
QuickCloud: we moved the SecondaryStorageDiscoverer from the com.cloud package to the org.apache.cloudstack package
...
QuickCloud: fix license issue
QuickCloud: use a different activation for deploying quickcloud
Otherwise marvin gets invoked during mvn install -Dquickcloud
2013-04-09 14:45:27 -07:00
Chiradeep Vittal
778a59fbf6
QuickCloud: move devcloud configuration into pom profile for exec:java
...
Also ignore agent.properties in RAT since
a. they are trivial
b. they are modified by the java code (stripping the license)
QuickCloud: proper path for log.home
QuickCloud: proper path for secstorage.sh
2013-04-09 14:45:26 -07:00
Chiradeep Vittal
5ff8bcaa2e
QuickCloud: when using SSVM, pass in the new name of the SS class (com.cloud -> org.apache.cloudstack)
...
QuickCloud : configuration moved to applicationContext.xml from componentContext.xml
QuickCloud: default to enabled state for devcloud zone
QuickCloud: environment.properties helps customize location of pid file
2013-04-09 14:45:26 -07:00
Chiradeep Vittal
936973aff7
QuickCloud: launch scripts for secondary storage and console proxy outside system vm
...
QuickCloud: remove stuff added by the daemon
2013-04-09 14:45:26 -07:00
Chiradeep Vittal
c5b11df6b7
QuickCloud: option to build with componentContext tailored for quickcloud
...
For now it replaces ConsoleProxyManagerImpl with StaticConsoleProxyManager
Usage: mvn install -Dquickcloud
QuickCloud: rename deploy profile
QuickCloud: remove cyclic dependency introduced in nonoss build by moving SecondaryStorageDiscoverer into services
However with this fix, developers will be unable to run 'PremiumSecondaryStorageResource' (for VMWare installations) using mvn exec:java.
Instead they will have to use the exploded archive from systemvm.zip
2013-04-09 14:45:26 -07:00
Chiradeep Vittal
a806ce43d3
QuickCloud: allow specification of network offering name in datacenter config. The deployDatacenter python script will use this to pick the network offering during creation of the default network in a basic zone
2013-04-09 14:45:26 -07:00
Chiradeep Vittal
1d70b9ea77
QuickCloud: add a network offering without any services
...
This can be used to avoid starting up a virtual router simply for the purposes of offering dhcp and dns services
With the QuickCloudNoServices offering, no virtual router will be started up and the vm instance will not get a CloudStack-assigned IP address.
Instead, the VM will simply get whatever IP address is offered by an DHCP service that happens to be running in the same network
2013-04-09 14:45:26 -07:00
Chiradeep Vittal
21b4635948
QuickCloud: also look for consoleproxy.properties using PropertiesUtil.
...
When executed with mvn exec:java, the path 'conf' is not on the classpath
2013-04-09 14:45:26 -07:00
Chiradeep Vittal
3d78019e57
QuickCloud: copy authorization code from ConsoleProxyManagerImpl
...
QuickCloud: refactor to avoid copy paste of authentication and startup code
2013-04-09 14:45:26 -07:00
Chiradeep Vittal
790d2ce82e
QuickCloud: Remove reference to unused code
...
QuickCloud: remove some dead code in ConsoleProxyManager
2013-04-09 14:45:26 -07:00
Chiradeep Vittal
16790446e5
QuickCloud: start console proxy service from mvn exec:java
2013-04-09 14:45:25 -07:00
Chiradeep Vittal
e7983b25cc
QuickCloud: Enable secondary storage daemon to run outside the system vm
2013-04-09 14:45:25 -07:00
Brian Federle
4fd3fca848
List view UI: Fix 'no data to show' message not appearing in some cases
2013-04-09 14:16:28 -07:00
Brian Federle
d9d6d21b5c
VM multiple NICs: Fix broken UI due to API call changes
2013-04-09 14:16:21 -07:00
Brian Federle
685a8a72ce
multiEdit, action pre-filter: pass 'actions' in options object
2013-04-09 12:50:17 -07:00
Brian Federle
6a1d384761
multiEdit: Support createForm for actions
...
If 'createForm' block is specified in a multi-edit action, show
createForm and pass fields to action.
2013-04-09 12:50:08 -07:00
Joe Brockmeier
1a5162f4d2
The defaults.cfg for the Publican branding was out of date. Changed to current URLs.
2013-04-09 13:55:29 -05:00
Chiradeep Vittal
1c33a3ee80
Make apidoc generation less verbose -- makes it hard to figure out what is going on with the rest of the build
...
Signed-off-by: Chiradeep Vittal <chiradeep@apache.org>
2013-04-09 10:54:44 -07:00
Joe Brockmeier
57fea8f90c
CLOUDSTACK-1837: Documenting steps from this bug for upgrade procedure from 4.0 to 4.1. Unsure how these translate for earlier CloudStack versions.
2013-04-09 12:39:12 -05:00
Hugo Trippaers
6c9fcb8c8f
Make the VpcManager check a list of supported providers
2013-04-09 18:27:23 +02:00
Wido den Hollander
d5d167cb97
CLOUDSTACK-1980: Add cloudstack-sysvmadm and cloudstack-setup-encryption
...
To the management server package.
cloudstack-setup-bridge should be a part of the cloudstack-awsapi package
2013-04-09 16:52:15 +02:00
Murali Reddy
ef2983cc12
region id is not Long, its integer changing the regionId parameter in
...
ListGlobalLoadBalancerRuleCmd.java
2013-04-09 19:23:13 +05:30
Murali Reddy
120d834186
Fixing the regression introduced by spring refactor to stream line oss
...
and non oss components.
sincle the GSLB service impl has different configuration, moving it out
the bean definition from applicationContext to ComponentContext and
non-ossComponentContext
2013-04-09 19:19:34 +05:30
Murali Reddy
9180bd5990
CLOUDSTACK-1834: Events are not generated for registerUserKeys()
2013-04-09 17:45:57 +05:30
Pranav Saxena
47dc989675
CLOUDSTACK-1428:[UI] Instance which are created without display name are not visible when added to LB: Using the name property instead in the data flow
2013-04-09 17:02:01 +05:30
Pranav Saxena
c51587396a
CLOUDSTACK-1893:[AWS Style Health Checks] UI hangs when one tries to create health check policy on a LB rule with VR as LB service provider
2013-04-09 13:51:33 +05:30
radhikap
8a435f5b43
reverting to submit as patch on review board
2013-04-09 10:49:28 +05:30
Phong Nguyen
c522841716
CLOUDSTACK-1814: Add LXC documentation
...
Signed-off-by: Joe Brockmeier <jzb@zonker.net>
2013-04-08 20:03:37 -05:00
David Grizzanti
301c683c09
CLOUDSTACK-1598: update global-config.xml doc to include new section "About Global Configuration Settings"
...
Signed-off-by: Joe Brockmeier <jzb@zonker.net>
2013-04-08 19:40:24 -05:00
Chiradeep Vittal
c6e226da74
CLOUDSTACK-524: in some cases (especially the built-in CentOS template), the template downloader does not use the configured http proxy
...
The DownloadProgress command is used to restart failed or stuck download jobs -- and it would not include the proxy information, unlike the DownloadCommand which always did
Signed-off-by: Chiradeep Vittal <chiradeep@apache.org>
2013-04-08 17:29:54 -07:00
Jessica Wang
98bc240d2a
Revert "Dedicate Public IP range"
...
This reverts commit d6ed8d7cb53da08cacd04c3ac7435da5601e7f06.
Conflicts:
server/test/com/cloud/configuration/ConfigurationManagerTest.java
2013-04-08 17:15:51 -07:00
Chiradeep Vittal
67a99cbbc3
CLOUDSTACK-524: in some cases (especially the built-in CentOS template), the template downloader does not use the configured http proxy
...
The DownloadProgress command is used to restart failed or stuck download jobs --
It would not include the proxy information, unlike the DownloadCommand which always did
Signed-off-by: Chiradeep Vittal <chiradeep@apache.org>
2013-04-08 17:07:35 -07:00
Chiradeep Vittal
3cbbe2bb04
RAT check broken by d6ed8d7cb. Fix
2013-04-08 16:51:10 -07:00
Jessica Wang
bf72a36ea8
CLOUDSTACK-1974: cloudstack UI - Infrastructure menu - zone detail - public traffic type - IP Ranges tab - add new action "Release from account", "Add Account" for existing IP Ranges.
2013-04-08 14:46:23 -07:00
Likitha Shetty
d6ed8d7cb5
Dedicate Public IP range
2013-04-08 14:46:21 -07:00
Joe Brockmeier
68a30d41db
added minor issues to known issues.
2013-04-08 16:29:56 -05:00