Commit Graph

8 Commits

Author SHA1 Message Date
Ewan Mellor f492fced12 Bug #888730: vmwareapi suds debug logging very verbose
Set suds log level to INFO by default, using
default_log_levels.

Change-Id: I4a1b09470aeba006112734fae9feef3d228eaced
2011-11-11 11:47:43 -08:00
sateesh cbcda1ec46 1) Update few comments where whitespace is missing after '#'
2) Update document so that copy right notice doesn't appear in generated document
3) Now using self.flag(...) instead of setting the flags like FLAGS.vmwareapi_username by direct assignment.
4) Added the missing double quote at the end a string in vim_util.py
2011-03-17 20:13:48 +05:30
sateesh 45ca7b71a8 * Updated document vmware_readme.rst to mention VLAN networking
* Corrected docstrings as per pep0257 recommentations.
* Stream-lined the comments.
* Updated code with locals() where ever applicable.
* VIM : It stands for VMware Virtual Infrastructure Methodology. We have used the terminology from VMware.  we have added a question in FAQ inside vmware_readme.rst in doc/source
* New fake db: vmwareapi fake module uses a different set of fields and hence the structures required are different. Ex: bridge : 'xenbr0' does not hold good for VMware environment and bridge : 'vmnic0' is used instead. Also return values varies, hence went for implementing separate fake db.
* Now using eventlet library instead and removed io_utils.py from branch.
* Now using glance.client.Client instead of homegrown code to talk to Glance server to handle images.
* Corrected all mis-spelled function names and corresponding calls. Yeah, an auto-complete side-effect!
2011-03-16 21:54:02 +05:30
sateesh cd381ae3e1 * Updated the readme file with description about VLAN Manager support & guest console support. Also added the configuration instructions for the features.
* Added assumptions section to the readme file.
2011-03-11 20:52:59 +05:30
sateesh 67e63ba87f * Updated readme file with installation of suds-0.4 through easy_install.
* Removed pass functions
* Fixed pep8 errors
* Few bug fixes and other commits

Also rebased this branch to nova revision 761
2011-03-07 18:10:48 +05:30
sateesh 8fdfcf2c33 Minor modification to document. Removed excess flags. 2011-03-02 00:37:55 +05:30
sateesh 1a912276eb Updated with flags for nova-compute, nova-network and nova-console.
Added the flags,
 --vlan_interface=<Physical ethernet adapter name in VMware ESX host for vlan networking E.g vmnic0>
 --network_driver=nova.network.vmwareapi_net [Optional, only for VLAN Networking]
 --flat_network_bridge=<ESX Virtual Machine Port Group> [Optional, only for Flat Networking]
 --console_manager=nova.console.vmrc_manager.ConsoleVMRCManager
 --console_driver=nova.console.vmrc.VMRCSessionConsole [Optional for OTP (One time Passwords) as against host credentials]
 --vmwareapi_wsdl_loc=<http://<WEB SERVER>/vimService.wsdl>

Removed ZSI from python dependency list.
Added suds-0.4 to python depndency list.
Added installation instructions for suds on Ubuntu/Debian.
Updated ESX requirements section with new requirements that came from support of VLAN networking.
Updated FAQ with a question on type of consoles supported.
2011-03-01 23:22:09 +05:30
sateesh 45f4b75491 * Removed nova/virt/guest-tools/guest_tool.bat &
nova/virt/guest-tools/guest_tool.sh as guest_tool.py
  can be invoked directly during guest startup.

* Removed 'nova/virt/guest-tools/' and the encompassed script
  'guest_tool.py' is moved to 'etc/vmware_guest_tool.py'

* Moved image vmwareapi_blockdiagram.jpg from 'nova/virt/' to
  'doc/source/images/' so that it'll be picked up by document build scripts.

* Moved vmwareapi_readme.rst from 'nova/virt/' to
  'doc/source/' so that it'll be handled by document build scripts.

* Added 'Introduction' section to 'vmwareapi_readme.rst'

* Added vmwareapi module diagram to readme document. Added reference
  to 'images/vmwareapi_blockdiagram.jpg' in document 'vmwareapi_readme.rst'
2011-02-21 19:42:20 +05:30