Commit Graph

13223 Commits

Author SHA1 Message Date
Jessica Wang 7450abf36f CS-15939: cloudstack 3.0 UI - VPC - create VPN connection - add error handling. 2012-08-10 10:21:47 -07:00
Brian Federle 2e640b3231 multiEdit: pass context to select handler 2012-08-10 09:16:16 -07:00
Abhinandan Prateek eb1c94feba bug CS-15868: enable tampa pre-release 2012-08-10 19:18:17 +05:30
Koushik Das cae5db1722 CS-15603 : CloudStack failing to stop vm's when destroyVM is called
When a VM is force deleted and the host is not available then CS simply marks the state in db as "Destroyed/Expunging". The VM is still running on the host and once it becomes available again there is a discrepancy in state of the VM. In this scenario the VM is removed from the host when the next full cluster sync happens.

Reviewed-by: Abhi
2012-08-10 17:54:57 +05:30
Nitin Mehta 3aa0e9a352 bug CS-15278: For removing clusters crossing threshold find out the list of cluster through db instead of iteratting cluster one by one in the java code.
Reviewed-by: Koushik
2012-08-10 16:15:25 +05:30
Vijay 0bd667418e CS-15931 Delete Vm group not removing configs from NS.
CS-15935 NetScaler sessions increase in case of errors in the NetScaler
CS-15930 Save config not triggered to NS after create, update delete VM group
CS-15934 Handling Resource Unavailable exception for AutoScale
2012-08-10 13:45:23 +05:30
Abhinandan Prateek b82fddd629 bug CS-15919: added details parameter value can be a comma separated list of [all, vm, account, storage_type, disk_offering, min] 2012-08-10 10:28:25 +05:30
kishan 9fc16802c7 bug CS-15852: Add vpn usage rules in iptables magle table
status CS-15852: resolved fixed
2012-08-10 09:55:34 +05:30
anthony f49d7089d2 CS-15923 : only check result when "get" networkusage is called 2012-08-09 18:54:04 -07:00
Jessica Wang f2a927b9fa CS-15883: cloudstack 3.0 UI - VPC - VM Wizard - step 1 - zone dropdown - populate only one zone, the one that the VPC is under. 2012-08-09 17:07:40 -07:00
Brian Federle 143a0223e7 CS-15913: Add state column to VPN connection listing 2012-08-09 16:13:44 -07:00
Brian Federle d833372a29 VPC UI, VPN connections: fix 'DPD' boolean field 2012-08-09 16:13:39 -07:00
Brian Federle c008637fbf multiEdit: support hiding fields dynamically via dataProvider
If 'hideFields' array is passed to .success(), then hide the field IDs
specified.
2012-08-09 15:52:17 -07:00
Jessica Wang f32f55f7ac CS-15803: cloudstack 3.0 UI - VPC - fix a bug that root-admin failed to create a VM in a tier that belonged to regular-user or domain-admin. 2012-08-09 14:51:38 -07:00
Brian Federle 1ced3fc287 Fix typo 2012-08-09 14:30:09 -07:00
Jessica Wang 2c1d33d085 CS-15801: cloudstack 3.0 UI - VPC - create new tier - fix an error "Owner of vpc with specified vpcId is different from the network owner Acct[2-admin]". 2012-08-09 14:28:28 -07:00
Vijayendra Bhamidipati e0b06df8e2 CS-14644: Errortext includes old ID, not UUID in CS3.0
Description:

	Removing dead IdentityProxy information passed during
	exception creation.
2012-08-09 13:31:28 -07:00
Brian Federle ce23f29e25 CS-15916: Show network name in IP details 2012-08-09 11:43:23 -07:00
Jessica Wang 02e7797f3f cloudstack 3.0 UI - autoscale - add validation, prompt "Please disable the Autoscale VM Group first" when users try to update autoscale that's in Enabled state. UI does not automatically fire disableAutoScaleVmGroup API any more when VM Group is in Enabled state. 2012-08-09 11:18:59 -07:00
Brian Federle afe78348c9 CS-15902: Remove loading overlay from VPC actions
For add VPN and add gateway actions: remove loading overlay to allow
user to perform other actions. The overlay is replaced with a set of
notification messages indicating the status of the job.
2012-08-09 11:02:10 -07:00
kishan c5d2a84ade bug CS-15852: Add vpn usage rules in iptables magle table
status CS-15852: resolved fixed
2012-08-09 23:21:26 +05:30
Koushik Das 20ba086d99 Fix CS-15910
In case of volume creation from snapshot there is no associated VM so put a check for that.
Reviewed-by: Nitin
2012-08-09 19:32:39 +05:30
Prasanna Santhanam 2b3d4c5177 Changes to simulator setup files
for provider + traffic type changes in marvin
2012-08-09 15:08:08 +05:30
Prasanna Santhanam 98afec075c Correcting the example configurations for advanced and basic zone
Zones will now be have to configured with physical networks, their
traffic types and the providers with the devices supporting the service
2012-08-09 15:08:08 +05:30
Prasanna Santhanam 81208a5135 support for traffic type and external devices configuration
* traffictypes = 'Guest', 'Management', 'Public', 'Storage'
    - corresponding nic labels are given in the labeldict
* External device providers JuniperSrx, NetScaler and F5 load balancing
can now be configured

* examples are shown in the configGenerator.py script for basic,
advanced and EIP/ELB based zones
2012-08-09 15:08:08 +05:30
Vijay 4f774d227b Update for threshold parameter in NetScaler 2012-08-09 14:05:53 +05:30
kishan e77c17990f bug CS-14644: Added IdentityProxy to get UUID for unable to use template error in deployVm API 2012-08-09 13:24:28 +05:30
Pranav Saxena fd7b1e757f CS-15909:[Autoscale] UI: Autoscaler references to be replaced with Autoscale 2012-08-09 12:55:42 +05:30
Pranav Saxena 1e19ff9bf0 CS-15915:InterVlan - UI - Static route - instead of CIDR should say CIDR of destination network 2012-08-09 10:34:26 +05:30
Alena Prokharchyk 601ca8c5eb Fixed unittest 2012-08-08 18:58:50 -07:00
Jessica Wang f59d5d8dd1 CS-15885: cloudstack 3.0 UI - autoscale - add UI-side validation - at least one condition is required in Scale Up/Down Policy. 2012-08-08 16:44:49 -07:00
Jessica Wang 5d5d8b2d67 CS-15825: cloudstack 3.0 UI - VPC - Tier - detailView - allow all actions for regular-user and domain-admin since server-side doesn't have restriction. 2012-08-08 16:07:06 -07:00
Jessica Wang f2b73d86c2 CS-15773: cloudstack 3.0 UI - VPC - create private gateway dialog - add Physical Network dropdown. 2012-08-08 15:50:08 -07:00
Jessica Wang 8327719d2c CS-15773: cloudstack 3.0 UI - VPC - create private gateway dialog - add Physical Network dropdown. 2012-08-08 15:50:08 -07:00
Alena Prokharchyk 4739ac0ae3 Reverted "Initialize user context from AccountManager" committed by mistake
This reverts commit cc212aaecf.
2012-08-08 15:25:31 -07:00
Alena Prokharchyk d31449f1c0 Name change for vpc/Dao package (dao is lowercased now)
Conflicts:

	api/src/com/cloud/vm/PluggableNics.java
	server/src/com/cloud/configuration/DefaultComponentLibrary.java
	server/src/com/cloud/network/dao/RouterNetworkDaoImpl.java
	server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
	server/src/com/cloud/network/vpc/dao/PrivateIpDao.java
	server/src/com/cloud/network/vpc/dao/PrivateIpDaoImpl.java
	server/src/com/cloud/network/vpc/dao/StaticRouteDao.java
	server/src/com/cloud/network/vpc/dao/StaticRouteDaoImpl.java
	server/src/com/cloud/network/vpc/dao/VpcDao.java
	server/src/com/cloud/network/vpc/dao/VpcDaoImpl.java
	server/src/com/cloud/network/vpc/dao/VpcGatewayDao.java
	server/src/com/cloud/network/vpc/dao/VpcGatewayDaoImpl.java
	server/src/com/cloud/network/vpc/dao/VpcOfferingDao.java
	server/src/com/cloud/network/vpc/dao/VpcOfferingDaoImpl.java
	server/src/com/cloud/network/vpc/dao/VpcOfferingServiceMapDao.java
	server/src/com/cloud/network/vpc/dao/VpcOfferingServiceMapDaoImpl.java
2012-08-08 15:02:46 -07:00
Alena Prokharchyk cc212aaecf Initialize user context from AccountManager 2012-08-08 14:52:40 -07:00
Jessica Wang a4ca478df5 cloudstack 3.0 UI - autoscale - add validation that scale policy duration can not be less than Polling Interval. 2012-08-08 14:36:28 -07:00
Jessica Wang 5a9dbcf187 cloudstack 3.0 UI - autoscale -fix a bug that action bar was not refreshed after action was complete. 2012-08-08 13:56:13 -07:00
Sheng Yang 685af150bc S2S VPN: Use coma instead of semicolon for separating cidr list 2012-08-08 10:37:26 -07:00
Brian Federle deb7ffa031 Autoscale UI actions: Support passing new actionFilter on complete 2012-08-08 10:23:20 -07:00
Pranav Saxena 29cbd5ea42 CS-15900:InterVlan - UI - Confirmation Note on Acquisition of a Public IP Address to a VPC should mention this VPC instead of this Network 2012-08-08 20:24:14 +05:30
Pranav Saxena 49da17327f Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x 2012-08-08 20:15:30 +05:30
Pranav Saxena ee22f88578 CS-15900:InterVlan - UI - Confirmation Note on Acquisition of a Public IP Address to a VPC should mention this VPC instead of this Network 2012-08-08 20:14:11 +05:30
Deepak Garg 211b60ef64 CS-15644 Implemented UUIDs for templateId, serviceOfferingId, zoneId, domainId replacing the ids being passed to
Netscaler in the API url

Reviewed By: Vijay V.
2012-08-08 18:17:38 +05:30
Pranav Saxena 1dab5371cd Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x 2012-08-08 18:07:49 +05:30
Pranav Saxena fc14cead15 CS-15851:Intervlan - VMware - Enable Static NAT > if no tier selected> Apply> Status should display 'Please select a tier' 2012-08-08 18:05:47 +05:30
Devdeep Singh 08e7ebe8f2 Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x 2012-08-08 18:03:19 +05:30
anthony 70c84badab CS-15138: strip the string before compare 2012-08-08 17:57:14 +05:30
Vijay b10274efd9 CS-15866. Packaging AutoScale Vm Group as part of delete
load balancer rule.
ReviewedBy: Devdeep Singh
2012-08-08 17:44:28 +05:30