610 Commits

Author SHA1 Message Date
Jessica Wang
2c14d45702 cloudstack 3.0 new UI - system page - localize storage traffic type, public traffic type section. 2012-02-14 12:07:56 -08:00
Brian Federle
6136a598e7 Add missing labels to list view widget 2012-02-14 12:01:05 -08:00
Brian Federle
1f021e3226 Localize global settings 2012-02-14 12:01:04 -08:00
Brian Federle
8246aff812 Add missing localization for notifications labels 2012-02-14 12:01:04 -08:00
Jessica Wang
4d089c270c 3.0 UI - system page - localize KVM/XenServer/VMWare network label default display value. 2012-02-14 11:21:41 -08:00
Brian Federle
4ae31e4fca Translate new message properties 2012-02-14 11:20:25 -08:00
Jessica Wang
012be834b5 3.0 UI - localize Add network offering dialog. 2012-02-13 17:40:45 -08:00
Jessica Wang
f25539e6cb 3.0 UI - localize network offering page. 2012-02-13 17:28:14 -08:00
Jessica Wang
17ac271c3e 3.0 UI - localize hypervisor capabilities page. 2012-02-13 16:43:05 -08:00
Brian Federle
744cd902d1 Localize domains section 2012-02-13 15:11:11 -08:00
Brian Federle
5bd1fcba6f Localize accounts/users 2012-02-13 14:57:24 -08:00
Jessica Wang
a7b7f42312 3.0 UI - localize system service offering page. 2012-02-13 13:55:37 -08:00
Brian Federle
446ba7a5ec Localize Templates/ISOs 2012-02-13 11:33:42 -08:00
Brian Federle
90fac015a5 Localization for network->ip, security group sections 2012-02-10 13:36:28 -08:00
Brian Federle
ef6e0daddb Add all existing messages codes to index.jsp dictionary 2012-02-10 12:30:37 -08:00
Brian Federle
6fed8f102a Localization for network->networks section 2012-02-09 15:58:00 -08:00
Brian Federle
f1cd0a482a Localize storage->snapshots section 2012-02-09 15:09:13 -08:00
Brian Federle
2f26cf87b6 Fix some message labels 2012-02-09 14:52:15 -08:00
Brian Federle
9ee043efde Localization for storage->volumes section 2012-02-09 14:15:06 -08:00
Brian Federle
881a46ff54 Localize admin dashboard 2012-02-09 13:16:10 -08:00
Brian Federle
5bfe6be091 Localize more VM states 2012-02-09 12:33:19 -08:00
Brian Federle
ea869c5eb7 Localize 'Expunging' state 2012-02-09 12:30:56 -08:00
Brian Federle
32d6e994c3 Localization for projects UI 2012-02-09 12:22:10 -08:00
Brian Federle
9d4437e089 UI localization for core.js 2012-02-09 11:49:31 -08:00
Brian Federle
969ac05171 Add more messages 2012-02-09 11:12:13 -08:00
Brian Federle
d2284e4439 UI: localization
-Put localization wrappers around listView, detailView widgets

-Add initial localization for instances section
2012-02-09 10:39:59 -08:00
Alena Prokharchyk
30f9d1d82e Merged listCapacity and ListTopConsumedResources calls. To list most consumed resources, pass sortBy=usage to listCapacity api 2012-02-08 13:33:06 -08:00
Jessica Wang
0d5cc14acc cloudstack 3.0 new UI - localization - add template action. 2012-02-07 12:30:30 -08:00
Nitin Mehta
93b8178f19 Bug 13059: Introduce a new api to list top consumed resources in cloudstack.
Reviewed-By: Kishan
2012-02-06 20:32:40 +05:30
frank
6701bf5563 fix a typo for ovm in components.xml 2012-01-31 14:48:51 -08:00
kishan
8f2cf82b24 Bug 12996: Removed createConfiguration API command
Status 12996: resolved fixed
Reviewed-By: Nitin
2012-01-30 14:36:50 +05:30
Alena Prokharchyk
a8758d292e ElasticLB support in Basic zone.
When elb capability is enabled on the network offering, we:

1) on each createLB command:
* associate ip address to the LB rule owner
* create LB rule

2) on each deleteLb command:
* delete the rule
* disassociate ip address

The rule belongs to the owner, so proper usage events are generated
2012-01-19 13:57:37 -08:00
Alena Prokharchyk
5adfc9953f Can enable/disable static nat and create IpForwarding/Firewall rules in Basic zone now.
Made Netscaler a StaticNat/Firewall provider. Murali will take care of actual implementation on the backend.
2012-01-19 13:56:59 -08:00
Alena Prokharchyk
ff1e8413f1 1) Added StaticNat/Firewall/Lb capabilities to Netscaler element. Renamed it to "NetscalerElement" from NetscalerLoadBalancingElement as it serves more services now
2) Added elasticIp and elasticLb network capabilities. Provided support to create network offering with these capabilities.
3) Added one more default network offering having elasticip and elasticlb
4) Public network support to Basic zone. You can associate/disassociate IP addresses now
2012-01-19 13:56:59 -08:00
anthony
0156ec7cdd bug 11497:
1. remove Garbagecollection primary storage allocator. other storage allocators fails may because there is primary storage with the same tag, it is not caused by no primary storage capacity.
2. delete template will try to delete templates in secondary storage in the API.

status 11497: resolved fixed

GarbageCollecting

Conflicts:

	server/src/com/cloud/template/HyervisorTemplateAdapter.java
2012-01-12 16:20:44 -08:00
Edison Su
d65c6e765d fix netapp related commands 2012-01-12 15:22:01 -08:00
Edison Su
3aa9a312b4 seems netapp part of code is missing due to merge
Revert "bug 10837: rename api related to netapp"

This reverts commit 5db6b500dd1bbb96bfddbd7eda6cf1f616e2e0f9.

Conflicts:

	api/src/com/cloud/api/commands/MigrateVolumeCmd.java
	client/tomcatconf/commands-ext.properties.in
2012-01-12 15:17:27 -08:00
frank
478dc04108 Bug 11357 - cloud-management dead but pid file exists
flesh out details information when PID file still existing while management server already died

status 11357: resolved fixed
2012-01-12 13:54:00 -08:00
frank
391f3e8b30 Bug 12777 - Add storage network configuration into CloudStack
fix typo: changing ListTafficTypeImplementorsCmd to ListTrafficTypeImplementorsCmd
2012-01-09 10:53:08 -08:00
frank
4bb580de86 Bug 12777 - Add storage network configuration into CloudStack
new API: UpdateStorageNetworkIpRangeCmd

Bug 12777: resolved fixed
2012-01-06 11:07:15 -08:00
frank
ea422af8a9 Bug 12777 - Add storage network configuration into CloudStack
Let StorageGuru inherit PodBaseNetworkGuru
2012-01-06 11:07:14 -08:00
frank
cb6058906d Bug 12777 - Add storage network configuration into CloudStack
add the new API to commands.properties
2012-01-06 11:07:14 -08:00
frank
f72940e041 Bug 12777 - Add storage network configuration into CloudStack
most finish
2012-01-06 11:06:18 -08:00
Kelven Yang
74c2506f42 bug 12843: initialize uuid column for tables that have default data content 2012-01-05 17:38:50 -08:00
anthony
12eae7148c SWIFT: listSwift refine 2011-12-22 14:28:27 -08:00
anthony
fea9ca582c SWIFT : add listSwift api 2011-12-21 16:55:08 -08:00
frank
011e23b8c4 load ManagementServerExtImpl in component.xml 2011-12-16 10:32:17 -08:00
anthony
f436c147b8 SWIFT : add swift api 2011-12-15 11:48:25 -08:00
frank
6e35f93208 Bug 11939 - unify components.xml and components-premium.xml into components.xml
more fix
2011-12-07 13:52:17 -08:00
frank
88e4cdc458 Bug 11939 - unify components.xml and components-premium.xml into components.xml
status 11939: resolved fixed
2011-12-07 11:34:57 -08:00