5944 Commits

Author SHA1 Message Date
Jessica Wang
61cecfec2e bug 9888: CloudStack UI - Support multiple secondary stroage for each zone. (before this change, only one secondary storage for each zone) 2011-05-17 15:27:55 -07:00
alena
b5ab92af89 Upgrade from 2.2.5 to 2.2.6 2011-05-17 15:22:59 -07:00
alena
33bf819afc bug 9873: create default security group for the default admin
status 9873: resolved fixed
2011-05-17 15:08:13 -07:00
alena
c2afcdec52 bug 9873: always add default security group to the SG list when deploy vm in 1) Basic zone 2) Advance zone using SG enabled network
status 9873: resolved fixed

Following fixes were made as a part of the checkin:

* When deploy user vm and SG doesn't exist in the DB, create it automatically.
* SecurityGroup enabled use vm start: if map to default group is not present in security_group_vm_map table, create one.
* Added "name" (securityGroupName) parameter back to deleteSecurityGroup/authorizeSecurityGroupIngress/deployVm. Mutually exclusive with security group id parameter.

Conflicts:

	api/src/com/cloud/api/commands/AuthorizeSecurityGroupIngressCmd.java
	api/src/com/cloud/api/commands/DeleteSecurityGroupCmd.java
	api/src/com/cloud/api/commands/DeployVMCmd.java
	server/src/com/cloud/api/ApiDBUtils.java
	server/src/com/cloud/vm/UserVmManagerImpl.java
2011-05-17 15:08:13 -07:00
anthony
ef42b21c1d fixed template download 2011-05-17 15:00:10 -07:00
Sheng Yang
ae1753c997 Revert "Add error check for buildsystemvm.sh"
This reverts commit a2c7e6f5bf5985d47f9ef25d1569931f28ff4258.
2011-05-17 14:16:25 -07:00
anthony
384f30101e fixed template download 2011-05-17 14:01:12 -07:00
Kelven Yang
c0ffcfc46d Japanese Windows + Japanese keyboard + Firefox/IE/Chrome/Safari 2011-05-17 13:50:57 -07:00
Jessica Tomechak
fcf7823bc8 bug 9826, added troubleshooting info to Admin Guide about OVA with ISO for templates uploaded from vSphere. 2011-05-17 12:47:31 -07:00
Jessica Tomechak
df1262dcc4 bug 9825, updated Admin Guide with procedure to convert Hyer-V VHD to XenServer-compatible template 2011-05-17 11:57:44 -07:00
alena
b5aabfab75 bug 9898: fixed attachIso by domain admin - no need to make permission check when iso is public
status 9898: resolved fixed
2011-05-17 11:11:13 -07:00
Murali Reddy
d79c6225df Bug 8115: - Source IP filtering in Virtual Router
correcting typo
2011-05-17 19:46:16 +05:30
Alex Huang
ea9703997b proxy agent 2011-05-17 07:12:58 -07:00
anthony
a19e5284d0 more check 2011-05-16 19:44:33 -07:00
Kelven Yang
eeada6f508 Letting console-proxy reflect back browser accept-language to help loading OS related keyboard 2011-05-16 17:59:36 -07:00
alena
efcb41ff28 Fixed listSystemVms api call to return consoleProxy and SSVM vms only if systemvmtype is not specified in the request 2011-05-16 17:55:38 -07:00
anthony
9c4964bc1b fixed merge 2011-05-16 16:54:00 -07:00
anthony
a0357a6af0 multiple secondary storage
local secondary storage should work, didn't test yet
2011-05-16 16:37:15 -07:00
anthony
d835067f40 multiple secondary storage support
template download works
creating snapshot works
creating volume/template from snapshot works
2011-05-16 16:37:15 -07:00
anthony
ba6b2ca670 initial checkin for multiple secondary storage 2011-05-16 16:37:15 -07:00
Jessica Tomechak
a84678cca0 bug 9355, remove secondary_storage_vm references from instructions to re-ip secondary storage. 2011-05-16 16:35:36 -07:00
Alex Huang
eb4fd2fb53 Database upgrade from 2.2.2 to 2.2.4 was broken. 2011-05-16 16:32:08 -07:00
Alex Huang
4582f59d21 Database upgrade from 2.2.2 to 2.2.4 was broken. 2011-05-16 16:31:40 -07:00
Frank
01dda95bdc Clean up unused baremetal stuff 2011-05-16 16:05:42 -07:00
keshav
d66227d0fb Fixed method to refer to the right provider. 2011-05-16 15:14:55 -07:00
alena
308cbf91fc bug 9879: throw insufficient address capacity exception with pod information in it when fail to allocate public ip address in specific pod
status 9879: resolved fixed
2011-05-16 15:05:00 -07:00
Edison Su
a69ea1f90d get rid of the stupid augeas 2011-05-16 14:49:41 -04:00
keshav
5d5363965d Changed usage code to look up stats by network ID. 2011-05-16 14:41:47 -07:00
Kelven Yang
1ff550f4a6 English Windows + Japanese keyboard + Firefox/IE/Safari/Chrome keyboard mapping 2011-05-16 14:19:55 -07:00
Sheng Yang
7bdaa210a1 Add error check for buildsystemvm.sh
set -e can stop the script if something went wrong. set -u can stop on
uninitialized variable reference.
2011-05-16 13:57:05 -07:00
Frank
aad64a5170 Fix in XenServer, when do primarystorage downlaod command, mount secondary storage
as readonly. And umount with options -fl to avoid hang if at that time NFS server down
2011-05-16 13:50:45 -07:00
keshav
17abb3e5d4 Added a method to look up public IPs that are used for static NAT rules. 2011-05-16 11:56:48 -07:00
Sheng Yang
b4605fbf2f Fix SSL Keystore path in the development version
Now the cloud.keystore would at the same path as file "db.properties", which
should make both development version and distribution version happy.
2011-05-16 11:28:45 -07:00
Alex Huang
5ce631e9d7 Separated resource management and agent management code. It's not all done but at least we make a first step 2011-05-16 10:55:18 -07:00
Alex Huang
c3c15b8435 Added some annotations for logging commands 2011-05-16 10:55:18 -07:00
Alex Huang
ab49c70add Added some annotations for logging commands 2011-05-16 10:55:18 -07:00
Jessica Tomechak
3bf5a181c0 Add 2.2.4 release section to documentation downloads page. 2011-05-16 10:51:36 -07:00
Jessica Tomechak
7b7d85345b Versioned install and admin guides for Bare Metal provisioning, a 2.2.5 feature. 2011-05-16 10:45:05 -07:00
Edison Su
981c497e1f Don't apply @DB on a private method 2011-05-16 10:04:08 -04:00
Murali Reddy
5d3fae2fe4 bug 9250:Need a new Guest OS type for XenServer: "Other PV"
adding new guest OS type "Other PV"
2011-05-16 19:53:12 +05:30
kishan
b738408f7d bug 8866,4942: Added support for Direct Network Usage collection
status 8866,4942: resolved fixed
2011-05-16 18:31:41 +05:30
Abhinandan Prateek
733a892aa4 return true on success 2011-05-16 16:02:35 +05:30
Abhinandan Prateek
542e3d6f53 bug 6451: host username/password should be changable through API
Propogate update password to other managment server nodes in a cluster.
2011-05-16 15:57:35 +05:30
Abhinandan Prateek
6707048fd5 bug 9869: if several port forwarding rules are deleted in quick succession it makes the router iptables inconsistent
status 9869: resolved fixed
2011-05-16 13:49:24 +05:30
Abhinandan Prateek
d161337710 bug 6451: host username/password should be changable through API
Password is queued, on error next password is used.
2011-05-16 12:08:05 +05:30
Kelven Yang
101ff9bb42 Make keyboard selection UI work across all browsers (FireFox, Chrome, IE, Safari) 2011-05-13 17:44:29 -07:00
Edison Su
29c510de28 need to insert iptable rules into FORWARD chain instead of append, as on rhel6, there is a reject rule added at the end of FORWARD 2011-05-13 16:05:20 -04:00
Chiradeep Vittal
46e40cab3f ebtables not programmed in some cases 2011-05-13 14:41:37 -07:00
alena
c7380b29e1 bug 9868: display help just once if wrong option is specified
status 9868: resolved fixed
2011-05-13 14:14:44 -07:00
alena
a4619c8347 bug 9859: added missing permission checks to queryAsyncJobResult API
status 9859: resolved fixed

Conflicts:

	server/src/com/cloud/async/AsyncJobManagerImpl.java
2011-05-13 14:03:12 -07:00