10436 Commits

Author SHA1 Message Date
bfederle
472912ad70 bug 12888: Fix update row on stop VM
status 12888: resolved fixed
2012-01-30 16:06:27 -08:00
bfederle
a9d427eea6 Remove unneeded success and complete messages 2012-01-30 16:02:07 -08:00
bfederle
b593898fbd bug 13079
Sanitize network offering service list labels

status 13079: resolved fixed
2012-01-30 15:57:30 -08:00
Alena Prokharchyk
37d38427c6 Fixed transaction start in createLB rule 2012-01-30 15:53:54 -08:00
bfederle
d6ef879b44 bug 13148
Concatenate LB rule name if length too long

status 13148: resolved fixed
2012-01-30 15:45:08 -08:00
Jessica Wang
8df1cfe087 bug 12869: create network offering dialog - 1. When guestIpType is Shared, hide SpecifyVlan checkbox (pass specifyVlan=true, specifyIpRanges=true to API call).
2. When guestIpType is Isolated, show SpecifyVlan checkbox.
   If SpecifyVlan checkbox is checked (specifyVlan=true), specifyIpRanges=true.
   If SpecifyVlan checkbox is unchecked (specifyVlan=false), specifyIpRanges=false.
3. remove SpecifyIpRanges checkbox.
2012-01-30 15:38:31 -08:00
Alena Prokharchyk
cd56bf9f60 Only Virtual Router can be specified as a provider for the Firewall service 2012-01-30 15:26:43 -08:00
Alena Prokharchyk
0196eb5679 bug 12821: no VPN support on Juniper
status 12821: resolved fixed
2012-01-30 15:07:04 -08:00
bfederle
d1b0b0954a bug 13245: Fix VM listing 'mine' filter when in project
status 13245: resolved fixed
2012-01-30 15:03:58 -08:00
Jessica Wang
166ccb45a4 bug 12869: network page - add guest network dialog - add gateway field, netmask field. 2012-01-30 14:59:04 -08:00
Kelven Yang
8f2b6dc791 do not default display name from null to other name like host name 2012-01-30 14:57:50 -08:00
bfederle
f940c542a0 Multi-edit: Increase length of poll interval, to prevent choppy UI 2012-01-30 14:55:46 -08:00
bfederle
59bd048b56 bug 13356
Clear out sticky/custom data drop-down after adding policy

status 13356: resolved fixed
2012-01-30 14:53:59 -08:00
bfederle
b0b5a7a0d0 Network section: LB/PF fixes
-Fix async poll never clearing when creating LB w/ sticky policy

-Append listAll=true to LB/PF listings, to allow admin to alter other
 users' rules
2012-01-30 14:45:51 -08:00
Kelven Yang
cb959aa377 bug 13369: recycle roger hung worker VMs in vCenter 2012-01-30 14:21:56 -08:00
Jessica Wang
09dc843a64 bug 12869: network page - add guest network dialog - network offerings dropdown - populate Isolated networks with SourceNat service and specifyvlan is false. 2012-01-30 14:18:42 -08:00
bfederle
fac99b23dc Network section: VM listing fix
Fix admin not being able to assign VMs for port forward/LB to networks
not assigned to them
2012-01-30 13:46:25 -08:00
Alena Prokharchyk
1b54901caa bug 13290: fixed listNetworks for the domain admin in Basic zone
status 13290: resolved fixed
2012-01-30 13:45:16 -08:00
bfederle
c6a3a63f1f Fix account column in network listing 2012-01-30 13:40:02 -08:00
bfederle
3cb7453979 bug 12415
Don't pass projectID for templates or ISOs, unless listing 'My'
templates/ISOs

status 12415: Resolved fixed
2012-01-30 13:35:11 -08:00
bfederle
cc63a451a7 bug 13288: Concatenate long zone names in dashboard UI
status 13288: resolved fixed
2012-01-30 13:26:38 -08:00
Alena Prokharchyk
529d0706e1 SpecifyVlan should always be true for shared network offerings and for network offerings with specifyIpRanges=true
SpecifyIpRanges should always be true for Shared network offerings
2012-01-30 12:34:49 -08:00
Jessica Wang
5b191fe3d1 bug 12869: system page - advanced zone - create guest network - when scope is account-specific, exclude Isolated network offerings with SourceNat service from network offering dropdown. 2012-01-30 12:29:44 -08:00
Jessica Wang
2418423f1d bug 12869: system page - advanced zone - create guest network - when network offering whose specifyvlan is false is selected, hide VLAN ID field. Show it otherwise. 2012-01-30 12:04:05 -08:00
Jessica Wang
4d6d9584a9 bug 12869: system page - advanced zone - create guest network - when network offering whose specifyIpRanges is false is selected, not pass startIp/endIp to API call. 2012-01-30 11:23:55 -08:00
Alena Prokharchyk
9219d4c41d bug 12361: more fixes to DB upgrade for network_offerings table
Added unittest for testing network offerings db upgrade
2012-01-30 11:20:13 -08:00
kishan
6717218d1d Bug 10405: Added since version to new APIs added for acton
Reviewed-By: Nitin
2012-01-30 18:43:12 +05:30
Nitin Mehta
f88ddbe86e Bug 13066: StorageOverProv-Start using bigdecimal for better precision. Change allocators and dashboard code for the same.
Status 12897: resolved fixed
Reviewed-By: Kishan
2012-01-30 17:27:30 +05:30
kishan
8f2cf82b24 Bug 12996: Removed createConfiguration API command
Status 12996: resolved fixed
Reviewed-By: Nitin
2012-01-30 14:36:50 +05:30
kishan
08df288bf5 Bug 13175: Fixed typos. minotoring instead of monitoring, assignbed instead of assigned
Status 13175: resolved fixed
Reviewed-By: Nitin
2012-01-30 14:31:48 +05:30
kishan
fd182b806e Bug 13143: Use defaults for timezone when config is null or empty
Status 13143: resolved fixed
Reviewed-By: Nitin
2012-01-30 14:26:15 +05:30
Jessica Wang
1e38c289aa bug 12869: system page - advanced zone - create guest network - when selected network offering is Isolated and Specify IP Ranges is false, hide Start IP, End IP field. Show them otherwise. 2012-01-27 17:47:23 -08:00
Jessica Wang
7bb1991c5a system page - zone detail - guest network - network tab - this tab only shows for advanced zone now. So, remove things related to basic zone in this tab. 2012-01-27 16:34:07 -08:00
Chiradeep Vittal
fcd90b269e allow Mac OS developers to run management server natively 2012-01-27 16:27:19 -08:00
Chiradeep Vittal
f498ca6389 bug 13160: blacklist aesni_intel module to avoid crash 2012-01-27 16:27:19 -08:00
bfederle
3b4676d384 bug 12091
UI support for adding/removing of VMs from LB rules

status 12091: resolved fixed
2012-01-27 16:27:05 -08:00
Alena Prokharchyk
8eed9004cd Fixed broken unittest 2012-01-27 14:44:34 -08:00
Jessica Wang
b8958d52a4 bug 12869: system page - advanced zone - create guest network - network offerings dropdown - when scope is account, display all network offerings regardless of shared/isolated. 2012-01-27 14:29:28 -08:00
Edison Su
ecf774a0d7 bug 13357: startupanswer is advanced before agentmonitor got processed, so it's possible that pingcommand received by mgt server ahead of agentmonitor initializes pingmap
status 13357: resolved fixed
2012-01-27 14:08:14 -08:00
Jessica Wang
589dfe511f bug 12869: (1) create Network Offering dialog - add new checkbox "Sepcify IP Ranges". (2) network offering detail view - add "Sepcify IP Ranges" row. 2012-01-27 13:27:48 -08:00
bfederle
45a8d4e811 bug 13364: Fix security group listing when in projects mode
status 13364: resolved fixed
2012-01-27 10:55:47 -08:00
Kelven Yang
0f333a5124 Let system VM still use the old naming convention for host names 2012-01-27 09:59:52 -08:00
Kelven Yang
f0e048a968 More protective cleanup when exporting snaphost to reduce chances of leaving intermediate files behind under soft error conditions 2012-01-27 09:34:08 -08:00
bfederle
83bc7d1c81 Remove UI test data 2012-01-27 09:01:57 -08:00
kishan
cdbf85e3e6 Bug 12649: Added new param path to listDomains respone
Status 12649: resolved fixed
Reviewed-By: Nitin

Conflicts:

	server/src/com/cloud/api/ApiResponseHelper.java
2012-01-27 17:58:48 +05:30
Edison Su
5e2f02fdd5 bug 13315: add httpproxy support in ssvm, only basic auth. User can add secstorage.proxy = http://username:password@hostname:port
status 13315: resolved fixed
2012-01-26 18:46:44 -08:00
anthony
110f4331f8 bug 13086: remove host tag from VDI after rset_power a VM
status 13086: resolved fixed
2012-01-26 17:45:32 -08:00
Jessica Wang
dfdfc3b85a Add zone wizard - configure public - fix a bug that configureGuestTraffic() was being called more than once when multiple public VLAN IP Ranges are entered in configure public screen. 2012-01-26 17:07:10 -08:00
prachi
e48e7226bd Bug 13239 - java.lang.NullPointerException seen in management server logs when netscaler instance is unreachable whenever network usage thread is executed
Changes:
- Added Null check for lbvserver
- Need not process the usage answer when we get some error.
2012-01-26 16:40:16 -08:00
bfederle
3df53c1324 bug 13285: Fix confirm password validation
status 13285: resolved fixed
2012-01-26 16:10:57 -08:00