Commit Graph

151 Commits

Author SHA1 Message Date
Murali reddy c41094154d moving out OVS code to plugins/network-elements/ovs 2012-06-28 17:23:41 -07:00
Edison Su 8ca14c8637 need to copy build.xml to remote machine also 2012-06-27 23:45:10 -07:00
Edison Su 5f6387e113 add clouddev 2012-06-27 23:28:34 -07:00
Murali reddy 8197f1f07c moving out VMWAre and Nexus VSM support code into plugins/hypervisors/vmware 2012-06-26 19:48:55 -07:00
Murali reddy 550b22576f Moving out XenServer support code into plugins/hypervisors/xen 2012-06-26 16:42:31 -07:00
Murali reddy cefbbb3850 moving random storage allocator to plugins/storage-allocators 2012-06-26 15:17:25 -07:00
Murali reddy 3ceb8d5667 moving out plaintext authenticator to plugins/user-authenticators 2012-06-26 14:33:27 -07:00
Murali reddy eb5e02e4e1 moving out MD5 authenticator to plugins/user-authenticators 2012-06-26 14:18:42 -07:00
Murali reddy df32adb1d5 adding build-cloud-plugins.xml, this will seperate out plug-in building 2012-06-26 13:35:57 -07:00
Murali reddy 1a6102be1e moving LDAP authenticator to plugins/user-authenticators/ldap 2012-06-25 19:30:00 -07:00
Murali reddy 974ad65b01 moving out random host allocator to plugins/host-allocators/random/ 2012-06-25 18:47:47 -07:00
Murali reddy 621f2447bb Moved out user concentrated pod deployment planner to plugins/deployment-planners/user-concentrated-pod 2012-06-25 17:58:45 -07:00
Murali reddy 392ae5cb13 moving out Srx code into Plugins/network-elements 2012-06-25 16:55:53 -07:00
Murali reddy 422c4ce513 moving out F5 code from server into plugins/network-elements/f5/ 2012-06-23 14:16:59 -07:00
Murali reddy 49b88472a5 moving out NetScaler network element code from CloudStack core into plugins/network-elements/netscaler 2012-06-21 18:57:18 -07:00
Murali reddy 99ee0ba9a3 adding back the unintended deleting of file build/build-cloud.properties 2012-06-21 14:45:43 -07:00
Alex Huang 04b92c9315 Moved out user dispersing deployment planner 2012-06-20 16:08:50 -07:00
frank a2d49bef69 Change OVM script deploy target in line with Alex re-packaging change
fix RPM build, don't install cloud-console-proxy.jar as there is not such package anymore
2012-06-20 10:45:56 -07:00
Alex Huang e2a32ab4f7 Introduced plugins directory.
Moved ovm into plugins.
Introduced build.xml for ovm.
2012-06-19 18:27:09 -07:00
frank d8a1fec452 Add build-console-proxy target back to build-all target
fixing ant build broken
2012-06-19 16:09:07 -07:00
Wido den Hollander aa95add354 Include the console proxy files into the systemvm.zip
This was broken by commit 859e367380 and caused the system VM's not to function.
2012-06-19 15:22:20 +02:00
eric pretorious 9dfc3b0a1f Replaced Cloud.com & Citrix copyright notices with the Apache Software License, Version 2.0. 2012-06-12 09:03:36 -04:00
David Nalley 724d40df79 putting console proxy back into the build - just not default 2012-06-06 23:52:39 -04:00
Vijayendra Bhamidipati b0facd16e4 Bug CS-9919: Support for Nexus Swiches (Cisco Vswitches)
At this point, the mgmt server comes up, loading the
	   Nexus related modules without dying.

Description:

	1) Added a new properties file for Cisco N1kv VSM commands:
		cisconexusvsm_commands.properties.in

	2) Added the CiscoNexusVSMElement to the components.xml file.

	3) Modified CiscoNexusVSMElement to implement NetworkElement.

		The NetworkElement interface functions are not
	  	relevant to the N1KV VSM, so we override them
	  	with noops.

	4) Added an addDao() of CiscoNexusVSMDeviceDaoImpl in populateDaos(),
	   else we'd run into a failure to look up the VSM's dao when the
	   mgmt server is starting up:

		com.cloud.utils.exception.CloudRuntimeException: Unable to find DAO com.cloud.network.dao.CiscoNexusVSMDeviceDao

	5) Also added the CiscoNexusVSMElementService in populateServices(),
	   and modified CiscoNexusVSMElement to implement Manager as well.

	6) populateServices() was running into an exception that indicated
	   that it was unable to find a commands.properties file for the
	   cisco n1kv vsm service. Fixed it by changing getProperties() in
	   CiscoNexusVSMElement to return the correct string
	   "cisconexusvsm_commands.properties", and putting in an @Override
	   for getProperties() in CiscoNexusVSMElement. Also fixed up all
	   the other functions in CiscoNexusVSMElement that needed to have
	   @Override. Also updated build/developers.xml with this file
	   location. And did other small cleanup.

	7) More clean up in CiscoNexusVSMDeviceManagerImpl.

Conflicts:

	server/src/com/cloud/configuration/DefaultComponentLibrary.java
2012-05-25 17:07:03 -07:00
prachi 49cdc2317b merge awsapi build script changes to master 2012-05-25 14:40:56 -07:00
Robert Schweikert 5bfb332b48 - Remove Citrix license artifcat from commercial product release 2012-05-19 11:13:28 -04:00
frank 318fdbfa89 correctly removing awsapi when clean-tomcat
Conflicts:

	build/developer.xml
2012-05-18 11:10:56 -07:00
Alena Prokharchyk 10d9e57115 Added cisco.commands.properties to input param for ant build-apidocs target 2012-05-16 13:20:07 -07:00
frank 4310a8d9a8 change verison to 3.0.3 2012-04-23 10:48:29 -07:00
Brian Federle 04ce34daaf bug CS-14573
Update EULAs
2012-04-19 12:41:15 -07:00
David Nalley 859e367380 fixing rpmbuild CS-14509 2012-04-16 00:54:44 -04:00
frank d34ded1784 Change version to 3.0.2 2012-04-11 10:40:08 -07:00
Prasanna Santhanam 5c37d144cc Package management for the python testclient christened Marvin
$ant package-marvin
will create a packaged source tarball of the testclient that is
redistributable and decoupled from the rest of the cloudstack build
reviewed-by: unittest
2012-04-11 18:24:20 +05:30
Prasanna Santhanam ffc07c413a removing the dependency of apidocs on simulator
reviewed-by: Frank Zhang
2012-04-11 18:24:20 +05:30
David Nalley d5377b0ae3 more line ending fixes 2012-04-06 22:51:32 -04:00
frank 2f634c0913 Switch to Apache license 2012-04-03 04:50:05 -07:00
Kelven Yang fe950868c3 Make the final switch on console proxy refactoring work. new VNC engine will be in use after this commit
Reviewed-By: Kelven
2012-03-27 14:56:42 -07:00
frank 53aa3cd90b change ant build version to 3.0.1 2012-03-19 13:34:34 -07:00
Alena Prokharchyk 6a1d7e309d More fixes to 2.2.x - 3.0 db upgrade 2012-03-01 18:31:50 -08:00
frank 8bdf7ae6a7 move all license html to build/license
reviewed-by: brian

Conflicts:

	build/eula.en.html
	build/eula.html
	build/license/eula.en.html
	build/license/eula.ja.html
2012-02-22 14:11:50 -08:00
frank 0945d77b2f move eula.html to build/ 2012-02-16 15:06:03 -08:00
Ewan Mellor 22119a33b5 Added build-apidocs-zip build target that generates HTML versions of the
API docs.  Uses XML/XSLT generation system originally by Abhinandan Prateek
(I think).  CSS updates from Jessica Tomechak.  gen_toc.py and build script
changes by me.
2012-02-08 20:40:29 -08:00
Sam Robertson 113a2f2fe8 Adding automated.sh, removed failed attempt at setting CATALINA_HOME in ant build configuration 2012-02-07 08:52:01 -08:00
Sam Robertson 2df5628bd9 moved automated.xml to automated directory in testClient. 2012-02-03 17:32:49 -08:00
Sam Robertson 4acfc2eb1d automated testing changes, in addition to an automated.xml 2012-02-03 16:59:20 -08:00
Kelven Yang 925774ef5b bug 13129: remove unused vmware lib jars 2012-02-01 11:30:02 -08:00
frank 52610ffcb3 add copyright header to shell scripts 2012-01-11 18:41:53 -08:00
frank 09082642d5 make default version for Acton to 3.0.0 2011-12-28 15:25:39 -08:00
frank 21c510fa70 deploy cloud_usage when ant deploydb 2011-12-27 16:55:36 -08:00
Sam Robertson ebfd69e285 Python based xml test framework ant changes. 2011-12-01 14:56:17 -08:00