10123 Commits

Author SHA1 Message Date
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
bfederle
ff9972ebdf bug 12942
Rename 'Users' to 'Accounts' on projects dashboard

status 12942: resolved fixed
2012-01-09 17:07:33 -08:00
Jessica Wang
1c910582d8 bug 12306: cloudstack 3.0 new UI - system page - pass listAll=true when calling listing guest networks. 2012-01-09 17:02:09 -08:00
Sheng Yang
4d82413a66 Remove the check against guest network when adding pod
Seems we don't want to do this.
2012-01-09 16:50:48 -08:00
Kelven Yang
6b8ff93330 Add storage network support at VMware resource 2012-01-09 16:44:23 -08:00
Jessica Wang
b1f2dfa52d bug 12306: cloudstack 3.0 new UI - system page - pass listAll=true when calling listDomains to populate domain dropdown. 2012-01-09 16:43:49 -08:00
Sheng Yang
5886109fb9 bug 12556: Check guest network cidr when add pod 2012-01-09 16:42:57 -08:00
Sheng Yang
08a1d9ece1 Add default physical network name for server-setup.xml 2012-01-09 16:27:14 -08:00
Sheng Yang
861fdbee17 bug 12556: Add more CIDR checking when create network with specify CIDR
Pod and vlan creation have already got them.

status 12556: fixed resolved
2012-01-09 16:27:00 -08:00
Jessica Wang
3355c6cffe bug 12306: cloudstack 3.0 new UI - create service offering, create disk offering - pass listAll=true when calling listDomains to populate domain dropdown. 2012-01-09 16:23:00 -08:00
Jessica Wang
28704eb8a1 cloudstack 3.0 new UI - create user - domain admin and regular user are not allowed to create user. 2012-01-09 16:16:37 -08:00
Jessica Wang
89628cae5c bug 12306: cloudstack 3.0 new UI - account page - create account - pass listAll=true when calling listDomains to populate domain dropdown. 2012-01-09 16:11:55 -08:00
Jessica Wang
43f2a44f37 cloudstack 3.0 new UI - system page - secondary storage is under zone level. So, podID and clsuterID will never be used when getting secondary storage list. 2012-01-09 15:38:45 -08:00
frank
f449cd7350 Bug 12771 - management-server.log displays ipmi related credentials in plain text
status 12771: resolved fixed
2012-01-09 14:42:01 -08:00
Alena Prokharchyk
adaea570e4 bug 12934: added name to physical network
status 12934: resolved fixed
2012-01-09 14:20:37 -08:00
Alena Prokharchyk
223497baa4 bug 12877: fixed pagesize=-1 behavior
status 12877: resolved fixed
2012-01-09 13:26:12 -08:00
frank
5ea56cdfeb Bug 12777 - Add storage network configuration into CloudStack
polish API per Alena's review
2012-01-09 11:06:21 -08:00
frank
391f3e8b30 Bug 12777 - Add storage network configuration into CloudStack
fix typo: changing ListTafficTypeImplementorsCmd to ListTrafficTypeImplementorsCmd
2012-01-09 10:53:08 -08:00
bfederle
4bc6fd0eb9 Explicitly show all account, domain listings for admin 2012-01-09 10:44:07 -08:00
Alena Prokharchyk
c581506103 bug 12306: list* command revamp 2012-01-09 10:07:42 -08:00
kishan
5dc4a70b90 Bug 12850: Allow accounts in child domains to create Vms in zones owned by parent domain
Status 12850: resolved fixed
Reviewed-By: Abhi
2012-01-09 19:32:26 +05:30
Kelven Yang
89d0e29797 bug 12798: when VM is stopped, when sending command to storage pool, make sure last_host is tried first 2012-01-06 19:15:29 -08:00
Kelven Yang
bde008ed7e bug 12787: improve worker VM cleanup in snapshot operation 2012-01-06 19:15:29 -08:00
Sheng Yang
9b706697fb Install xs-tools in the systemvm template 2012-01-06 17:37:58 -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
frank
721ced96ec Bug 12777 - Add storage network configuration into CloudStack
fix an additional comma blocking Ant on Windows
2012-01-06 16:54:51 -08:00