Hiroaki Kawai 
							
						 
					 
					
						
						
						
						
							
						
						
							c8832cd4b6 
							
						 
					 
					
						
						
							
							Commit  https://reviews.apache.org/r/8075/  
						
						... 
						
						
						
						Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com> 
						
						
					 
					
						2012-11-19 12:02:26 +01:00 
						 
				 
			
				
					
						
							
							
								Marcus Sorensen 
							
						 
					 
					
						
						
						
						
							
						
						
							1c0e2cf3f5 
							
						 
					 
					
						
						
							
							Summary: Implement Static NAT for KVM VPC  
						
						... 
						
						
						
						Detail: SetVPCStaticNatRules was one command that was left off of the initial
VPC implementation. This adds it in.
BUG-ID : CLOUDSTACK-426
Reviewed-by: Marcus Sorensen
Reported-by: Marcus Sorensen
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1351698124 -0600 
						
						
					 
					
						2012-10-31 09:42:04 -06:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							7f104b1feb 
							
						 
					 
					
						
						
							
							[PATCH] CLOUDSTACK-335: fix lb for vpc on kvm  
						
						
						
						
					 
					
						2012-10-12 18:58:46 -07:00 
						 
				 
			
				
					
						
							
							
								Rohit Yadav 
							
						 
					 
					
						
						
						
						
							
						
						
							16fa74b729 
							
						 
					 
					
						
						
							
							Revert "core: Comment testSourceDirectory in pom.xml to fix build"  
						
						... 
						
						
						
						Had unclean git repo, from switching between 4.0 and master.
This reverts commit c3f9a9b748dba73f0f02a8f93f7c80300b50d6d5.
Signed-off-by: Rohit Yadav <bhaisaab@apache.org> 
						
						
					 
					
						2012-10-11 17:12:20 +05:30 
						 
				 
			
				
					
						
							
							
								Rohit Yadav 
							
						 
					 
					
						
						
						
						
							
						
						
							c3f9a9b748 
							
						 
					 
					
						
						
							
							core: Comment testSourceDirectory in pom.xml to fix build  
						
						... 
						
						
						
						A clean build is breaking due to testSourceDirectory being enabled. The
tests in core/test/com/cloud/hypervisor/vmware/ depend on vmware nonoss
libs and utils's test classes.
The issue here is that core's test classes depend on utils's test
classes.
Commenting testSourceDirectory for now.
The following patch should be added when this issue is fixed, only if
VMWare related tests are moved from core/test:
+  <profiles>
+    <profile>
+      <id>vmware</id>
+      <activation>
+        <property>
+          <name>nonoss</name>
+        </property>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>com.cloud.com.vmware</groupId>
+          <artifactId>vmware-vim</artifactId>
+          <version>1.0</version>
+          <scope>provided</scope>
+        </dependency>
+        <dependency>
+          <groupId>com.cloud.com.vmware</groupId>
+          <artifactId>vmware-vim25</artifactId>
+          <version>1.0</version>
+          <scope>provided</scope>
+        </dependency>
+        <dependency>
+          <groupId>com.cloud.com.vmware</groupId>
+          <artifactId>vmware-apputils</artifactId>
+          <version>1.0</version>
+          <scope>provided</scope>
+        </dependency>
+        <dependency>
+          <groupId>com.cloud.com.vmware</groupId>
+          <artifactId>vmware-lib-jaxrpc</artifactId>
+          <version>1.0</version>
+          <scope>runtime</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.cloudstack</groupId>
+          <artifactId>cloud-plugin-hypervisor-vmware</artifactId>
+          <version>${project.version}</version>
+          <exclusions>
+            <exclusion>
+              <groupId>org.apache.cloudstack</groupId>
+              <artifactId>cloud-core</artifactId>
+            </exclusion>
+         </exclusions>
+        </dependency>
+     </dependencies>
+    </profile>
+  </profiles>
Signed-off-by: Rohit Yadav <bhaisaab@apache.org> 
						
						
					 
					
						2012-10-11 15:47:36 +05:30 
						 
				 
			
				
					
						
							
							
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							339aa41442 
							
						 
					 
					
						
						
							
							CLOUDSTACK-304: Synchronization support for createSnapshot command - don't sent more than "concurrent.snapshots.threshold.perhost" createSnapshots commands to the backend host.  
						
						... 
						
						
						
						Conflicts:
	core/src/com/cloud/async/AsyncJobVO.java
	core/src/com/cloud/async/SyncQueueVO.java
	server/src/com/cloud/api/ApiDispatcher.java
	server/src/com/cloud/api/ApiServer.java
	server/src/com/cloud/async/AsyncJobManagerImpl.java
	server/src/com/cloud/async/SyncQueueManager.java
	server/src/com/cloud/async/SyncQueueManagerImpl.java
	server/src/com/cloud/async/dao/SyncQueueDao.java
	server/src/com/cloud/storage/snapshot/SnapshotSchedulerImpl.java
	server/test/com/cloud/async/TestSyncQueueManager.java
	setup/db/create-schema.sql 
						
						
					 
					
						2012-10-10 13:40:00 -07:00 
						 
				 
			
				
					
						
							
							
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							839929b9b2 
							
						 
					 
					
						
						
							
							Fixed lineendings and trailing whitespaces in a bunch of files  
						
						... 
						
						
						
						Conflicts:
	core/src/com/cloud/async/SyncQueueItemVO.java
	core/src/com/cloud/async/SyncQueueVO.java
	server/src/com/cloud/async/dao/SyncQueueDaoImpl.java
	server/src/com/cloud/async/dao/SyncQueueItemDaoImpl.java 
						
						
					 
					
						2012-10-09 17:17:36 -07:00 
						 
				 
			
				
					
						
							
							
								Hugo Trippaers 
							
						 
					 
					
						
						
						
						
							
						
						
							46be0537bf 
							
						 
					 
					
						
						
							
							Core should not depend on xapi, only the xen and ovm plugin.  
						
						... 
						
						
						
						Awsapi needs axis2-adb 
						
						
					 
					
						2012-10-02 10:19:15 -07:00 
						 
				 
			
				
					
						
							
							
								Hugo Trippaers 
							
						 
					 
					
						
						
						
						
							
						
						
							f16b5103d8 
							
						 
					 
					
						
						
							
							Merge some stuff from maven-waf branch into master  
						
						
						
						
					 
					
						2012-10-01 15:04:08 -07:00 
						 
				 
			
				
					
						
							
							
								Hugo Trippaers 
							
						 
					 
					
						
						
						
						
							
						
						
							011281f93d 
							
						 
					 
					
						
						
							
							Move vmware specific tests from core to vmware-base  
						
						
						
						
					 
					
						2012-10-01 15:03:15 -07:00 
						 
				 
			
				
					
						
							
							
								Hugo Trippaers 
							
						 
					 
					
						
						
						
						
							
						
						
							aa6355ffe6 
							
						 
					 
					
						
						
							
							Updated master to 4.1.0  
						
						... 
						
						
						
						mvn release:update-versions -DautoVersionSubmodules=true -Dnonoss -P
client,deps,developer  -DdevelopmentVersion=4.1.0-SNAPSHOT 
						
						
					 
					
						2012-10-01 11:00:55 -07:00 
						 
				 
			
				
					
						
							
							
								Manikanta Kattamuri 
							
						 
					 
					
						
						
						
						
							
						
						
							cfc2b85651 
							
						 
					 
					
						
						
							
							Removing eclipse .classpath and .project files as they are configured to ant build and adding the entries into .gitignore to stop further comitting of the files  
						
						... 
						
						
						
						Signed-off-by: Chip Childers <chip.childers@gmail.com> 
						
						
					 
					
						2012-09-13 14:18:14 -04:00 
						 
				 
			
				
					
						
							
							
								Sheng Yang 
							
						 
					 
					
						
						
						
						
							
						
						
							fe8a2992a2 
							
						 
					 
					
						
						
							
							Elimiate mystery guestIp in IpAddressTO  
						
						... 
						
						
						
						Nobody can explain why it's there...
Also fix wrong return result of several empty network element callbacks 
						
						
					 
					
						2012-09-12 15:42:48 -07:00 
						 
				 
			
				
					
						
							
							
								Saksham Srivastava 
							
						 
					 
					
						
						
						
						
							
						
						
							a56631bc66 
							
						 
					 
					
						
						
							
							bug CS-15278: Added global setting login.attempts.allowed which defines the maximum incorrect password attempts allowed.  
						
						... 
						
						
						
						Also after the maximum attempts are reached the user account is disabled 
						
						
					 
					
						2012-09-12 19:35:24 +05:30 
						 
				 
			
				
					
						
							
							
								frank 
							
						 
					 
					
						
						
						
						
							
						
						
							a7b77f3316 
							
						 
					 
					
						
						
							
							remove wrong storage network ip checking when setting internal ip route in NFS secondary  
						
						... 
						
						
						
						storage resource.
The bug prevent vmware setting static route to vcenter 
						
						
					 
					
						2012-09-07 11:03:01 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							ea9121bc8f 
							
						 
					 
					
						
						
							
							KVM initial VPC support  
						
						... 
						
						
						
						Implements
SetupGuestNetworkCommand,SetNetworkACLCommand,SetSourceNatCommand,IpAssocVpcCommand,SetPortForwardingRulesVpcCommand.
Passes basic functionality, though I'm sure there may be some honing to
do.
Also fixes a few minor things found along the way:
 vpc_guestnw.sh wasn't successfully setting up apache due to default
listen IP of 10.1.1.1
 vpc_guestnw.sh was referencing a 'logger_it' function, replaced with
'logger -t cloud'
 system vms were running with OS type "Debian GNU/Linux 5.0(32-bit)",
which was not found in the KVMGuestOsMapper
 the Xen implementation of SetupGuestNetworkCommand had apparently
copied its catch message from UnPlug Nic, fixed string
Send-by: Marcus Sorensen
RB: https://reviews.apache.org/r/6883  
						
						
					 
					
						2012-09-04 11:45:59 -07:00 
						 
				 
			
				
					
						
							
							
								olivier lamy 
							
						 
					 
					
						
						
						
						
							
						
						
							a06ed5728c 
							
						 
					 
					
						
						
							
							remove intermediate parent poms  
						
						
						
						
					 
					
						2012-08-27 16:43:24 +02:00 
						 
				 
			
				
					
						
							
							
								olivier lamy 
							
						 
					 
					
						
						
						
						
							
						
						
							3aa469da2a 
							
						 
					 
					
						
						
							
							groupdId is now org.apache.cloudstack  
						
						
						
						
					 
					
						2012-08-25 09:20:21 +02:00 
						 
				 
			
				
					
						
							
							
								olivier lamy 
							
						 
					 
					
						
						
						
						
							
						
						
							5ef60aceb1 
							
						 
					 
					
						
						
							
							%s/tab/ws/  
						
						
						
						
					 
					
						2012-08-25 00:03:23 +02:00 
						 
				 
			
				
					
						
							
							
								Darren Shepherd 
							
						 
					 
					
						
						
						
						
							
						
						
							4a4007e652 
							
						 
					 
					
						
						
							
							Add license  
						
						
						
						
					 
					
						2012-08-24 11:18:54 -07:00 
						 
				 
			
				
					
						
							
							
								Darren Shepherd 
							
						 
					 
					
						
						
						
						
							
						
						
							ebc0fa458a 
							
						 
					 
					
						
						
							
							* Maven 3 support  
						
						... 
						
						
						
						* Pretty Format POM's
* AWS API compiles now 
						
						
					 
					
						2012-08-24 11:18:54 -07:00 
						 
				 
			
				
					
						
							
							
								Darren Shepherd 
							
						 
					 
					
						
						
						
						
							
						
						
							f826971fea 
							
						 
					 
					
						
						
							
							Maven config, initial commit  
						
						
						
						
					 
					
						2012-08-24 11:18:52 -07:00 
						 
				 
			
				
					
						
							
							
								Mice Xia 
							
						 
					 
					
						
						
						
						
							
						
						
							89015cbf3c 
							
						 
					 
					
						
						
							
							Remove @author tag from non third-party source files in core folder  
						
						
						
						
					 
					
						2012-08-13 15:20:10 +08:00 
						 
				 
			
				
					
						
							
							
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							b61468d65c 
							
						 
					 
					
						
						
							
							Merge branch 'master' into vpc  
						
						... 
						
						
						
						Conflicts:
	plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java 
						
						
					 
					
						2012-08-11 18:27:18 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							0307effcfa 
							
						 
					 
					
						
						
							
							fix the wrong md5sum check  
						
						
						
						
					 
					
						2012-08-10 17:32:44 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							bc12fd2337 
							
						 
					 
					
						
						
							
							Summary: Introduce Vif Driver in KVM  
						
						... 
						
						
						
						Add BridgeVifDriver and move current vif implementation to it.
    - remove dependency on VirtualRoutingResource.
    - factor out some of the networking code in LibvirtComputingResource
      to BridgeVifDriver.
    Add base class for KVM VifDriver.
    Add VifDriver Interface for KVM.
    RB: https://reviews.apache.org/r/6285 
    Send-by: Tomoe Sugihara <tomoe@midokura.com> 
						
						
					 
					
						2012-08-10 12:05:24 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							9be74d1d1e 
							
						 
					 
					
						
						
							
							Revert "Summary: Introduce Vif Driver in KVM"  
						
						... 
						
						
						
						This reverts commit 770563580418c90068be197e2c0ae1f06885267e.
Sorry, accidently checked in, this patch needs more tuning 
						
						
					 
					
						2012-08-10 11:49:12 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							7705635804 
							
						 
					 
					
						
						
							
							Summary: Introduce Vif Driver in KVM  
						
						... 
						
						
						
						Add BridgeVifDriver and move current vif implementation to it.
- remove dependency on VirtualRoutingResource.
- factor out some of the networking code in LibvirtComputingResource
  to BridgeVifDriver.
Add base class for KVM VifDriver.
Add VifDriver Interface for KVM.
RB: https://reviews.apache.org/r/6285 
Send-by: Tomoe Sugihara <tomoe@midokura.com> 
						
						
					 
					
						2012-08-10 11:34:32 -07:00 
						 
				 
			
				
					
						
							
							
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							c5e3493792 
							
						 
					 
					
						
						
							
							Merge branch 'master' into vpc  
						
						
						
						
					 
					
						2012-08-08 18:38:35 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Huang 
							
						 
					 
					
						
						
						
						
							
						
						
							e83c60a057 
							
						 
					 
					
						
						
							
							added JoinType to remove the j2ee source code in CloudStack  
						
						
						
						
					 
					
						2012-08-08 13:42:08 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Huang 
							
						 
					 
					
						
						
						
						
							
						
						
							457f3b3dc9 
							
						 
					 
					
						
						
							
							Removed all javax source code from utils package  
						
						
						
						
					 
					
						2012-08-08 12:58:22 -07:00 
						 
				 
			
				
					
						
							
							
								Sheng Yang 
							
						 
					 
					
						
						
						
						
							
						
						
							c4eadf3011 
							
						 
					 
					
						
						
							
							S2S VPN: CS-15884: Delete iptables rules after delete vpn connection  
						
						
						
						
					 
					
						2012-08-07 16:32:22 -07:00 
						 
				 
			
				
					
						
							
							
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							95449da4be 
							
						 
					 
					
						
						
							
							Merge branch 'master' into vpc  
						
						
						
						
					 
					
						2012-08-07 11:37:45 -07:00 
						 
				 
			
				
					
						
							
							
								Chip Childers 
							
						 
					 
					
						
						
						
						
							
						
						
							81ff7a09fd 
							
						 
					 
					
						
						
							
							CS-15875 resolved via patch from Andy Gross.  
						
						
						
						
					 
					
						2012-08-07 14:10:11 -04:00 
						 
				 
			
				
					
						
							
							
								Sheng Yang 
							
						 
					 
					
						
						
						
						
							
						
						
							1b5103c501 
							
						 
					 
					
						
						
							
							S2S VPN: CS-15472: Separate IKE lifetime and ESP lifetime  
						
						
						
						
					 
					
						2012-08-06 15:19:26 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							0ec679c359 
							
						 
					 
					
						
						
							
							CS-14826, CS-14996: fix the md5 checksum  
						
						... 
						
						
						
						Cherry-picked from 6618101d.
Signed-off-by: Rohit Yadav <rohit.yadav@citrix.com> 
						
						
					 
					
						2012-08-06 10:32:33 -07:00 
						 
				 
			
				
					
						
							
							
								Hugo Trippaers 
							
						 
					 
					
						
						
						
						
							
						
						
							dd6fd2b68d 
							
						 
					 
					
						
						
							
							Remove XTrustProvider as this class is kept within the  
						
						... 
						
						
						
						cloud-iControl.jar. 
						
						
					 
					
						2012-08-06 16:31:36 +02:00 
						 
				 
			
				
					
						
							
							
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							0e0b75a041 
							
						 
					 
					
						
						
							
							Merge branch 'master' into vpc  
						
						... 
						
						
						
						Conflicts:
	api/src/com/cloud/api/ApiConstants.java 
						
						
					 
					
						2012-08-02 18:45:37 -07:00 
						 
				 
			
				
					
						
							
							
								Chip Childers 
							
						 
					 
					
						
						
						
						
							
						
						
							9ed5d3840a 
							
						 
					 
					
						
						
							
							License header updates for the core folder  
						
						
						
						
					 
					
						2012-08-02 09:22:36 -04:00 
						 
				 
			
				
					
						
							
							
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							ce9f1afa78 
							
						 
					 
					
						
						
							
							Merge branch 'master' into vpc  
						
						... 
						
						
						
						Conflicts:
	server/src/com/cloud/network/NetworkManagerImpl.java 
						
						
					 
					
						2012-08-01 19:04:28 -07:00 
						 
				 
			
				
					
						
							
							
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							d49776938b 
							
						 
					 
					
						
						
							
							CS-15713 : remove listen section, when ld is removed  
						
						
						
						
					 
					
						2012-08-01 17:22:34 -07:00 
						 
				 
			
				
					
						
							
							
								Koushik Das 
							
						 
					 
					
						
						
						
						
							
						
						
							3f571684aa 
							
						 
					 
					
						
						
							
							CS-15631 : Support for up to 16 VDIs per VM on XS 6.0 and above  
						
						... 
						
						
						
						Support for up to 16 VDIs per VM on XS 6.0 and above (16 VDIs => root + cd + 14 data volumes). Currently in CS number of data disk that can be attached to VM is hard-coded to 6. Made this setting configurable by moving it to hypervisor capabilities. Although XS 6.0 and above supports upto 16 VDIs but while testing on XS 6.0.2 found that only 13 data volumes can be attached to a VM. So for XS 6.0 and 6.0.2 max_data_volumes_limit is set to 13 currently.
Signed-off-by: Koushik Das <Koushik.Das@citrix.com> 
						
						
					 
					
						2012-08-01 19:39:30 +05:30 
						 
				 
			
				
					
						
							
							
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							7706a9c32f 
							
						 
					 
					
						
						
							
							Merge branch 'master' into vpc  
						
						... 
						
						
						
						Conflicts:
	server/src/com/cloud/network/NetworkManagerImpl.java
	server/src/com/cloud/network/rules/RulesManagerImpl.java 
						
						
					 
					
						2012-07-31 13:37:28 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							7a0a9231c3 
							
						 
					 
					
						
						
							
							Move KVM related code into plugins/hypervisor/kvm, a new jar file is  
						
						... 
						
						
						
						created: cloud-kvm.jar 
						
						
					 
					
						2012-07-30 14:55:47 -07:00 
						 
				 
			
				
					
						
							
							
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							f44ce52b87 
							
						 
					 
					
						
						
							
							CS-15555 : typo  
						
						
						
						
					 
					
						2012-07-27 16:56:40 -07:00 
						 
				 
			
				
					
						
							
							
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							1261f0c821 
							
						 
					 
					
						
						
							
							KVM  : fix, can boot user VM  
						
						
						
						
					 
					
						2012-07-27 16:56:39 -07:00 
						 
				 
			
				
					
						
							
							
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							0021192b05 
							
						 
					 
					
						
						
							
							KVM fix  
						
						
						
						
					 
					
						2012-07-27 16:54:05 -07:00 
						 
				 
			
				
					
						
							
							
								Sheng Yang 
							
						 
					 
					
						
						
						
						
							
						
						
							8eee8f342e 
							
						 
					 
					
						
						
							
							S2S VPN: CS-15650: Add connection status update to s2s vpn  
						
						
						
						
					 
					
						2012-07-27 16:28:06 -07:00 
						 
				 
			
				
					
						
							
							
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							a39fd61249 
							
						 
					 
					
						
						
							
							Merge branch 'master' into vpc  
						
						... 
						
						
						
						Conflicts:
	server/src/com/cloud/network/rules/RulesManagerImpl.java
	server/src/com/cloud/vm/UserVmManagerImpl.java
	server/src/com/cloud/vm/VirtualMachineGuru.java 
						
						
					 
					
						2012-07-27 13:47:46 -07:00 
						 
				 
			
				
					
						
							
							
								chip.childers@gmail.com 
							
						 
					 
					
						
						
						
						
							
						
						
							ad9cf9dc28 
							
						 
					 
					
						
						
							
							Corrected license that was inappropriately changed to ASF.  
						
						... 
						
						
						
						This file is licensed from F5, and needs to be reviewed. 
						
						
					 
					
						2012-07-26 22:58:47 -04:00