226 Commits

Author SHA1 Message Date
Jessica Wang
079eb0f9eb firewallRuleUiEnabled has been removed from listcapabilitiesresponse API. Here is related UI change. In network page, we now use listnetworksresponse to determine whether or not to show firewall section. 2012-01-25 16:45:47 -08:00
bfederle
4efd42cac1 Network section: IP address action updates
Prompt user to close details/refresh list view after these actions are
performed:

-Enable static NAT
-Disable static NAT

Always do a full refresh after releasing an IP.
2012-01-25 13:58:33 -08:00
bfederle
27e0dfcff9 bug 11798
-Support editing/removal of existing sticky session rules

-Cleanup add sticky session param handling
2012-01-25 11:14:37 -08:00
Jessica Wang
fdffe3bce2 IP address page - detailView - after DisableStaticNAT succeeds, empty Virtual Machine row. 2012-01-24 19:10:14 -08:00
Jessica Wang
8ae821e045 IP address page - Add Load Balancer tab - pop up a dialog box after addLoadBalancerRule returns success: "The load balancer rule has been added under IP xxx.xxx.xxx.xxx" 2012-01-24 19:09:44 -08:00
Jessica Wang
2dedf6a20b Auto refresh IP Address listing after enableStaticNAT, diableStaticNAT, release IP action. 2012-01-24 16:58:16 -08:00
bfederle
8156842ae6 -LB sticky policy fixes
-StaticNat refresh fixes
2012-01-24 16:38:59 -08:00
Jessica Wang
c5d4adaaea IP Address page - detail View - move 4 fields up. 2012-01-24 16:38:16 -08:00
Jessica Wang
137021fbdd IP address page - show Configuration tab if IP is elastic + non-staticNat + VM Id is null 2012-01-24 16:37:25 -08:00
bfederle
461dd4f6a4 Restore fix to avoid creating sticky twice 2012-01-24 16:07:08 -08:00
Jessica Wang
2a08eaa957 network page - Load Balancer tab - Create Load Balancer Rule - pass domainId/account instead of publicIpId to createLoadBalancerRule. 2012-01-24 15:36:17 -08:00
bfederle
eae8d70dfd Have network sticky policy use cloudStack.lbStickyPolicy() 2012-01-24 15:31:36 -08:00
bfederle
196e36d194 Update network section
-Add load balancer tab to network details

-WIP: Add 'none' field to sticky policy
2012-01-24 15:11:16 -08:00
Jessica Wang
6e5beaaa4a cloudstack 3.0 new UI - network page - show load balancer tab if the network includes Lb service including ElasticLb capability. 2012-01-24 14:36:20 -08:00
bfederle
0f6619a8ce bug 11798
Fix create LB sticky being called twice
2012-01-24 13:48:45 -08:00
bfederle
eff786bcad bug 13242
-Map allowed sticky session params to network capabilities, to only
 show fields relevant to selected network

-Move sticky rules to separate JS file
2012-01-24 13:28:06 -08:00
Jessica Wang
b4c5f07fca cloudstack 3.0 new UI - IP address page - create load balancer rule - always pass publicIpId regardless network type. 2012-01-24 12:42:30 -08:00
Jessica Wang
ce32ab71c1 cloudstack 3.0 new UI - network page - call fullRefresh after enableStaticNAT, createLoadBalancerRule returns success. 2012-01-24 12:02:46 -08:00
Jessica Wang
1f8ee8a21f cloudstack 3.0 new UI - network page - detail view - add Load balancer tab. 2012-01-24 10:14:23 -08:00
Jessica Wang
a986c6e626 IP Address page - loadBalancing - use network type ("Shared" or "Isolated") to decide which parameter to pass to createLoadBalancerRule, listLoadBalancerRules API. 2012-01-23 18:22:52 -08:00
Jessica Wang
9d0c3fd0fb cloudstack 3.0 new UI - IP page - configuration - show/hide tabs upon whether their corresponding service are included in the network or not. 2012-01-23 18:07:09 -08:00
Jessica Wang
4728ee8af8 cloudstack 3.0 new UI - network page - IP page - configuration - static NAT chart - hide Firewall icon if the network that the IP is under doesn't include Firewall service. 2012-01-23 16:34:47 -08:00
Jessica Wang
8e82266f6b cloudstack 3.0 new UI - network page - Associate new IP - pass domainId and account to API call if network type is Shared. 2012-01-23 15:03:14 -08:00
Jessica Wang
fbba0dbbf0 cloudstack 3.0 new UI - network page - IP address page - hide Configuration tab if IP is elastic. 2012-01-23 13:54:29 -08:00
Jessica Wang
b97358f32d cloudstack 3.0 new UI - network page - IP address page - detail view - no actions are allowed if IP is elastic. 2012-01-23 13:41:25 -08:00
Jessica Wang
bd026c50a7 cloudstack 3.0 new UI - network page - IP address page - detailView - add Elastic and VirtualMachine. 2012-01-23 13:28:32 -08:00
Jessica Wang
d009b3f3db cloudstack 3.0 new UI - network page - add SecurityGroup as SupportedService when getting shared networks. 2012-01-23 11:03:57 -08:00
bfederle
24c14006d2 Updated zone wizard / details
Rework zone wizard:

-Support creation of multiple physical networks via drag-and-drop UI

-Support configuration of traffic types

-Allow creation of complete zone resources -- pods, clusters, hosts,
 storage -- in a similar fashion to the quick install

-Add requirements to support elastic load balancer

Rework zone details page:

-Convert old zone chart into a regular zone details pane, split into
 multiple tabs

-Add zone-specific resources dashboard

-Allow display of multiple physical networks
2012-01-23 10:53:36 -08:00
Jessica Wang
68b6f2b1c5 cloudstack 3.0 new UI - network page - pass listAll to listNetworks 2012-01-22 07:54:11 -08:00
bfederle
3f07346087 Fix UI interval for add sticky policy 2012-01-20 15:20:23 -08:00
bfederle
3e365ad8c2 bug 11798 (WIP)
-Add UI for sticky policy

-Create sticky policy functionality
2012-01-20 14:33:16 -08:00
bfederle
e7d55d77f5 bug 12306
-Use listAll=true for projects and networks listing as ROOT admin
2012-01-17 10:56:27 -08:00
Jessica Wang
cb6f1b619f bug 12910: cloudstack 3.0 new UI - network page - restart network - add checkbox "Clean up" on dialog box. 2012-01-11 14:38:27 -08:00
Jessica Wang
88c08cd798 cloudstack 3.0 new UI - Security Groups page - pass listAll=true listXXX API call. 2012-01-11 13:50:53 -08:00
Jessica Wang
bad0c23501 cloudstack 3.0 new UI - network page, IP address page - pass listAll=true listXXX API call. 2012-01-11 13:49:13 -08:00
Jessica Wang
fa05ee586a cloudstack 3.0 new UI - security groups page -(1) add ID, Description to detail view. (2) move actions from list view since they are available in detail view already. 2012-01-06 17:08:43 -08:00
Jessica Wang
c802971cce cloudstack 3.0 new UI - IP Address page - implement search. 2012-01-05 16:38:11 -08:00
Jessica Wang
cefa1f3311 cloudstack 3.0 new UI - network page - implement search. 2012-01-05 16:27:28 -08:00
Jessica Wang
0c84ca37a4 cloudstack 3.0 new UI - security group page - implement search. 2012-01-05 15:47:33 -08:00
bfederle
710d016775 bug 12120
Add missing fields to IP address details

status 12120: resolved fixed
2012-01-05 12:30:21 -08:00
Jessica Wang
291486cc5d bug 11799: cloudstack 3.0 new UI - security group page - add new tab "Egress rules". 2012-01-04 19:04:07 -08:00
bfederle
b557750eab bug 12769: Fix security group actions 2012-01-04 13:05:51 -08:00
bfederle
f076a4a8a7 Syntax fixes for IE7 2012-01-04 11:38:53 -08:00
bfederle
c429a66306 bug 12569: Correct error handling for acquire IP address
status 12569: resolved fixed
2011-12-22 15:36:18 -08:00
bfederle
8e6ee2089a Update network section w/ fixes from beta2 branch 2011-12-21 14:46:54 -08:00
bfederle
9b20c827fc Update network section
-Pull real data after add network action, to avoid having to refresh

-Update list view indicator

-Use correct destroy UI action for delete network
2011-12-20 12:56:46 -08:00
bfederle
127136b94b Network section: add missing view all IP addresses button 2011-12-20 12:17:21 -08:00
bfederle
3415f01267 Update network section
-Implement add (isolated) network action

-Update list view/detail view to reflect same data as system area
2011-12-20 12:05:55 -08:00
bfederle
056b1c8947 WIP: Install wizard error handling 2011-12-20 10:30:15 -08:00
bfederle
2ac0e00403 Re-enable source algorithm 2011-12-19 17:50:46 -08:00