alena
6b9603bc4c
bug 10561: intermidiate checkin for FirewallRuleFeature
...
1) Added new apis: createFirewallRule, deleteFirewallRule, listFirewallRules
2) Modified existing apis - added boolean openFirewall parameter to createPortForwardingRule/createIpForwardingRule/createRemoteAccessVpn. If parameter is set to true, open firewall on the domR before creating an actual PF rule there
Modified backend calls appropriately.
3) Schema changes for firewall_rules table:
* startPort/endPort can be null now
* added icmp_type, icmp_code fields (can be not null only when protocol is icmp)
4) Added new manager - FirewallManagerImpl
Conflicts:
api/src/com/cloud/api/BaseCmd.java
client/tomcatconf/commands.properties.in
server/src/com/cloud/api/ApiResponseHelper.java
server/src/com/cloud/configuration/DefaultComponentLibrary.java
server/src/com/cloud/network/lb/LoadBalancingRulesManagerImpl.java
server/src/com/cloud/network/rules/RulesManagerImpl.java
2011-08-09 15:51:56 -07:00
Kelven Yang
02e64f90de
Add prepareTemplate command(admin only) to allow pre-loading template into primary storage
2011-08-08 18:45:47 -07:00
Nitin
01582fcd40
bug 10848: Introducing an api - ListCapacityByType.
2011-08-06 20:09:07 +05:30
frank
ca78e49cbd
Add DB integrity checker, it checks:
...
1. Are there multiple hosts connect to the same local storage pool due to 2.1.x bug
2. Is there any missed premium upgrade
either true answer of above cause mangemnt stopping and asking user to contact Cloud.com support
2011-07-30 17:21:50 -07:00
frank
262e6784e5
Bug 10860 - PremiumUpgrade is not run when upgrading to 2.2.8
...
Use a new target "system-integrity-checker" in components.xml/components-premium.xml.
All checkers must be explicitly specified in XML file, they will execute before any components load
status 10860: resolved fixed
2011-07-27 17:41:38 -07:00
Jessica Wang
a27c975fe0
cloudStack - add new localization labels.
2011-07-27 11:53:23 -07:00
Jessica Wang
3b1d6475b9
cloudStack - correct localization label.
2011-07-26 10:21:35 -07:00
Jessica Wang
20958fd613
(1) cloudStack - network page - updateNetwork API has been changed from sync to async. Here is related UI change.
...
(2) cloudStack - network page - Edit Network action - show spinning wheel in action (Edit Network is async now).
2011-07-22 13:46:23 -07:00
Osamu
52bbc5127a
amended slightly
2011-07-22 18:51:25 +09:00
Jessica Wang
7150505290
cloudStack - add new localization labels.
2011-07-20 14:38:17 -07:00
Jessica Wang
2c42c56351
cloudStack - add new localization labels.
2011-07-20 14:37:50 -07:00
alena
2421236414
bug 10328: updateAccount is no longer available for domainAdmin
...
status 10328: resolved fixed
2011-07-15 15:26:15 -07:00
Alex Huang
c537d8a00b
more logging for gson
2011-07-11 14:19:35 -07:00
frank
12d6f53898
Bug 10660 - ConfigurationServer loads failed because DB upgrade happens after it
...
resolved fixed
2011-07-08 15:20:41 -07:00
alena
17f785f07a
Intermidiate checkin for Projects feature; added 3 new apis - create/delete/listProject(s) - as a part of checkin
2011-07-01 13:19:12 -07:00
Jessica Wang
549d2e29ed
cloudStack - update translation labels.
2011-06-28 18:36:12 -07:00
Jessica Wang
657a9799e7
cloudStack - localize new labels.
2011-06-28 18:21:03 -07:00
Sheng Yang
0d750dacc2
bug 10311: Update create network_offering API
2011-06-22 15:30:39 -07:00
Jessica Wang
3967ec3c0f
cloudStack - localize new labels.
2011-06-21 16:15:36 -07:00
Alex Huang
5771b35a7a
new log4j jar files and now the ability to get rid of the stupid cglib stack traces in our logs
2011-06-21 01:12:06 -07:00
Jessica Wang
968f5990be
bug 10340: CloudStack UI - IP Address page - Port Forwarding tab - localize new labels.
2011-06-20 11:57:05 -07:00
Jessica Wang
d7be360fe9
bug 9419: CloudStack UI - localize new translation labels.
2011-06-17 10:33:49 -07:00
Jessica Wang
8106126278
bug 9579: cloudStack UI - Network page - localize new labels.
2011-06-17 09:32:49 -07:00
Jessica Wang
ae6907dd01
bug 9126: cloudStack UI - Add Disk Offering Dialog, Add Service Offering Dialog - rename "tags" to "storage tags".
2011-06-16 11:39:11 -07:00
Jessica Wang
1ce37a4712
CloudStack UI - router page - add "redundant router" field (yes/no) which is editable.
2011-06-15 16:17:16 -07:00
Jessica Wang
d98f7ebfbd
CloudStack UI - router page - add Redundant grid row that indicates whether this router is redundant or not. And if it's, redundant state will be shown on UI.
2011-06-15 15:54:08 -07:00
Jessica Wang
f6bc60d0c3
cloudStack UI - Domain page - Delete Domain dialog - localize warning message of Force Delete.
2011-06-15 10:35:26 -07:00
Jessica Wang
770c5cd377
cloudStack UI - Domain page - Delete Domain dialog - add a checkbox "Force Delete" and if it's checked, UI calls "deleteDomain&cleanup=true" that will delete all child domains and all accounts under this domain.
2011-06-14 18:30:04 -07:00
Jessica Wang
b91a319777
bug 9549: CloudStack UI - deleteHost API now takes in new parameter "forced". Here is related UI change: a checkbox "Force Remove" has been added to Remove Host Confirmation Dialog.
2011-06-14 17:52:57 -07:00
Jessica Wang
b4f7080531
cloudStack UI - localize new translation labels.
2011-06-13 17:28:30 -07:00
Jessica Wang
f8a54b96e6
cloudStack UI - Stop Instance action - change warning text.
2011-06-13 17:18:33 -07:00
Jessica Wang
0611c92cad
cloudStack UI - Instance page - Stop Instance - show "Force Stop Instance" option for root-admin.
2011-06-13 16:54:54 -07:00
kishan
5a6664ab12
bug 8373: Added new API listEventTypes
2011-06-13 19:11:12 +05:30
Murali Reddy
6310991bdc
bug 9419: implement api to reset resource count
...
added a command to reset resource count for account/domain based on real usage of resources
2011-06-13 10:55:57 +05:30
Osamu
2c0007aebd
amended some Japanese messages.
2011-06-10 20:02:11 +09:00
Osamu
63110b5ad3
amend some messages
2011-06-10 15:44:55 +09:00
Abhinandan Prateek
8e4ec4ce09
bug 8962: moving vm from one account to other
2011-06-09 15:02:47 +05:30
alena
635a1075de
bug 9127: intermediate checkin for agent load balancer
2011-06-02 21:47:54 -07:00
Jessica Wang
5abe9a3e79
bug 7553: cloudStack - Router page - add new action "change service".
2011-05-31 16:40:22 -07:00
Jessica Wang
997ef3768f
bug 7553: cloudStack - System Service Offering - implement Add System Service Offering action.
2011-05-31 15:59:17 -07:00
Jessica Wang
69cab811aa
bug 7553: cloudStack - add files for new page "System Service Offering".
2011-05-31 13:23:18 -07:00
alena
55692fd7cf
bug 9127: intermediate checkin for agent load balancer
2011-05-24 18:45:00 -07:00
anthony
99be3718cf
bug 3224:
...
multiple secondary storage, copying template between zone works
2011-05-19 19:07:44 -07:00
Jessica Wang
cf9ebb76e7
bug 9604: Network page - implement action "Edit Network" for newly added API "updateNetwork".
2011-05-11 14:51:41 -07:00
Edison Su
0b6fe0523d
fix setup-managment script
2011-05-09 13:21:34 -04:00
Edison Su
736ed1ba69
rename cloud to cloudutils
2011-05-09 10:09:09 -04:00
Edison Su
cbf2b03e31
refactore cloud related tools
2011-05-06 19:54:52 -04:00
Jessica Wang
74556f4043
translate newly added localization labels.
2011-05-06 10:10:33 -07:00
Jessica Wang
4c6833b8f2
bug 9687: CloudStack UI - Instance page - Security Group tab - add ingress rules under each security group.
2011-05-05 15:49:45 -07:00
Jessica Wang
4ac4a5a709
bug 9687: CloudStack UI - VM Wizard - correct error message.
2011-05-05 15:48:48 -07:00