Jessica Wang
374a114723
bug 8210: IP Address page - show new tab Port Range when Static NAT is enabled.
2011-01-26 12:14:06 -08:00
Kelven Yang
34178bec61
1) add destroySystemVm command to allow destroying of system VMs
...
2) add consoleproxy.launch.max to allow specifying a configured max number of console proxy VM that can be launched within a zone(if not specified, default is 10), this is to prevent possible DoS attacks or uncontrolled usage of system resources
3) Remove some unused code.
2011-01-26 12:08:35 -08:00
alena
46e1f6279a
Return vm information in listPublicIpAddress api response for the static nat ips
2011-01-26 12:03:30 -08:00
Jessica Wang
0366aa9543
bug 8210: IP Address page - details tab - after Enable Static NAT succeeds, get vmName from listIpForwardingRules response.
2011-01-26 11:53:10 -08:00
will
382cbf5105
bug 4556: localized string replacement for serviceoffering.jsp, snapshot.jsp, systemvm.jsp
2011-01-26 11:51:43 -08:00
Jessica Wang
e85cf89d83
bug 8210: IP Address page - details tab - Enable/Disable Static NAT - replace old API with new API.
2011-01-26 11:48:30 -08:00
will
2f91af1fba
Simplified the single signon process
2011-01-26 11:16:17 -08:00
alena
6d72b45379
Set "msid" field to be unsigned for mshost table
2011-01-26 11:12:00 -08:00
alena
976ec54eb3
Changed api command name from "enable/disableOneToOneNat" to "enable/disableStaticNat"
2011-01-26 11:02:35 -08:00
alena
347fa866d8
Fixed constraint for op_ha_work table to use correct field name (msid instead of id)
2011-01-26 10:52:19 -08:00
alena
a4c5bef188
disableOneToOneNat: generate usage events for all rules (port ranges) that are being removed
2011-01-26 10:31:27 -08:00
Jessica Wang
2734c892d8
account page - localize delete account dialog.
2011-01-26 09:55:34 -08:00
alena
731e78937f
Added 2 new api commands for 1-1 nat feauture: enable/disableOneToOneNat. Here is the 1-1 nat api summary:
...
* to enable 1-1 nat for ip/vm use enalbeOneToOneNat api
* to open port range (or multiple port ranges) use createIpForwardingRule api.
* to delete one port range use deleteIpForwardingRule api.
* to disable 1-1 nat use disableOneToOneNat api.
2011-01-26 09:35:32 -08:00
Alex Huang
c70113835d
removed unused columns
2011-01-26 09:16:57 -08:00
will
ea2ec8e248
bug 4556: localized string replacement for securitygroup.jsp
2011-01-25 19:06:11 -08:00
will
cb6e76ae72
bug 4556: localized string replacement for router.jsp, secondarystorage.jsp
2011-01-25 18:23:02 -08:00
will
155100a5fe
bug 4556: localized string replacement for resource.jsp
2011-01-25 18:09:29 -08:00
Edison Su
fc97034000
refactor vmstatelistener
2011-01-26 11:01:43 -05:00
abhishek
5be450ff47
bug 7376: removing the limit on iso/template names
...
status 7376: resolved fixed
2011-01-25 17:37:05 -08:00
Jessica Wang
f94d4f69e1
account page - details tab - localize confirmation dialog.
2011-01-25 17:34:35 -08:00
NIKITA
bc73928469
CSS change for login button so that tab works on button too
2011-01-25 17:30:19 -08:00
Kelven Yang
83dd811221
Deal with the situation while volume was left over in Creating state
2011-01-25 17:20:08 -08:00
Jessica Wang
90596ac674
bug 7660: login screen - change login button from <div> to <button>
2011-01-25 17:08:05 -08:00
will
26a0492cbe
bug 4456: localized string replacement for networkoffering.jsp, pod.jsp
...
- Standardized some vCenter naming conventions.
2011-01-25 16:49:32 -08:00
Jessica Wang
cd576af3be
bug 7377: router page - add domain row.
2011-01-25 16:43:30 -08:00
Kelven Yang
a56e5ace88
Bug 8102: CheckSshAnswer could be null
2011-01-25 16:42:05 -08:00
Kelven Yang
2b646f3ee0
1) Refactor ConsoleProxyManager to new networking and VirtualMachineManager interface
...
2) Don't destroy/re-create console proxy because of starting failure to take advantage of storage recreation in 2.2
3) Remove the race-condition in starting new instance of console proxy to avoid multiple ones being started for standby capacity reservation
4) Add a global configuration variable - system.vm.auto.reserve.capacity, set it to false to prevent automatical console proxy launching, the change of the variable value can take effect without the need of restarting management server
2011-01-25 16:04:02 -08:00
Jessica Wang
6728b33733
bug 8182: zone page - still show Add Cluster/Add Host/Add Primary storage dialog even there is no pod under the zone.
2011-01-25 16:01:55 -08:00
abhishek
9b43e27706
bug 7707: resolving the snapshots listing issue
...
status 7707: resolved fixed
2011-01-25 15:54:53 -08:00
alena
4fdbb00060
Allow to add 1-1 Nat with the same public IP address and different port ranges
2011-01-25 15:31:48 -08:00
will
5937f6b648
bug 4556: localized string replacement for network.jsp
2011-01-25 15:02:11 -08:00
alena
a96f8f9575
Refactored 1-1 NAT feature:
...
* added new fields to createIpForwardingRule api: startPort/protocol - required, endPort is optional
* updated "firewall_rules" table with a new field "is_one_to_one_nat" (being set when new rule is created)
2011-01-25 14:43:32 -08:00
NIKITA
5c80ac13a2
Icon for midmenu security group
2011-01-25 14:40:58 -08:00
abhishek
b2a9b3061d
bug 8099: returning systemvms for direct networking
...
status 8099: resolved fixed
2011-01-25 14:34:41 -08:00
Jessica Wang
69846d7c6e
VM Wizard - when zone field is selected, call listHypervisors with zoneId to populate hypervisor field.
2011-01-25 14:23:58 -08:00
will
fed5e9f853
Added search string.
2011-01-25 14:20:33 -08:00
Jessica Wang
62b036b63d
network page - public network - external load balancer tab - parse listExternalLoadBalancers response and dynamically create grid row for each parsing result.
2011-01-25 13:43:16 -08:00
NIKITA
7568265bc7
bug 8198: Issue has been resolved
2011-01-25 12:42:59 -08:00
Jessica Wang
6e5c4f3465
network page - public network - external firewall tab - parse listExternalFirewalls response and dynamically create grid row for each parsing result.
2011-01-25 12:04:36 -08:00
will
fa138e4280
bug 4556: localized string replacement for iso.jsp
2011-01-25 11:51:22 -08:00
will
11b9733f0c
Removed sleep call that was accidentally checked in.
2011-01-25 11:36:40 -08:00
Kelven Yang
8f138d9330
Remove unused code in ConsoleProxyManager
2011-01-25 11:36:07 -08:00
will
bd414536ea
Revert "bug 4556: Missing resource localized strings."
...
This reverts commit de565a9fb92a578464f85a6036e1fa3f0cb1a886.
2011-01-25 11:34:05 -08:00
will
cbc8153dd5
bug 4556: localized string replacement for instance.jsp
...
- removed old change name and group dialogs as they are not being used anymore
2011-01-25 11:33:41 -08:00
abhishek
fc5ec096f5
bug 8188: removing service and disk offerings associated with a domain, when we delete a domain
...
status 8188: resolved fixed
2011-01-25 11:23:51 -08:00
Kelven Yang
28bbba3cea
Reset pending-only jobs upon management server startup
2011-01-25 11:19:35 -08:00
Edison Su
e4d9216222
Revert "fix for the Bug 7836 - Add secondary storage- MS fails to check invalid path specified"
...
This reverts commit 53b2ba278d597cd653774e0f89273ddfc9cfdedb.
2011-01-26 04:07:56 -05:00
Jessica Wang
db981484ab
community template shows for (1) root-admin role (2) domain-admin role + getUserPublicTemplateEnabled() == "true".
2011-01-25 10:39:15 -08:00
alena
e256285b05
Generate alerts_types.xml document along with other xml docs.
2011-01-25 10:37:00 -08:00
kishan
a705b104e7
bug 8197: entity owner for create command is caller account id
...
status 8197: resolved fixed
2011-01-25 23:27:19 +05:30