Jessica Wang
fa653ebe02
cloudstack 3.0 UI - site to site VPN - Create action - (1)split IKE policy field into 3 fields. (2)split ESP plicy field into 3 fields. (3)split lifetime field into 2 fields. (4) add Dead Peer Detection field.
2012-08-06 11:15:37 -07:00
Pranav Saxena
edf747495b
Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x
2012-08-06 16:00:12 +05:30
Pranav Saxena
f62b96125f
CS-15844:InterVlan - UI - Remove ACL Icon is not displayed properly for ACL Rules
2012-08-06 15:59:15 +05:30
Koushik Das
32c577ef7d
Fix CS-15834
...
Added storage type in list disk offerings response
Reviewed-by: Abhi, Nitin
2012-08-06 15:24:01 +05:30
Brian Federle
7492f4f67f
CS-15842: VPC gateway create form: Put 'VLAN' field at the top
2012-08-03 12:29:37 -07:00
Brian Federle
015078b499
CS-15841: Better add VPC gateway flow
...
- Because only 1 gateway can exist per VPC, remove 'add' button from
list view and immediately show create form on click if no gateway is
present; show list view on successful creation. If there is a
gateway, go to list view immediately.
- Rename "Gateways" -> "Private Gateway"
2012-08-03 12:26:18 -07:00
Brian Federle
98e8303187
VPC details: Display 'restart required' field
2012-08-03 12:03:46 -07:00
Brian Federle
06a83e0c1c
CS-15802: Add VPC filter to instance wizard network select
...
Adds drop-down select to filter networks by VPC.
-If no VPC is selected, only show non-VPC isolated networks
-If VPC is selected, show tiers from specified VPC. Note that only one
tier/network can be checked at a time in this mode, and 'add network'
text field is hidden
2012-08-03 11:21:48 -07:00
Brian Federle
dc32b71de9
CS-15809: Show account/domain fields on VPC detail view
2012-08-03 11:12:31 -07:00
Brian Federle
24885b64d8
CS-15793: Fix static NAT select when in a VPC network
2012-08-03 11:03:56 -07:00
Pranav Saxena
44c067cd10
CS-15793:Enable static NAT for the public IP address screen is not showing VMs
2012-08-03 15:49:26 +05:30
Jessica Wang
c5a849e9d2
cloudstack 3.0 UI - site to site VPN - VPN customer gateway - implement Edit mode.
2012-08-02 15:04:50 -07:00
Brian Federle
eb93ebf6a1
CS-15798: Support editing of VPC resource limits
2012-08-02 14:22:20 -07:00
Jessica Wang
1f7b273dcc
cloudstack 3.0 UI - site to site VPN - (1) implement Add VPN connection action in VPN connection listView. (2) remove Add VPN connection action from VPN customer gateway detailView.
2012-08-02 11:58:49 -07:00
Brian Federle
610b637345
Fix layout
2012-08-02 11:58:48 -07:00
Brian Federle
b6f0c3543b
Add VPC dropdown
2012-08-02 11:58:48 -07:00
Brian Federle
bf77446f15
VPC: Update site-to-site VPN creation flow
...
If no VPN gateway exists for a VPC, then immediately show a dialog box
asking if user wants to add. If so, create VPN gateway and show list
view afterwards.
- This removes the 'add' button from the list view, moving the code up
a level in the object to siteToSiteVPN.add
- In addition there is a new function, siteToSiteVPN.preCheck, which
returns true/false. If true, then show list view immediately; if
false, show dialog and go through creation process, showing list
view afterwards.
2012-08-02 11:32:02 -07:00
Jessica Wang
0b1b8adf30
cloudstack 3.0 UI - site to site VPN - VPN customer gateway - add name field.
2012-08-02 11:13:42 -07:00
Pranav Saxena
160d71fe38
CS-15318:Do not allow user to stop a VM when it is in Starting state
2012-08-02 14:17:58 +05:30
Pranav Saxena
0f302f9e42
CS-15807 :No network label for OVM is available in UI
2012-08-02 13:48:13 +05:30
Jessica Wang
db489d018a
cloudstack 3.0 UI - Guest Network section - pass listAll=true to listNetworks API even id parameter is passed.
2012-08-01 16:45:32 -07:00
Jessica Wang
32c295aa6c
cloudstack 3.0 UI - Guest Network section - pass listAll=true to listNetworks API.
2012-08-01 16:36:08 -07:00
Brian Federle
63b3b92176
listView UI: Fix case where $breadcrumb isn't present
2012-08-01 15:54:07 -07:00
Jessica Wang
541bb95d63
CS-15792: cloudstack 3.0 UI - VPC - pass domainid+account instead of listAll to all listNetworks API calls under VPC section.
2012-08-01 15:50:56 -07:00
Pranav Saxena
6cc7cda9ce
CS:15792- S2S VPN : A tier created in VPC from a domain-admin account does not show up in the VPC configuration page. Instead, it is seen in the guest networks page
2012-08-02 02:59:30 +05:30
Brian Federle
505a9ad982
CS-15740: Show 'please select a tier' instead of blank default option
...
For VPC enable static NAT dialog, a tier always needs to be selected
-- this is now indicated in the default option select.
2012-08-01 14:28:07 -07:00
Brian Federle
f6cc891831
cloudBrowser / list view UI: Show subsection in breadcrumb
...
If in a section with multiple subsections, show active subsection in
the breadcrumb.
For example, if in storage->snapshots, display 'Storage - Snapshots'
based on the 'title' attribute for the main section and subsetion.
-- Note: this disables the 'fixSize' functionality which resizes long
breadcrumb trails, due to incompatibility with this new feature. It
is going to be reimplemented anyway, as it is fairly glitchy in its
current incarnation.
2012-08-01 13:24:51 -07:00
Jessica Wang
ea9fe42c50
cloudstack 3.0 UI - autoscale - edit mode - update autoscaleVmGroup.
2012-08-01 12:18:29 -07:00
Jessica Wang
301a3be8ec
cloudstack 3.0 UI - autoscale - edit mode - disable autoscaleVmGroup before calling other updateXXXXXXX APIs and enable it back afterwards.
2012-08-01 10:19:50 -07:00
Jessica Wang
9d23cd672e
cloudstack 3.0 UI - autoscale - edit mode - API calls end after updating VM profile.
2012-08-01 09:39:44 -07:00
Pranav Saxena
e51076af3f
CS-14907:download volume option should be present only in READY state since it has moved to primary storage
2012-08-01 10:54:48 +05:30
Jessica Wang
1dc3a3910c
cloudstack 3.0 UI - autoscale - add validation that LB name, public port, private port field have to be filled before creating autoscale.
2012-07-31 18:02:48 -07:00
Jessica Wang
cedf4f4c47
cloudstack 3.0 UI - autoscale - service offering, disk offering, security group can not be changed after autosccale is created. So, disable the 3 dropdowns in edit mode.
2012-07-31 17:45:22 -07:00
Jessica Wang
cee948681f
cloudstack 3.0 UI - autoscale is not supported in VPC. So, hide autoscale button in LB listing in IP Addresses under VPC.
2012-07-31 16:45:22 -07:00
Jessica Wang
ced94b532b
cloudstack 3.0 UI - autoscale - edit mode - pass id parameter to updateAutoScaleVmProfile API.
2012-07-31 16:02:18 -07:00
Jessica Wang
efc16fd99d
cloudstack 3.0 UI - autoscale - edit mode - fix a bug that counter column in Scale Up Policy/Scale Down Policy was shown as UUID instead of name.
2012-07-31 15:21:18 -07:00
Jessica Wang
d218641559
cloudstack 3.0 UI - autoscale - rename add action to apply action since the action is used by both creation mode and edit mode now.
2012-07-31 15:03:30 -07:00
Jessica Wang
0320fc1b65
cloudstack 3.0 UI - autoscale - implement edit mode.
2012-07-31 14:21:45 -07:00
Brian Federle
85ec574348
CS-15761: Show type of router in list view
...
Adds a 'type' column to virtual router list views, which is labeled
either 'VPC,' 'Project,' or 'System' [default router].
--This also fixes an issue where project routers were never listed
2012-07-31 14:20:10 -07:00
Brian Federle
0793e07ada
CS-15760
...
Don't show Configuration tab for VPC static NAT
2012-07-31 13:44:23 -07:00
Sanjay Tripathi
376e3fd2b9
CS-15775:Creation of Auto scale configuration through UI fails while creating autoscale profile due to args.context.ipAddresses is undefined
2012-07-31 23:34:13 +05:30
Sanjay Tripathi
b448412148
Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x
2012-07-31 21:53:26 +05:30
Sanjay Tripathi
a17e0117e5
CS-15775:Creation of Auto scale configuration through UI fails while creating autoscale profile due to args.context.ipAddresses is undefined
2012-07-31 21:51:31 +05:30
Pranav Saxena
c1b746a4f1
CS-15770:Dedicated option should not be displayed when Basic EIP/ELB is chosen as Network Offering
2012-07-31 16:38:33 +05:30
Pranav Saxena
a8c6855229
Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x
2012-07-31 16:22:32 +05:30
Pranav Saxena
2785e4e7e8
CS-15724:S2S vpn- Customer vpn gateway page does not display all the configured parameters
2012-07-31 16:21:09 +05:30
Sanjay Tripathi
d253d2e84d
CS-15698: No option to update customer vpn gateway details through UI
2012-07-31 14:22:43 +05:30
Sanjay Tripathi
1c1ecff0f0
CS-15698: No option to update customer vpn gateway details through UI
2012-07-31 13:28:35 +05:30
Jessica Wang
fcb1a817a5
cloudstack 3.0 UI - autoscale - set disk offering dropdown, security group dropdown when popping up autoscale dialog from an exisitng LB rule.
2012-07-30 20:03:20 -07:00
Jessica Wang
849ac1be3f
cloudstack 3.0 UI - autoscale - set user dropdown when popping up autoscale dialog from an exisitng LB rule.
2012-07-30 18:49:23 -07:00