Commit Graph

50 Commits

Author SHA1 Message Date
Kanzhe Jiang 736b236eaf bigswitch controller support
Reviewed-by: Chiradeep Vittal <chiradeepv@gmail.com>

Signed-off-by: Murali Reddy <murali.reddy@citrix.com>
2013-02-01 12:42:04 +05:30
frank eeda3b9738 CloudStack CS-16590
Install script should specify correct version of libraries used by MS to avoid linking to default older versions of libraries
2012-10-23 14:47:13 -07:00
Prasanna Santhanam b968cb855b Revert "waf: Fix how waf gets build id"
Waf needs these while building RPMs. Reverting.

This reverts commit c5a25a2b33,
e2ccf37b2a.
2012-09-14 20:16:53 +05:30
Rohit Yadav e2ccf37b2a waf: Remove old code that fails build
The code is unnecessary and fails a build if it could not locate tomcat
or import MySQLdb

Signed-off-by: Rohit Yadav <rohit.yadav@citrix.com>
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2012-09-14 19:45:15 +05:30
Wido den Hollander fed7938814 xen: Rename JAR file
cloud-xen.jar does not meet the namespace, so rename it to fit in
2012-09-13 23:19:48 +02:00
Wido den Hollander 7eaf537d95 Rename cloud-agent-scripts to cloud-scripts
The management server also depends on a couple of these scripts, so renaming
to cloud-scripts makes more sence then installing cloud-agent-scripts.

In the future we might want to split this up in two packages.
2012-09-13 16:29:01 +02:00
Wido den Hollander 7beb045600 wscript_configure: Whitespace fixes
Makes reading this file a bit easier.
2012-09-13 16:29:01 +02:00
Wido den Hollander 3bda7eb29f CLOUDSTACK-93: Make mysql-connector-java.jar a common system JAR
On both Ubuntu and RHEL platforms /usr/share/java/mysql-connector-java.jar is
a symlink to the actual installed MySQL connector.
2012-09-13 16:29:01 +02:00
Wido den Hollander 0af8606581 debian: Add the MySQL connector to the classpath
This JAR is installed through a dependency, but it needs to be added to the classpath.
2012-09-11 17:33:18 +02:00
Wido den Hollander ecea6bec8c waf: Remove jnetpcap.jar from the common JAR files
jnetpcap got removed some time ago with commit:e7995d09dce78434cce530b0428bcf69f00ff066
2012-09-11 17:29:01 +02:00
Wido den Hollander 93126414bc debian: Get backport-util-concurrent from the Debian repositories 2012-09-11 14:03:38 +02:00
Wido den Hollander e7ff6ecd77 debian: Depend on jsch from the repository
This way we don't need to distribute the JAR in cloud-deps
2012-09-11 13:31:50 +02:00
Wido den Hollander a6a74c7d9c debian: Depend on log4j 1.2.16 and add to CLASSPATH
Ubuntu 12.04 and Debian (testing) both ship from their repository, so there is no need
for us to distribute it in our packages.

We depend on it externally for our logging.
2012-09-10 16:42:07 +02:00
Wido den Hollander 18cad09dff waf: Small whitespace cleanup 2012-09-10 16:42:07 +02:00
Wido den Hollander 664927948a debian: Fix dependencies
We depend on more packages and not ship these JAR files ourselfs
2012-09-07 16:18:46 +02:00
Edison Su caebc0ce74 fix rpm installation 2012-09-04 22:30:24 -07:00
Chip Childers 46e6482fc0 License header updates for the top level folder 2012-08-03 14:33:32 -04:00
Wido den Hollander d333e31069 agent: Add cloud-plugin-hypervisor-kvm.jar to the classpath
Without this the JAR won't end up in the CLASSPATH in the agent init script
2012-07-31 23:50:48 +02:00
Edison Su dfb0eed5a4 fix ubuntu 12.04 build 2012-07-16 18:00:05 -07:00
Hugo Trippaers 79c7da07ab Phase 1 of Nicira integration 2012-07-11 17:16:06 -07:00
David Nalley de04b8cb79 stopgap to fix the RPM issues created by the plugins
Patch by Hugo Trippaers
https://reviews.apache.org/r/5697/
2012-07-02 13:31:38 -04:00
David Nalley ad3ae753dd Patch from Hugo Trippaers
https://reviews.apache.org/r/5698
CentOS 6.2 ships tomcat6-el-2.1-api-6.0.24.jar with tomcat just like RedHat
2012-07-02 09:00:06 -04:00
Robert Schweikert 980f7931f7 - support SLES and openSUSE as configuration and build targets 2012-05-27 19:31:27 -04:00
prachi 49cdc2317b merge awsapi build script changes to master 2012-05-25 14:40:56 -07:00
frank 4cb293668d don't check pthread before building, it is making no sense 2011-12-19 10:59:30 -08:00
Edison Su 1d2a084bbe add jna dependenc 2011-09-13 18:52:48 -07:00
frank 6aaf3d5ae0 Merge branch 'cvm'
Conflicts:
	api/src/com/cloud/api/BaseCmd.java
	api/src/com/cloud/storage/Storage.java
	cloud.spec
	core/src/com/cloud/storage/template/DownloadManagerImpl.java
	server/src/com/cloud/agent/manager/AgentManagerImpl.java
	server/src/com/cloud/configuration/DefaultComponentLibrary.java
	server/src/com/cloud/deploy/FirstFitPlanner.java
	server/src/com/cloud/host/dao/HostDao.java
	server/src/com/cloud/storage/StorageManagerImpl.java
	server/src/com/cloud/vm/UserVmManagerImpl.java
	server/src/com/cloud/vm/VirtualMachineManagerImpl.java
	utils/src/com/cloud/utils/SerialVersionUID.java
2011-08-08 14:14:09 -07:00
Edison Su 6b18b5804b add one more dependence 2011-07-08 13:31:15 -07:00
Edison Su 1c67301146 don't include the whole /usr/share/java/ directory in classpath, or you will get stackoverflow, and delete vm data folder after vm stopped 2011-07-08 13:31:00 -07:00
Frank b406d1e185 Add cloud-ovm.jar to classpath 2011-06-10 18:37:13 -07:00
Chiradeep Vittal 303e2a7481 Start of zonesfeature / mycloud/cloudkit 2011-05-03 10:40:17 -07:00
Frank 5cdaa60c50 Use compact format for java implementation version 2011-03-21 18:17:24 -07:00
Frank a41fb61ea4 Add miss files and jars for ubuntu 2011-03-17 19:08:38 -07:00
Frank ebc366c9f3 Add vmvare-base.jar in classpath 2011-02-15 18:21:32 -08:00
anthony 19e7387702 build fix 2011-01-28 19:19:53 -08:00
Edison Su d84acb204e fix centos build 2011-01-08 12:07:11 -05:00
Edison Su b331f7bb8d add missing config files 2011-01-06 12:16:58 -05:00
Edison Su daea474baa fix build 2011-01-07 08:31:26 -05:00
Edison Su a0ce28b769 one more fix for router gw, and rhel build 2011-01-07 08:27:24 -05:00
Frank Zhang c61fbf6fc8 add UI dependent JARs to configure 2010-12-10 10:45:21 -08:00
Frank Zhang 6ad104f3b2 add version to script files when doing rpm build 2010-12-07 18:25:22 -08:00
edison 06663d47e2 fix missing jar files for centos 2010-11-30 11:52:22 -08:00
edison 066d94f6f9 Add cloud-tool into FOSS 2010-10-26 18:05:28 -07:00
edison 2cb855e359 fix ipallocator package: add correct package name, log file 2010-09-29 18:41:54 -07:00
Alex Huang 7249f168d5 more file changes 2010-09-09 13:27:20 -07:00
Manuel Amador (Rudd-O) b0acdbcf8b Split out build responsibility into per-project wscript_build files. Installation of generic directories like bindir, and creation of systemvms, remain in toplevel wscript_build. Make some waf code useful and reusable in the form of tools. 2010-08-31 20:40:17 -07:00
Manuel Amador (Rudd-O) 5ecbe461ce Detect the presence of mkisofs upon build, to use it to generate systemvm 2010-08-31 15:17:17 -07:00
Manuel Amador (Rudd-O) 6b08c8afc3 Add thirdparty jars because otherwise the premium parts that do VMWare do not compile 2010-08-20 13:07:16 -07:00
Manuel Amador (Rudd-O) 9d5c1f2dcf Fix build system in preparation for repo split 2010-08-11 09:13:29 -07:00
Manuel Amador (Rudd-O) 05c020e1f6 Source code committed 2010-08-11 09:13:29 -07:00