Nitin Mehta
|
98ee087d31
|
CLOUDSTACK-4880:
check for host cpu capability while dynamic scaling a vm on the same host
|
2013-12-05 14:31:27 -08:00 |
David Grizzanti
|
22422b9ddd
|
CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils
|
2013-12-05 15:10:18 +05:30 |
Alena Prokharchyk
|
bd6f706b72
|
CLOUDSTACK-5261: added support for Alert publishing via ROOT Admin API
Conflicts:
engine/orchestration/src/com/cloud/agent/manager/AgentManagerImpl.java
engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java
engine/storage/image/src/org/apache/cloudstack/storage/image/TemplateServiceImpl.java
engine/storage/volume/src/org/apache/cloudstack/storage/datastore/provider/DefaultHostListener.java
engine/storage/volume/src/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java
plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/discoverer/HypervServerDiscoverer.java
plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/VmwareServerDiscoverer.java
plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/discoverer/XcpServerDiscoverer.java
server/src/com/cloud/alert/AlertManagerImpl.java
server/src/com/cloud/alert/ConsoleProxyAlertAdapter.java
server/src/com/cloud/alert/SecondaryStorageVmAlertAdapter.java
server/src/com/cloud/configuration/ConfigurationManagerImpl.java
server/src/com/cloud/ha/HighAvailabilityManagerExtImpl.java
server/src/com/cloud/ha/HighAvailabilityManagerImpl.java
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
server/src/com/cloud/resourcelimit/ResourceLimitManagerImpl.java
server/src/com/cloud/storage/snapshot/SnapshotManagerImpl.java
server/src/com/cloud/vm/UserVmManagerImpl.java
usage/src/com/cloud/usage/UsageAlertManagerImpl.java
usage/src/com/cloud/usage/UsageManagerImpl.java
listAlerts: introduced new parameter "name" to the alertResponse
Conflicts:
api/src/org/apache/cloudstack/api/command/admin/resource/ListAlertsCmd.java
server/src/com/cloud/alert/AlertManagerImpl.java
usage/src/com/cloud/usage/UsageAlertManagerImpl.java
Added new Admin API - generateAlert. Available to ROOT admin only
Conflicts:
api/src/org/apache/cloudstack/alert/AlertService.java
api/src/org/apache/cloudstack/api/BaseCmd.java
usage/src/com/cloud/usage/UsageAlertManagerImpl.java
listAlerts: implemented search by alert name
Conflicts:
api/src/org/apache/cloudstack/alert/AlertService.java
api/src/org/apache/cloudstack/api/command/admin/resource/ListAlertsCmd.java
engine/schema/src/com/cloud/alert/AlertVO.java
|
2013-12-04 10:05:46 -08:00 |
Alex Huang
|
433a631916
|
Reformat of source code to set a stable base for the future. I couldn't get checkstyle enabled. There's still about a thousand errors from checkstyle. Most of it from length errors from comments and strings. Will attempt to remove those tonight. This change is so large I just want to get it in before any merge nightmares. The changes are fairly minor though and I did a full compile and start a server with the reformat code.
|
2013-11-21 07:56:47 -08:00 |
Alex Huang
|
d620df2bdd
|
Reformatted all of the code.
|
2013-11-21 06:15:26 -08:00 |
Alex Huang
|
eaa250fd3c
|
Formatted again after all the tab expansions and eol removals
|
2013-11-21 04:47:01 -08:00 |
Alex Huang
|
224f479974
|
Removed trailing spaces
|
2013-11-21 04:08:01 -08:00 |
Alex Huang
|
e4b22d0fca
|
Replace all tabs, particularly the ones in the comments
|
2013-11-21 03:39:58 -08:00 |
Alex Huang
|
62e9273581
|
Removed trailing spaces
|
2013-11-21 03:12:05 -08:00 |
Kelven Yang
|
278ef81a83
|
side-by-side VM sync management at manager level
|
2013-11-20 17:59:38 -08:00 |
Alex Huang
|
8d62744681
|
Reformat all source code. Added checkstyle to check the source code
|
2013-11-20 07:26:53 -08:00 |
Syed
|
0076307863
|
Squashed merge of Ssl Termination feature
Bug: https://issues.apache.org/jira/browse/CLOUDSTACK-4821
FS: https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSL+Termination+Support
This patch implements the SSL offload feature for loadbalancers
and includes the implementaion for this to work with Netscaler.
The following are the new API's that this patch adds
uploadSslCert
deleteSslCert
listSslCert
assignCertToLoadBalancer
removeCertFromLoadBalancer
Unit tests are also included in the patch.
|
2013-11-08 16:49:16 +05:30 |
Bharat Kumar
|
7095ea2b5e
|
CLOUDSTACK-4738 Dynamic compute offering.
Signed-off-by: Koushik Das <koushik@apache.org>
|
2013-11-07 12:41:20 +05:30 |
dhoogland
|
c0c46268ac
|
CLOUDSTACK-4328 httpclose/mode as keepAliveEnabled
|
2013-10-22 12:44:23 +02:00 |
Kelven Yang
|
832db1b398
|
Apply https://reviews.apache.org/r/14084/
|
2013-09-17 16:29:48 -07:00 |
Alex Huang
|
a05ec6df33
|
Fixed up the agent separation. Added comments for config packaging.
|
2013-09-06 15:40:39 -07:00 |
Alex Huang
|
8f556e6d88
|
Made changes to configuration. Eliminated ConfigValue and only use ConfigKey
|
2013-09-06 15:40:38 -07:00 |
Alex Huang
|
b8e79c30a8
|
Compile complete
|
2013-09-06 15:40:37 -07:00 |
Alex Huang
|
6e8ca99466
|
Got all of the config stuff out of the way
|
2013-09-06 15:40:36 -07:00 |
Alex Huang
|
435e74e914
|
Commit to try something on removing getZone
|
2013-09-06 15:40:33 -07:00 |
Alex Huang
|
2e5bb63f77
|
Moved NetworkManagerImpl to NetworkOrchestrator
|
2013-09-06 15:40:32 -07:00 |