Commit Graph

4914 Commits

Author SHA1 Message Date
Kevin Kluge 215ce1f654 update version to 2.2.3 2011-03-15 14:43:13 -07:00
Kelven Yang 94fec01ff9 add long when default route is going to be changed 2011-03-15 14:09:45 -07:00
Frank 560f754689 Add PACKAGE_VERSION support to ubuntu build 2011-03-11 17:17:54 -08:00
Edison Su fd011c7304 fix db upgrade 2011-03-09 18:52:46 -05:00
Edison Su c256850ed5 fix typo 2011-03-09 16:37:02 -05:00
Edison Su f60f3453e9 bug 8939: add management.network.cidr
status 8939: resolved fixed
2011-03-09 16:33:02 -05:00
Chandan Krishna Reddy Purushothama 71bbbccf50 Additions made to the script inorder to avoid VM login using "saved_password" string 2011-03-09 16:09:39 -08:00
alena cbbf03492f bug 8937: throw an Exception when fail to reapply Firewall rules as a part of network Implement
status 8937: resolved fixed
2011-03-09 14:40:48 -08:00
Edison Su c2a1f748df fix bug when one of template was deleted, then delpoyvm, got NPE 2011-03-08 20:11:33 -05:00
Edison Su 771ad2ae9a fix destroy snapshot 2011-03-08 18:28:34 -05:00
alena a35c5ed102 bug 8146: Multiple network case (default network is Virtual) - for Direct networks dhcp servers set dns to the eth0 ip address of the domR belonging to virtualNetwork
bug 8146: resolved fixed
2011-03-07 19:40:01 -08:00
Edison Su cd904f676f bug 8875: add new management cidr configuration for vmware: if there are multiple management servers, each of them may talk to domR, so that means domR needs to know the routing to all the mgt servers.
status 8875: resolved fixed
2011-03-07 16:55:41 -05:00
Chiradeep Vittal d07b07bfa8 bug 8892: accept nameserver configurations on non-default networks. this is because if dnsmasq sends no nameservers, dhclient deletes all entries from resolv.conf. the MS will send the eth0 ip of the dhcp server / virtual router on the default network as the nameserver on the non-default networks 2011-03-07 16:18:04 -08:00
Kevin Kluge 0499e410f2 resolved fixed: 8853
update to handle multiple NICs and non-virtual-networking cases.
2011-03-07 13:29:41 -08:00
Kevin Kluge 2498f164e5 set version to 2.2.2 2011-03-07 11:30:24 -08:00
alena c50a650b41 bug 8874: rebootVm - don't try to implement already implemented network
status 8874: resolved fixed
2011-03-07 10:21:43 -08:00
alena f7bb357b63 Fixed DB upgrade script - vm_type field can be NULL 2011-03-05 10:22:38 -08:00
abhishek aa916cc846 bug 8601: adding another migration step 2011-03-04 16:26:19 -08:00
abhishek 6e3ea99f52 bug 8601: backport to 2.2.2 2011-03-04 14:09:32 -08:00
abhishek e96e01a4f0 bug 8601: merge into 2.2.2 2011-03-04 13:57:33 -08:00
Edison Su 0399febaf4 bug 8843: add vm into security group when vm is created
status 8843: resolved fixed
2011-03-04 13:04:12 -05:00
Alex Huang cb278909dd more logging 2011-03-04 11:41:49 -08:00
alena ade8a8ddcc cloud-set-guest-sshkey script (used by sshKey pair feature, has to be installed on the vm template) is a part of our code base now 2011-03-04 11:32:56 -08:00
Kelven Yang 81968b2325 Add string util function to retrieve exception info
Conflicts:

	utils/src/com/cloud/utils/StringUtils.java
2011-03-04 11:21:20 -08:00
Alex Huang 5f6f2837de Added logging to print out the transaction name on rollback 2011-03-04 11:13:15 -08:00
Edison Su 8ebbca4841 fix transaction rollback in security group listener, which cause state machine update failed 2011-03-04 10:57:46 -05:00
anthony f11d9064ca bug 8754,8738: don't throw Exception for getCurrentStatus
status 8754,8738: resolved fixed
2011-03-03 18:25:32 -08:00
prachi 88a310aa29 Bug 8841 - allocator logging improvements
Adding log statements to DeploymentPlanner and StoragePoolAllocators for debugging
2011-03-03 18:09:08 -08:00
Edison Su f85bb3b26d fix delete security group rule 2011-03-03 13:45:17 -05:00
alena 8776072589 Release vnet during network shutdown for guest networks only 2011-03-03 12:08:06 -08:00
keshav 29d82b30ef Changed password script to work even if multiple password servers are listening for requests 2011-03-03 11:55:49 -08:00
Edison Su 85de166f05 do not need "FORWARD -i cloudbr0 -o cloudbr0 -j ACCEPT" any more 2011-03-02 20:10:37 -05:00
keshav ba30a93f23 Changed password script to work with multiple NICs. 2011-03-02 18:35:58 -08:00
Chiradeep Vittal 6679b98069 Ensure password server is started inside dhcp server system vms 2011-03-02 17:44:00 -08:00
Kelven Yang db18c86d65 Move VmwareGuru.java to premium 2011-03-02 16:39:53 -08:00
Jessica Wang 766a8ab7d4 Network Offering page should list Virtual Network instead of Direct Network. 2011-03-02 16:12:28 -08:00
Kelven Yang 2674680ab9 bug 8759, 8760, 8761: open firewall rules to allow accessing to VMware vCenter and ESX/ESXi hosts in premium SSVM 2011-03-02 15:16:36 -08:00
alena 8581cbcb43 bug 8689: default DirectNetworkOffering has availability=Optional 2011-03-02 14:39:45 -08:00
abhishek f9858db56d bug 8601: propagating fix to 2.2.2 2011-03-02 14:38:57 -08:00
alena c11760a163 bug 8795: start domR after corresponding network is shutdown - implement network before starting the domR
status 8795: resolved fixed
2011-03-02 12:04:57 -08:00
abhishek 5f7d4129fd bug 8806: improvements to the flow; using group by to eliminate need for extra ds 2011-03-02 10:09:29 -08:00
abhishek f9aaa494cb bug 8806: fixing list hypervisors
status 8806: resolved fixed
2011-03-02 08:47:22 -08:00
alena 4b3b2b3f39 Throw an error when fail to configure one of the nics for multiNic user Vm 2011-03-01 18:06:05 -08:00
abhishek 448626be30 bug 8601: propagating to 2.2.2 2011-03-01 17:59:04 -08:00
abhishek 8ff5179fc5 bug 8601: more db upgrade tuning 2011-03-01 17:51:45 -08:00
Edison Su f0c0022a12 checksshcommand waits for 6 minutes 2011-03-01 16:37:06 -05:00
Edison Su bc593b5a8f bug 8783: user vm fs is crashed, use O_DIRECT instead of O_DSYNC/O_SYNC in qemu, aka cache=none. Hope we can reduce the possibility of guest vm crashed.
status 8783: resolved fixed
2011-03-01 16:37:06 -05:00
Edison Su e9b2ac63d0 fix NPE when failed to start VM 2011-03-01 16:37:05 -05:00
abhishek a1aebfd586 bug 8601: adding another upgrade step for networks table 2011-03-01 16:20:40 -08:00
alena a16d713a08 Return false when vm fails to stop 2011-03-01 14:43:40 -08:00