cloudstack/server/test/com/cloud/vpc
Alena Prokharchyk d66e9c7b51 CLOUDSTACK-2843: Provideded an ability to turn off the synchronization being done on the CS agent side,
for number of commands participating in Vm deployment process, as parallel deployment is supported on the hypervisor side.
The behavior is controlled by global config varirables:

"execute.in.sequence.hypervisor.commands" (false by default) sets/resets the synchronization for commands:
=========================
StartCommand
StopCommand
CreateCommand
CopyVolumeCommand

"execute.in.sequence.network.element.commands" (false by default) sets/resets the synchronization for commands:
==========================
DhcpEntryCommand
SavePasswordCommand
UserDataCommand
VmDataCommand

As a part of the fix, increased the global lock timeout to 30 mins in several VR scripts:
===========================
edithosts.sh
savepassword.sh
userdata.sh

to support situations when multiple concurrent calls to the script are being made.
2013-06-19 10:12:13 -07:00
..
dao CLOUDSTACK-2517: fixed private gateway creation. Following fixes went in: 2013-05-15 13:12:51 -07:00
MockConfigurationManagerImpl.java CLOUDSTACK-1301: VM Disk I/O Throttling 2013-06-18 10:02:55 +02:00
MockNetworkManagerImpl.java CLOUDSTACK-1771: Fix ipv6 address for router 2013-06-06 18:04:35 -07:00
MockNetworkModelImpl.java CLOUDSTACK-2843: Provideded an ability to turn off the synchronization being done on the CS agent side, 2013-06-19 10:12:13 -07:00
MockResourceLimitManagerImpl.java CLOUDSTACK-1156: Limit Primary and Secondary storage for domain/accounts 2013-03-29 11:26:38 +05:30
MockSite2SiteVpnManagerImpl.java Improve component lifecycle management with system run-level concept 2013-01-30 15:21:02 -08:00
MockSite2SiteVpnServiceProvider.java Improve component lifecycle management with system run-level concept 2013-01-30 15:21:02 -08:00
MockVpcManagerImpl.java CLOUDSTACK-2809: Assign acl_id to VPC tier only when NetworkACL service is supported 2013-06-04 20:08:26 +05:30
MockVpcVirtualNetworkApplianceManager.java PVLAN: CLOUDSTACK-2401: VM Migration support 2013-05-20 16:43:24 -07:00
NetworkACLManagerTest.java CLOUDSTACK-2809: Assign acl_id to VPC tier only when NetworkACL service is supported 2013-06-04 20:08:26 +05:30
NetworkACLServiceTest.java fix networkAclServiceTest failure 2013-05-29 17:14:36 +05:30
Site2SiteVpnTest.java Fixed VPC api unittests 2013-04-19 11:26:32 -07:00
VpcApiUnitTest.java CLOUDSTACK-2809: Assign acl_id to VPC tier only when NetworkACL service is supported 2013-06-04 20:08:26 +05:30
VpcTest.java merge master 2013-05-11 15:28:43 +05:30
VpcTestConfiguration.java merge master 2013-05-11 15:28:43 +05:30