cloudstack/client/tomcatconf
Vijayendra Bhamidipati e9d1bfbd3f 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.
2012-05-14 18:15:47 -07:00
..
catalina.policy.in Source code committed 2010-08-11 09:13:29 -07:00
catalina.properties.in Source code committed 2010-08-11 09:13:29 -07:00
cisconexusvsm_commands.properties.in Bug CS-9919: Support for Nexus Swiches (Cisco Vswitches) 2012-05-14 18:15:47 -07:00
classpath.conf.in Add database migration script directory to classpath 2011-03-16 16:53:57 -07:00
cloudmanagementserver.keystore Bug 9479 - provide option for built in https 2011-09-01 16:01:28 -07:00
commands-ext.properties.in fix netapp related commands 2012-01-12 15:22:01 -08:00
commands.properties.in Implementation of api 'markDefaultZoneForAccount'(to enable a user to mark a zone as default for an account). 2012-04-30 17:08:32 -07:00
components-cloudzones.xml.in Full opensource 2011-08-23 19:52:19 -07:00
components.xml.in Bug CS-9919: Support for Nexus Swiches (Cisco Vswitches) 2012-05-14 18:15:47 -07:00
context.xml.in Source code committed 2010-08-11 09:13:29 -07:00
db.properties.in Cs-14524 - Change hardcode DB properties in hibernate cfg file of CloudBridge to dynamical reading from db.properties 2012-04-30 17:08:11 -07:00
ehcache.xml.in Source code committed 2010-08-11 09:13:29 -07:00
environment.properties.in add template for simulator 2011-08-18 11:37:50 -07:00
f5bigip_commands.properties.in 1) Use correct command names in f5/juniper commands.properties file 2011-11-29 16:24:43 -08:00
junipersrx_commands.properties.in Changed the API commands names to use correct abbreviations 2011-12-01 09:57:46 -08:00
log4j-cloud.xml.in CS-14634: AWS API related logging should happen in awsapi.log. 2012-04-30 17:08:28 -07:00
logging.properties.in Source code committed 2010-08-11 09:13:29 -07:00
netscalerloadbalancer_commands.properties.in fix netscaler API commands 2011-11-17 17:46:33 -08:00
server-nonssl.xml Adding changes for awsapi to tomcat conf. 2012-05-07 18:15:14 -07:00
server-ssl.xml.in Adding changes for awsapi to tomcat conf. 2012-05-07 18:15:14 -07:00
server.xml.in changes to build scripts to build and deploy cloudstack - tested for dev env only 2012-04-30 17:07:23 -07:00
simulator.properties.in Full opensource 2011-08-23 19:52:19 -07:00
tomcat-users.xml.in Source code committed 2010-08-11 09:13:29 -07:00
tomcat6-nonssl.conf.in Bug 9479 - provide option for built in https 2011-09-01 16:01:28 -07:00
tomcat6-ssl.conf.in Bug 9479 - provide option for built in https 2011-09-02 11:00:04 -07:00
virtualrouter_commands.properties.in NaaS: Add response for VirtualRouterProvider 2011-11-09 18:52:34 -08:00
web.xml.in Source code committed 2010-08-11 09:13:29 -07:00