Pranav Saxena
88bad6cbcb
CS-15903:Detail page of vpn connection miss ike/esp lifetime
2012-08-08 13:52:42 +05:30
Pranav Saxena
9da438b24c
Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x
2012-08-08 10:59:57 +05:30
Pranav Saxena
65edf654e2
CS-15898:Change drop down options in vm tier for vpc
2012-08-08 10:58:02 +05:30
Sheng Yang
9898495974
S2S VPN: Fix multiply remote side guest networks
2012-08-07 18:34:41 -07:00
Prachi Damle
e59a2f2ef6
CS-14817 Intergrating External network service provider using pluggable interface - issue with CreateNetwork and UpdateNetwork
...
Changes:
- While checking if network has any external provider, we should consider all providers in the network. Not just F5, Juniper, Netscalar
2012-08-07 18:01:39 -07:00
Vijayendra Bhamidipati
d9ffd743f0
Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x
2012-08-07 19:50:23 -04:00
Jessica Wang
2e6aeee9af
cloudstack 3.0 UI - autoscale - implement enableAutoScaleVmGroup API, disableAutoScaleVmGroup API.
2012-08-07 16:33:39 -07:00
Sheng Yang
a7342974b3
S2S VPN: Fix typo
2012-08-07 16:26:06 -07:00
Brian Federle
4618f5f449
CS-15890: ACL multiEdit: Change 'Source CIDR' -> 'CIDR'
2012-08-07 15:57:57 -07:00
Brian Federle
ff29e4f02f
CS-15891: Add view console action to VPC instances list view
2012-08-07 15:53:19 -07:00
Brian Federle
f541d85fce
List view: support external link actions
...
Support actions which point to an external link, primary to support
launching the console proxy.
Example:
listView: {
actions: {
viewConsole: {
label: 'label.view.console',
action: {
externalLink: {
url: function(args) {
return clientConsoleUrl + '?cmd=access&vm=' + args.context.vpcTierInstances[0].id;
},
title: function(args) {
return args.context.vpcTierInstances[0].id.substr(0,8);
},
width: 820,
height: 640
}
}
}
}
}
2012-08-07 15:53:19 -07:00
Brian Federle
170b1d833f
Reduce whitespace to overcome file size limit
2012-08-07 15:53:19 -07:00
Brian Federle
5c850c9b4c
CS-15892: Tier detail view: Show 'tier details' instead of 'details'
2012-08-07 15:53:19 -07:00
Vijayendra Bhamidipati
1f0334b98a
CS-15722: InterVlan - VMWare - Source NAT Public IP Assocation to the VPC Virtual Router Fails.
...
Description:
Updating sql statements with path to Burbank system VM
template for VMWare.
2012-08-07 18:39:05 -04:00
Jessica Wang
db3692e448
cloudstack 3.0 UI - autoscale - configure AutoScale - resolve an error returned by updateAutoScaleVmGroup API "Only scaleup policies can be specified in scaleuppolicyids".
2012-08-07 15:31:56 -07:00
Jessica Wang
698097a3ce
cloudstack 3.0 UI - autoscale - configure AutoScale - fix a bug when root-admin tried to update an AutoScale created by regular-user or domain-admin, users dropdown was not correctly populated (should be populated with users under owner account instead of users under current login account).
2012-08-07 15:17:08 -07:00
Jessica Wang
0cd51eafc3
CS-15836: cloudstack 3.0 UI - autoscale - existing LB - configure AutoScale - fix a bug that root-admin was unable to see autoscale created by regular-user or domain-admin.
2012-08-07 14:33:16 -07:00
Jessica Wang
15d1e57b92
cloudstack 3.0 UI - autoscale - existing LB - configure AutoScale - fix a JS bug "otherdeployparams is undefined".
2012-08-07 14:10:12 -07:00
Brian Federle
38a269c1bf
CS-15861: Validate form fields before showing autoscale UI
...
--only applies to new LB rule form, not existing LB rules.
2012-08-07 13:46:32 -07:00
Brian Federle
365e8803cd
multiEdit: support validate on custom action
...
If requireValidation: true is set for a custom action, then only
perform action if multiEdit's form fields are valid. This does not
apply to clicking on existing rules' action buttons.
Syntax:
multiEdit: {
fields: {
testField: {
custom: {
requireValidation: true,
...
},
...
},
...
}
}
2012-08-07 13:46:32 -07:00
Jessica Wang
fa2d392ba2
cloudstack 3.0 UI - autoscale - for regular user - fix a bug that createAutoScaleVmProfile API fails because autoscaleuserid is undefined.
2012-08-07 13:21:26 -07:00
Brian Federle
98b4f598be
Autoscale UI: Add actions to top of dialog
...
Support performing actions via the autoscaler dialog. This adds
'autoscaleActions' and 'actionFilter' options to the autoscaler, which
specify and handle the actions appearing in the UI.
Performing these actions will cause a loading overlay to appear until
actions are finished, when the action bar is refreshed via the action
filter.
2012-08-07 13:19:35 -07:00
Sheng Yang
20f4b6a386
CS-15243: Add service combination check at create network offering
2012-08-07 12:52:59 -07:00
Sheng Yang
acd9f4887f
S2S VPN: CS-15882: Only allow VPN connection between same account's gateways
2012-08-07 11:51:14 -07:00
Alena Prokharchyk
ff708a87d3
Fixed UserContext initialization - got broken by unittest
2012-08-07 11:50:36 -07:00
Jessica Wang
530fb65278
cloudstack 3.0 UI - VPC - private gateways - preCheck() should not call args.response.success().
2012-08-07 11:48:36 -07:00
Jessica Wang
9f707a6b7d
cloudstack 3.0 UI - site to site VPN - create VPN connection - fix a bug that wrong vpnGatewayId is passed to API command where there are multiple VPN gateways are present in one account.
2012-08-07 11:27:45 -07:00
Sheng Yang
c7c13aea91
S2S VPN: CS-15884: Delete iptables rules after delete vpn connection
2012-08-07 11:24:54 -07:00
Alena Prokharchyk
1cf91a8397
VPC: more unittests for VpcService
2012-08-07 11:01:43 -07:00
Jessica Wang
b8e3a20ba0
cloudstack 3.0 UI - VPC - IP Address page - configuration tab - fix a bug that root-admin was unable to see LB service of IP Address owned by regular-user or domain-admin.
2012-08-07 10:45:58 -07:00
Koushik Das
257822a41f
Fix CS-15879
...
Removed safe update flag as it is a client only setting.
Reviewed-by: Nitin
2012-08-07 18:06:30 +05:30
Jayapal
3455305f69
Fix: CS-15398 fix for basic zone dns issue in multiple pods
2012-08-07 16:16:24 +05:30
Likitha Shetty
0dd17697bb
CS-14796. deployVirtualMachine api, added a check to see if the userdata provided is base64 encoded.
...
Reviewed by: Prachi
2012-08-07 14:18:21 +05:30
Alena Prokharchyk
44ae760257
VPC: CS-15850 - don't unplug the nic for public network when there are existing ips in the same vlan having network rules
2012-08-06 17:37:16 -07:00
Sheng Yang
3b0d7d373f
S2S VPN: CS-15641: Enable UDP port 4500 for NAT-T
2012-08-06 16:54:26 -07:00
Jessica Wang
25bb243a6f
cloudstack 3.0 UI - infrastructure - Virtual Routers - detailView - add Reboot action to VPC Virtual Router.
2012-08-06 16:36:53 -07:00
Alena Prokharchyk
08a1e93462
VPC: CS-15850 - don't unplug the nic for public network when there are existing ips in the same vlan having network rules
2012-08-06 16:31:32 -07:00
Alena Prokharchyk
ddb9e498f7
VPC: unittest preparation
2012-08-06 16:31:32 -07:00
Jessica Wang
da9603cfe6
cloudstack 3.0 UI - infrastructure - zone detail - network service providers - VPC Virtual Router - Instances tab - detailView - add Reboot action.
2012-08-06 16:28:23 -07:00
Jessica Wang
9edbc70e5b
cloudstack 3.0 UI - infrastructure - Virtual Routers - detailView - add ChangeService action to VPC Virtual Router.
2012-08-06 15:45:31 -07:00
Jessica Wang
5ec9cf3081
cloudstack 3.0 UI - infrastructure - zone detail - network service providers - VPC Virtual Router - Instances tab - detailView - add ChangeService action.
2012-08-06 15:39:29 -07:00
Sheng Yang
064198eef9
S2S VPN: Fix one typo at NetUtils
2012-08-06 15:26:44 -07:00
Jessica Wang
6620020477
cloudstack 3.0 UI - infrastructure - zone detail - network service providers - Virtual Router - Instances tab - exclude VPC Virtual Router here.
2012-08-06 14:41:46 -07:00
Brian Federle
ad132d43b0
CS-15518: Fix password field garbling on login screen.
...
From ASF master @ b10a619635
2012-08-06 14:34:48 -07:00
Sheng Yang
5cacd059ee
S2S VPN: CS-15852: Add vpninmask for VPN network usage
2012-08-06 14:24:20 -07:00
Brian Federle
31fbc7bf80
multiEdit: better handling for tag widget
...
Place tagging widget in a separate action and dialog class; it is
indicated by a 'tag' icon for better clarity.
-- This removes the requirement to specify a dummy 'edit' action on
multi-rules; instead, the separate tag action will appear automatically
as long as 'tags' is specified under the multiEdit's properties.
2012-08-06 14:14:30 -07:00
Jessica Wang
ba5a72d73e
cloudstack 3.0 UI - infrastructure - zone detail - network service providers - VPC Virtual Router - Instances tab - add Type to listView (System, VPC or Project).
2012-08-06 14:05:35 -07:00
Jessica Wang
9b1dff54d6
cloudstack 3.0 UI - site to site VPN - Edit mode - (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 13:04:55 -07:00
Jessica Wang
a8db3c98b2
cloudstack 3.0 UI - site to site VPN - listView - (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:58:12 -07:00
Vijay
7355f75633
Reverting 589efc80ec. 863bce0171 has the changes required.
2012-08-07 00:16:49 +05:30