Commit Graph

3665 Commits

Author SHA1 Message Date
Edison Su 5dc7307428 fix rpm build on fedora 2011-01-07 13:25:04 -05:00
alena d0687f663f bug 7863: fixed router cleanup thread
status 7863: resolved fixed

Router cleanp thread is fixed, here is functionality description:

* Runs every "router.cleanup.interval" period of time (1 day by default)
* Stops only domRs running in Advance zone
* Thread Flow:
- gets all Running domRs/dhcps, get their networks, select network that
has to be checked (see criteria below):
- checks that there is only one nic in the op_networks table for the
network, and this nic belongs to domR/dhcp
- Stops domR/dhcp
* Criteria to choose the network:
- Network has to be non-system.
- Network should be one of the following: Guest Virtual (TrafficType=Guest; GuestType=Virtual); Direct Tagged (TrafficType=Public; GuestType=Direct)

Couple of other fixes:

* Added isShared parameter to listNetworks command
* Moved guestType from NetworkOffering to Network
2011-01-07 16:57:47 -08:00
abhishek ffb8d54dff changing a few obsolete names to std convention 2011-01-07 16:49:51 -08:00
abhishek fec9a6d566 not iterating over cidr list if null 2011-01-07 16:22:28 -08:00
abhishek d639854426 fixes for the security groups 2011-01-07 16:22:28 -08:00
Edison Su 340f600a38 add new hypervisor path 2011-01-08 09:04:26 -05:00
Chiradeep Vittal adfc5c06a6 Use global for release 2011-01-07 15:55:17 -08:00
Chiradeep Vittal c6b027310d Merge in various security groups fixes from 2.1.x 2011-01-07 15:55:17 -08:00
Jessica Wang bd35fd20a0 bug 6361: change element ID from network_group_xxx to security_group_xxx. 2011-01-07 15:47:54 -08:00
alena d3bac931b4 Deploy from server-setup.xml: Fixed createDefaultNetworks to use correct guru names 2011-01-07 15:05:10 -08:00
Edison Su 1b506871c9 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2011-01-07 10:49:02 -05:00
Jessica Wang e6dd262657 bug 6361: correct parameter name of API response. 2011-01-07 14:51:10 -08:00
Chiradeep Vittal 70241d78ec bug 6694: trim excess fat from passed in parameters
status 6694: resolved fixed
2011-01-07 14:43:52 -08:00
alena 335e81cc52 Fixed listNetworks for regular user to return system network information 2011-01-07 14:09:34 -08:00
Alex Huang a1bdec8fa1 add missing libraries 2011-01-07 14:08:41 -08:00
anthony 1044a99756 check answer 2011-01-07 13:54:58 -08:00
anthony be174f7f36 correct checking answer 2011-01-07 13:54:58 -08:00
Alex Huang 386d4a540d merge changes 2011-01-07 13:46:20 -08:00
Alex Huang 6dc922408d unit test working 2011-01-07 13:42:43 -08:00
Alex Huang 4b360258ee allow multiple ways to intercept 2011-01-07 13:42:43 -08:00
Alex Huang e496a99c1c added processing for events 2011-01-07 13:42:43 -08:00
Alex Huang 2e29f21e5a changes for injectors 2011-01-07 13:42:43 -08:00
Alex Huang 03128cadf6 got rid of monitor 2011-01-07 13:41:15 -08:00
Jessica Wang 7843b30ff2 IP Address page - fix a bug "networkObj is undefined" when login as user-role. 2011-01-07 12:07:24 -08:00
Jessica Wang 318a5c7d0c IP Address page - fix a bug "networkObj is undefined" when login as user-role. 2011-01-07 11:58:13 -08:00
Jessica Wang e57a4bce00 bug 7744:create shared function clickItemInMultipleSelectionMidmenu(). 2011-01-07 11:09:22 -08:00
will 1c29a5f824 Listing only virtual network offering 2011-01-07 11:01:41 -08:00
alena 789912de6a Removed guestIpType parameter from listNetwork offerings command 2011-01-07 10:54:45 -08:00
Chiradeep Vittal d95c7a4ade hypervisor type is required, right now the parameter exception is thrown inside the resource svc 2011-01-07 10:51:14 -08:00
will 8284abedf5 bug 7902: Fixed problem with updating secstorage.ssl.cert.domain as it was incorrect set to be validated as a boolean and also was set to be validated as an ip range.
- Fixed error message returned when validating boolean to not return double-quotes as that breaks JSON.
2011-01-07 10:39:49 -08:00
abhishek 274edf1478 fixing sec group rules creation, and also adding some description in commands. checking in so that ui work can begin. 2011-01-07 10:34:00 -08:00
Edison Su 044308095b add home-made qemu dependence 2011-01-07 10:48:11 -05:00
anthony b07162f30a merge from 2.1.x deb87aa5e7
correct definition
2011-01-06 19:41:00 -08:00
NIKITA df35baa165 New Custom Design for Cloud Console 2011-01-06 18:31:35 -08:00
will c04ee3d85f Removing one more check for networkoffering.type 2011-01-06 18:11:23 -08:00
keshav d2196d169e Moved global lock inside storage cleanup method. 2011-01-06 17:46:36 -08:00
Jessica Wang 205f7b8ee5 bug 7744: selected_midmenu_id is not used in multiple-selection middle menu. So, remove the code. 2011-01-06 17:37:19 -08:00
Edison Su c1af79c843 add write permission for system directory in cloud-client package 2011-01-06 13:27:46 -05:00
Kelven Yang 56d8fb6a0b Bug 7015: allow domain admin to be able to access domR console 2011-01-06 05:27:32 -08:00
Jessica Wang 4fa6fc4d7c bug 7744: after tab action succeeds, click middle menu item to show action info if the action belongs to the currently selected middle menu item. 2011-01-06 17:26:26 -08:00
Jessica Wang f80e352988 bug 7744: instance page - not update right panel after a tab action succeeds since the action might not belong to currently selected middle menu item. 2011-01-06 17:10:27 -08:00
Jessica Wang a7a5272f2b bug 7744: tab action - delete duplicate code that has existed in handleMidMenuItemAfterDetailsTabAction(). 2011-01-06 16:43:32 -08:00
Edison Su c12e96dcc3 add missing files 2011-01-06 12:25:50 -05:00
Edison Su b331f7bb8d add missing config files 2011-01-06 12:16:58 -05:00
Jessica Wang 6cbdf0481e bug 7744: multiple-selectable page - avoid binding event handler to middle menu items since middle menu items have already been controlled by JQuery Selectable Widget. 2011-01-06 16:24:54 -08:00
alena 4ec3bc5865 bug 7244: delete corresponding untagged pod vlan ranges when pod is deleted
status 7244: resolved fixed
2011-01-06 16:16:09 -08:00
alena 916b516d13 bug 7878: Fixed Basic zone functionality - uservm/systemvm/domR start
status 7878: resolved fixed
2011-01-06 15:44:13 -08:00
alena 02dc187a0c bug 7727: Don't create Public network with broadcast_domain_type=vlan for Basic zone
status 7727: resolved fixed
2011-01-06 15:44:13 -08:00
Edison Su d33d61b1b4 fix default gw one more time... 2011-01-07 08:40:22 -05:00
Edison Su daea474baa fix build 2011-01-07 08:31:26 -05:00