Commit Graph

2413 Commits

Author SHA1 Message Date
Jessica Wang 740b4e7c4c bug 6764: zone page - Add VLAN dialog - public untagged has only one option ("zone-wide") in scope. 2010-11-18 11:43:38 -08:00
abhishek 6ae21932eb realized that the var name used in response code might be confusing to a new reader. changing the name to be more intuitive 2010-11-18 11:20:01 -08:00
abhishek 18ff23c839 added a list method to list ip forwarding rules, optionally list a rule based on its public ip address 2010-11-18 11:15:13 -08:00
abhishek 020afa6e33 adding a list command for ip forwarding rules for 1:1 nat, to be consumed by the ui 2010-11-18 11:15:13 -08:00
Kelven Yang 3866926598 remove hard-code of vcenter server record from template.sql 2010-11-18 11:07:10 -08:00
edison a0d7ee3de9 fix rpm build 2010-11-18 09:46:36 -08:00
abhishek c4f1b35aef returning the public ip address in the creation of firewall rule, for the UI to consume 2010-11-18 09:42:47 -08:00
Anthony Xu aca45d68d3 delete cloud_PrettyPrint.py cloud_sxp.py which are not used 2010-11-17 23:30:33 -08:00
alena 829d7482b3 bug 6864: allow domain admin to see only vms belonging to his domain and child domains
status 6864: resolved fixed
2010-11-17 23:09:19 -08:00
alena 91a87f9d8f bug 7155: fixed NPE in AuditTrial which used to happen when logout command was executed when session was already invalidated.
status 7155: resolved fixed
2010-11-17 21:42:51 -08:00
alena 28dd8185dd Fixes for listDomains API command:
* return all domains in the system when command is executed via 8096
* for domain admin return only his domains and subdomains.
2010-11-17 21:28:12 -08:00
alena 6f44238109 Fixed listDomainChildren api - now we can search by name when isRecursive flag set. 2010-11-17 20:40:39 -08:00
alena a95b853a17 bug 6898: updateResourceLimit command requires domainId or account/domainId now if executed via 8096 port
status 6898: resolved fixed
2010-11-17 19:43:06 -08:00
alena 97a8349110 bug 6894: removed "account" request parameter in listAccounts command. Should use "name" if need to make search by account name
status 6894: resolved fixed
2010-11-17 19:21:02 -08:00
Jessica Wang b2bcb9e6e6 bug 6940: IP Address page - Enable Static NAT option is only available for IP that is manageable. 2010-11-17 18:18:58 -08:00
Jessica Wang 0890eff9f6 new UI - instance page - details tab - add ID field. 2010-11-17 18:12:07 -08:00
Alex Huang a73e3dc9ac new networking can be set by use.new.networking 2010-11-17 17:51:17 -08:00
Jessica Wang e6f0ab4dba bug 6940: IP Address page - implement Enable Static NAT action. 2010-11-17 17:49:12 -08:00
Chiradeep Vittal 4c7bb302bc bug 6971: Use PSK length configuration
validate global configurations
2010-11-17 16:32:50 -08:00
Jessica Wang 6100dc62b5 bug 6940: IP Address page - show/hide tabs upon isstaticnat, issourcenat, forvirtualnetwork value. 2010-11-17 16:23:36 -08:00
Kelven Yang 5490577469 1) Remove forwarding between eth1 and eth2 as it does not solve the problem of asymmetic routing
2) correct Eclipse project settings
3) If VM is hosted by vmware hypervisor, give the previous host preference to start on to fit VMware's VM-centric model
2010-11-17 15:55:04 -08:00
Jessica Wang 39327f2f38 bug 6940: IP Address page - details tab - add "Static NAT" field. 2010-11-17 15:43:51 -08:00
alena 9fefa33a36 bug 5701: listNetworkGroups api - apply page size parameter to the NetworkGroup instead of IngressRule.
status 5701: resolved fixed
2010-11-17 15:34:45 -08:00
Chiradeep Vittal 9640f12cce bug 6971: revert some changes 2010-11-17 15:33:10 -08:00
Chiradeep Vittal 31e17b907d bug 6971: ensure no conflicts with portforwarding rules for vpn udp ports
also, do not open up port 1701 -- only used on ppp interface not public interface
also clean up password generator, make it easier to use and more secure
moved some constants to NetUtils
heuristic to determine if an ip is one-to-one nat'ted
2010-11-17 15:32:50 -08:00
Chiradeep Vittal c871ef4acf fix constructor to use passed in value 2010-11-17 15:31:53 -08:00
Jessica Wang 8c8188afec bug 7151: cluster page - add "Add Host", "Add Primary Storage" option. 2010-11-17 15:18:09 -08:00
Jessica Wang d491490cde bug 7038: Pod page - Add Direct IP Range dialog - remove gateway field. Get gateway value from pod. 2010-11-17 14:18:52 -08:00
alena 2184dd1af2 bug 7195: introduced search by forVirtualNetwork parameter in listVmsCmd. Added "forVirtualNetwork" param to responses for all VM's apis.
status 7195: resolved fixed
2010-11-17 14:11:16 -08:00
Jessica Wang b6f15213e5 bug 7208: not pass vlan parameter to UpdateZone API if vlan is null 2010-11-17 13:09:22 -08:00
abhishek 38292fcd02 bug 6929: we prevent upgrading of a router with a SO different from the type it was created with (eg. prevent a virtual offfering being upgraded to direct)
status 6929: resolved fixed
2010-11-17 12:59:54 -08:00
Jessica Wang fed5bbcfbe bug 7208: not pass vlan parameter to CreateZone API if vlan is null. 2010-11-17 12:24:31 -08:00
Jessica Wang 08247906f2 bug 7208: Guest vlan range should be optional for zone with Advance network support 2010-11-17 12:08:15 -08:00
abhishek 1d1a2fa691 bug 6448: returning an error back from the api on trying to add a pf rule which already exists 2010-11-17 11:50:05 -08:00
Jessica Wang 37612196b8 Bug 7207: Add Zone Pod Wizard - Step2: shouldn't show "vlan range" fields when create zone with Basic network type 2010-11-17 11:06:34 -08:00
Chiradeep Vittal 43d5219258 fix components.xml handling in agent 2010-11-17 11:03:00 -08:00
alena 59b07f8047 bug 7162: made listZones by id work
status 7162: resolved fixed
2010-11-17 10:46:38 -08:00
alena f2c1291f6d Don't allow to update zone with new guestVlan range if the zone's network type is Basic 2010-11-17 10:46:38 -08:00
Jessica Wang 745d3e816d bug 7206: pod page - use zone's network type ("Basic", "Advanced") to decide what to show/hide. 2010-11-17 10:38:32 -08:00
Jessica Wang 8f5a7a8c00 bug 7206: zone page - add network type ("Basic", "Advanced") 2010-11-17 10:24:52 -08:00
Alex Huang 2628b0c994 more componentlocator changes 2010-11-17 04:49:38 -08:00
Alex Huang e22968b5fc more componentlocator changes 2010-11-17 04:39:47 -08:00
Kelven Yang 40e8cb83a6 update eclipse project settings for removal of gsson1.3 2010-11-16 23:00:40 -08:00
alena c229e18a1e Don't try to create guest vlan range for Default zone as it has Basic network type 2010-11-16 18:20:26 -08:00
abhishek 20262803fe added entry for networktype to dbconfig for zone creation 2010-11-16 18:01:39 -08:00
Jessica Wang 3dd4727060 new UI - related UI change for new parameter "networktype" of AddZone API. 2010-11-16 17:35:34 -08:00
alena 88fc03f1b1 Set networktype default value to be "Basic" in create-schema.sql 2010-11-16 17:11:53 -08:00
Alex Huang 8b7206073a more gson 1.5 work 2010-11-16 17:03:25 -08:00
alena dae39942f1 bug 7192: Added networktype parameter for the zone
status 7192: resolved fixed

1) Zone has networktype parameter now, 2 values are supported: Basic and Advanced. "networktype" field is created in data_center table. The parameter is being set at creation time; we don't allow to modify it with updateZone command.
2) Only vlan of Untagged Direct type can be created in Basic network zone; any other vlan except for Untagged Direct can be created in Advanced zone
3) Allow NULL guest vlan range for the zone. Only vlan of Direct type can be created in zone with NULL guest vlan.
4) "Default" zone is Basic by default.
5) Changed "vnet" parameter to "vlan" in updateZone command to be consistent with createZone
2010-11-16 16:54:44 -08:00
Jessica Wang b577015795 new UI - zone page, pod page - clicking Add VLAN, Add Secondary storage will show corresponding tab. 2010-11-16 16:39:52 -08:00