10148 Commits

Author SHA1 Message Date
Jessica Wang
45f9701c63 bug 12910: cloudstack 3.0 new UI - router page - add "Destroy" action. 2012-01-11 15:12:39 -08:00
Edison Su
0fac4a2bb1 bug 10380: after finishing download template, caculate checksum and report to mgt server
status 10380: resolved fixed
2012-01-11 15:05:52 -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
Sheng Yang
c4677d5f80 Fix NPE in checkVirtualNetworkCidrOverlap() 2012-01-11 14:27:00 -08:00
Jessica Wang
db527555e1 bug 12910: cloudstack 3.0 new UI - stop router - add checkbox "Force stop" on dialog box. 2012-01-11 14:23:10 -08:00
frank
82cf4e2a31 Bug 12777 - Add storage network configuration into CloudStack
add DROP statement for new tables according to our code convention guide
http://docs.cloud.com/CloudStack_Documentation/Design_Documents/Coding_Conventions
2012-01-11 13:57:39 -08:00
Sheng Yang
804cfaec46 Fix some testcases 2012-01-11 13:51:43 -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
3f824c4257 cloudstack 3.0 new UI - event page, alert page - pass listAll=true listXXX API call. 2012-01-11 12:13:09 -08:00
Jessica Wang
6b1c19cf6e cloudstack 3.0 new UI - volume page, snapshot page - pass listAll=true listXXX API call. 2012-01-11 12:10:26 -08:00
Jessica Wang
b37e8dc4df bug 12995: cloudstack 3.0 new UI - routers page - pass listAll=true to listRouters API. 2012-01-11 12:05:28 -08:00
Jessica Wang
645ebd6655 bug 13009: cloudstack 3.0 new UI - instances page - select "Running", "Stopped", "Destroyed" in top filter will also pass listAll=true to API call. 2012-01-11 11:47:34 -08:00
Jessica Wang
4d1924ca11 bug 13009: cloudstack 3.0 new UI - instances page - select "All" in top filter will pass listAll=true to API call. 2012-01-11 11:43:51 -08:00
Jessica Wang
7e0d3bf213 cloudstack 3.0 new UI - Primary Storage page - list view - add server IP, remove pod name and cluster name. 2012-01-11 11:21:47 -08:00
Jessica Wang
8c89b69ff3 bug 12893: cloudstack 3.0 new UI - Add Primary Storage - when KVM cluster is selected, CLVM will show in protocol dropdown. 2012-01-11 11:06:05 -08:00
anthony
12b7fa60f0 fixed typo 2012-01-11 10:30:31 -08:00
Nitin Mehta
2ce205725d Change of description text for some global configs 2012-01-11 17:30:24 +05:30
Murali reddy
cd84e82599 bug 12911: Netscaler- SDX - Not able to deploy VM when using SDX netscaler for load balancing services. 2012-01-11 16:33:17 +05:30
anthony
f114ddf471 propagate local_link_network 2012-01-10 19:48:55 -08:00
Sheng Yang
129a75974f Replace some CloudRuntimeException with InvalidParameterException
Most during ip check.
2012-01-10 19:02:31 -08:00
Sheng Yang
73dbaf4c9f bug 12997: Prevent creating LB and firewall rule on different provider
status 12997: resolved fixed
2012-01-10 19:02:31 -08:00
anthony
24f7991a70 bug 10831: replace "//" with '/'
status 10831: resolved fixed
2012-01-10 18:42:40 -08:00
Jessica Wang
4808e597bf bug 12964: fix a JS error => "args is undefined" 2012-01-10 17:04:35 -08:00
Jessica Wang
70363baf2d bug 12964: fix a typo => "newZoneObj is undefined" 2012-01-10 16:50:35 -08:00
anthony
9be635367e bug 10363 : cleanup vhd in secondary storage if creating private template fails
status 10363 : resolved fixed

Conflicts:

	core/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
2012-01-10 16:45:07 -08:00
Jessica Wang
96506565e6 bug 12964: fix a typo => "trafficeTypeCount is undefined" 2012-01-10 16:43:51 -08:00
Jessica Wang
f23e315c5f bug 12964: cloudstack 3.0 new UI - Add Zone Wizard - programatically call createPhysicalNetwork API and addTrafficType API after addZone API returns success. 2012-01-10 16:37:24 -08:00
Edison Su
470ec2cabc bug 10586: apply Nils's patch
status 10586: resolved fixed
2012-01-10 16:20:34 -08:00
anthony
1b0b88c43a bug 10363 : cleanup vhd in secondary storage if backsnapshot fails 2012-01-10 15:55:15 -08:00
anthony
fb8364ad0c bug 10363 : cleanup vhd in secondary storage if backsnapshot fails
Conflicts:

	core/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
2012-01-10 15:51:13 -08:00
Alena Prokharchyk
3c49258d0e Add Control traffic type automatically as a part of createPhysicalNetwork call 2012-01-10 15:43:15 -08:00
Edison Su
9bcb2affff bug 12139: add a way to specifiy which hypervisor used to start system vm:
Admin can either configure system.vm.default.hypervisor which is a global configuration for all zones, or call updatezone add defaultSystemVMHypervisorType
status 12139: resolved fixed
2012-01-10 15:11:50 -08:00
anthony
924953220b bug 10363 : cleanup vhd in secondary storage if copy_vhd_to_secondarystorage fails 2012-01-10 15:07:49 -08:00
Sheng Yang
fb596aa003 bug 12974: Update system template in template.sql 2012-01-10 15:01:28 -08:00
Sheng Yang
f98191be5c Fix domr's file lock
And add more information for domr's file lock
2012-01-10 14:25:43 -08:00
Jessica Wang
495e9ad113 cloudstack 3.0 new UI - create network offering - fix a bug that servicecapabilitylist was still passed to API when corresponding service is not selected. (API returns error: "Capabilities for LB service can be specifed only when LB service is enabled for network offering.") 2012-01-10 14:14:53 -08:00
anthony
f964c4d227 bug 10363 : cleanup vhd in primary storage if download template to primary storage fails
Conflicts:

	core/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
	scripts/vm/hypervisor/xenserver/vmops
2012-01-10 13:56:29 -08:00
anthony
c25cb29f10 remove nfs.py patch 2012-01-10 13:56:29 -08:00
Alena Prokharchyk
b1c60b9d60 bug 12964: createPhysicalNetwork/addTrafficType is no longer a part of createZone API 2012-01-10 13:55:09 -08:00
Sheng Yang
3a6f94f108 bug 12987: Fix NPE for check cidr
status 12987: resolved fixed
2012-01-10 13:00:15 -08:00
Alena Prokharchyk
e6080436cf bug 12926: fixed regression in enableStaticNat code introduced by preserve ip fix 2012-01-10 12:17:13 -08:00
Sheng Yang
8f2cd77c87 bug 12931: Add conserve mode in network offering response 2012-01-10 11:48:21 -08:00
Jessica Wang
17189b1a89 bug 12931: cloudstack 3.0 new UI - network offering page - detail view - add "conserve mode". 2012-01-10 11:40:00 -08:00
Jessica Wang
2c18380209 bug 12931: cloudstack 3.0 new UI - create network offering - add a checkbox "conserve mode", default as unchecked. 2012-01-10 10:45:49 -08:00
Abhinandan Prateek
5b9527ccd1 bug 12965: donot send command to pool if no host is up and enabled. (This condition needs to be reviewed, Nitin will initiate a disucssion and file a separate bug for it) 2012-01-10 15:34:38 +05:30
Abhinandan Prateek
eb4cfe063a bug 12916: warning user if he tried to move the VM across zones 2012-01-10 10:49:18 +05:30
Abhinandan Prateek
3a2d0b1ec6 bug 12918: don't allow movement within same account 2012-01-10 10:39:03 +05:30
Sheng Yang
3d13c98719 bug 12131: Discard weak encryption
status 12131: resolved fixed
2012-01-09 20:04:45 -08:00
Sheng Yang
59981f71c1 bug 12883: Fix numerous NETWORK_STAT related rule in iptables
Also use script in the router for the execution.

status 12883: resolved fixed
2012-01-09 20:04:45 -08:00