// $Id$

//////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2010 DOCOMO Communications Laboratories USA, Inc.
//
// DOCOMO Communication Laboratories USA, Inc. (DOCOMO USA Labs) licenses
// the GNU General Public License version 2 (GPL2) for the software
// disclosed herein. For terms and conditions under the GPL2, please
// refer to www.gnu.org.
//
// Date of Preparation: 11/09/2010
//
// IT Manager: Yas Naoi, DOCOMO USA Labs
// Contact   : naoi at docomolabs-usa.com
//
// DOCOMO USA Labs is under no obligation to maintain or support this
// software, and DOCOMO USA Labs is not responsible for any damage or
// loss experienced from using the software.
//
// Please contact the IT Manager at DOCOMO USA Labs for all issues
// related to the software.
//
//////////////////////////////////////////////////////////////////////////


BASIC INFO
==========

- Allows to manage XCP cloud
- Works with Cloud module
- Use collectd for monitoring with our orginal collectd plugin by:
  xcp_rrd_plugin.py


DIRECTORY STRUCTURE
===================

xcp
  +-xcp             (depends on cloud)


INSTALLATION
===================

* RRDUpdates.py
  http://wiki.xensource.com/xenwiki/XAPI_RRDs

* XenAPI.py XenAPI python
  http://docs.vmd.citrix.com/XenServer/4.0.1/api/client-examples/python/XenAPI.py
  Copy this .py file to /sites/all/modules/xcp/XenAPI.py

* XenServerConsole.jar
  This jar is present on the XCP Host at the location /opt/xensource/debug/www/XenServerConsole.jar
  Copy this jar to /sites/all/modules/xcp/XenServerConsole.jar
  Or download: http://community.citrix.com/download/attachments/38633496/XenServerConsole-src.zip?version=1

KNOWN ISSUES
============
* Server Template will be shown but that functionality is not implemented (as a future work)


CHANGE HISTORY
==============
2010/11/09 ver.0.7 released to reviewing process of drupal.org


End of README.txt