Commit Graph

4885 Commits

Author SHA1 Message Date
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
alena f65850732c bug 8763: Fixed account cleanup process - don't destroy networks when vm expunge failed
status 8763: resolved fixed
2011-03-01 14:21:23 -08:00
Jessica Wang fdc220a7d3 bug 8774: when disabling password hash, we also disable it during account creation, user creation, password changing. 2011-03-01 11:40:11 -08:00
abhishek dc7164e5e5 bug 8601: adding another step for network offerings table 2011-03-01 10:31:09 -08:00
alena 39ad24d3e1 Set specify_vlan=1 for default Direct network offering. 2011-03-01 10:25:34 -08:00
abhishek e7b6d0439d bug 8601: adding another upgrade for data center table
status 8601: resolved fixed
2011-03-01 09:37:03 -08:00
alena be7d003e8d bug 8781: set dhcp/dns/userData providers to be DhcpServer in Basic zone; all other providers have to be null
status 8781: resolved fixed
2011-02-28 19:53:17 -08:00
alena ad85b9f8c6 Fixed api xml generator - used to truncate some chars during api diff generation 2011-02-28 16:22:53 -08:00
Edison Su 345647afdb bug 8771: multitenancy on same host in security group
status 8711: resolved fixed
2011-02-28 16:14:59 -05:00
alena fb39d6c9c6 Api xml doc generator: define if command is sync or async in the xml doc 2011-02-28 15:20:42 -08:00
Kelven Yang c5a29ec1f5 bug 8768 : async-job result can now only be of ResponseObjects, update places where a String object is used 2011-02-28 15:13:32 -08:00
Jessica Wang 297bae697d bug 8659: deleteNetwork API has been changed from sync to async. Here is related UI change. 2011-02-28 14:26:57 -08:00
Frank c4cdce8e8a Add database upgrate script to debian pkg 2011-02-28 14:17:06 -08:00
Frank 028e4c7f6f Add database upgrate script to RPM 2011-02-28 14:12:27 -08:00
alena 0df9c8fe56 bug 8659: deleteNetwork is async now
status 8659: resolved fixed
2011-02-28 13:46:09 -08:00
alena ed27ad3230 bug 8737: set entityOwnerId for all api commands including non-Async ones
status 8737: resolved fixed
2011-02-28 13:46:09 -08:00
abhishek 0fa708534f checking to see if mysql is running 2011-02-28 13:45:32 -08:00
alena eb62f16769 Allow network restart only for the networks in Setup and Implemented states. 2011-02-28 12:22:35 -08:00
alena 0ea10492d4 bug 8772: implementNetwork - reapply all the network rules for corresponding network elements every time network is re-implemented
status 8772: resolved fixed
2011-02-28 11:23:23 -08:00
alena a1ffd14425 bug 8753: never release public Ip address without ensuring that all corresponding resources (PF/StaticNat/Lb rules) are cleaned up.
Fixed couple of other problems along:

* when expunge PF/Static nat rules as a part of vmExpunge/IpRelease process, first mark all rules as Revoke, and then send commands to the backend. Group commands by Ip address.
Before we used to do Revoke/Send per rule basis.
* When release source nat rule, make sure that corresponding vpn (if exists) is being expunged.
2011-02-28 09:44:23 -08:00
Edison Su 8b04e4c57a fix security group rules 2011-02-27 21:17:44 -05:00
Edison Su 262e2d90fc don't break basic zone mode 2011-02-25 22:31:38 -05:00
Edison Su c5e5a0dc33 fix migration 2011-02-25 21:48:17 -05:00
Edison Su 5ffdb0f7d1 minor fix 2011-02-25 20:58:17 -05:00
Edison Su 386ffa9995 fix migration issue 2011-02-25 20:58:16 -05:00
Edison Su 52a1b2decb security group is per bridge 2011-02-25 20:58:16 -05:00
Jessica Wang 98ac48e8c2 bug 8655: if zone.securitygroupsenabled is true and users still choose to select network instead of security group, then UI won't show shared networks whose securitygroupenabled is true 2011-02-25 20:40:28 -08:00
Jessica Wang 951ae9eb58 bug 8655: if zone.securitygroupsenabled is true and users still choose to select network instead of security group, then UI won't show networks whose securitygroupenabled is true 2011-02-25 20:17:53 -08:00
Jessica Wang 7c689124c1 bug 8655: VM Wizard - step 4 - NOT create virtual network when zone.securityGroupsEnabled is true and users choose to launch VM on private network instead of using security groups. 2011-02-25 19:26:20 -08:00
Jessica Wang 0e1b35198b bug 8725: snapshot page - create volume from snapshot dialog - remove disk offering dropdown. 2011-02-25 18:16:59 -08:00