Commit Graph

250 Commits

Author SHA1 Message Date
Vishvananda Ishaya b8683f5d0e merged trunk 2011-04-21 16:01:38 -07:00
Vishvananda Ishaya e6b76ce688 use simpler interfaces 2011-04-21 07:35:30 -07:00
Vishvananda Ishaya ba9edf8d6d put up and down in the right dir 2011-04-20 21:06:56 -07:00
Vishvananda Ishaya 66a15373a1 fix doc typo 2011-04-19 10:31:35 -07:00
Vishvananda Ishaya 8b21dd6634 add include file for doc interfaces 2011-04-19 09:16:45 -07:00
Vishvananda Ishaya da99e8e6b1 add instructions for setting up interfaces 2011-04-19 09:16:25 -07:00
Anne Gentle 5f5874b001 Adding projectname username to the nova-manage project commands to fix a doc bug, plus some edits and elimination of a few doc todos. 2011-04-19 00:42:57 +00:00
Vishvananda Ishaya 0c7b62428b add up and down .sh 2011-04-12 20:33:33 +00:00
Vishvananda Ishaya 3aae677e5a update documentation on cloudpipe 2011-04-11 21:43:12 +00:00
Anne Gentle 0d40279353 Updating the runnova information and fixing bug 753352 2011-04-11 15:04:00 -05:00
Ken Pepple 50f3f75946 resolved lazy_match conflict between bin/nova-manage instance and instance_type by moving instance subcommand under vm command. documented vm command in man page. removed unused instance_id from vm list subcommand. 2011-04-10 16:57:32 +00:00
Sandy Walsh dd212c8d1c missing 'to' 2011-04-08 15:45:42 -03:00
Sandy Walsh 9da9d9c8d5 merge prop tweaks 2 2011-04-08 13:45:19 -03:00
Sandy Walsh 845d32660e merge prop tweaks 2011-04-08 10:04:38 -03:00
Sandy Walsh d7f0c23b0a added Zones doc 2011-04-08 08:50:45 -03:00
Ken Pepple 11b76108db added -manage vm [list|live-migration] to man page 2011-04-07 11:25:44 -07:00
Ken Pepple ce5e102d00 removed unused instance parameter from vm list ... as it is unused. added parameters to docstring for vm list. 2011-04-07 11:22:31 -07:00
Vishvananda Ishaya 3e9bafd4f0 fix doc to refer to nova-vncproxy 2011-03-29 22:37:19 -07:00
Anthony Young f5c072de1e incorporate feedback from termie 2011-03-29 14:53:38 -07:00
Anthony Young 3e9b597713 use manager pattern for auth token proxy 2011-03-29 12:54:35 -07:00
Anthony Young b30d5aa17c add documentation 2011-03-24 18:37:23 -07:00
sateesh 4e179b4fa9 Implementation of blueprint hypervisor-vmware-vsphere-support. (Link to blueprint: https://blueprints.launchpad.net/nova/+spec/hypervisor-vmware-vsphere-support)
Adds support for hypervisor vmware ESX/ESXi server in OpenStack (Nova).

Key features included are,
1) Support for FLAT and VLAN networking model
2) Support for Guest console access through VMware vmrc
3) Integrated with Glance service for image storage and retrival


Documentation: A readme file at "doc/source/vmwareapi_readme.rst" encapsulates configuration/installation instructions required to use this module/feature.
2011-03-24 22:43:46 +00: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
Anne Gentle d45947d83f Fixes link to 2011.1 instad of just to trunk docs 2011-03-14 09:48:58 -05:00
Anne Gentle bacce305a9 Adding a sidebar element to the nova.openstack.org site to point people to additional versions of the site. 2011-03-11 17:13:56 -06:00
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
Vishvananda Ishaya ec23b8e120 update manpage 2011-03-08 20:28:11 +00:00
Vishvananda Ishaya 4517117a71 modify nova manage doc 2011-03-08 20:24:48 +00:00
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
Ken Pepple b39a3f099a adding new source docs 2011-03-02 16:57:56 -08:00
sateesh 8fdfcf2c33 Minor modification to document. Removed excess flags. 2011-03-02 00:37:55 +05:30
Ken Pepple 282a18a4c1 corrected copyrights for new files 2011-03-01 10:40:56 -08:00
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
Ken Pepple 160d575148 updated docs 2011-02-28 18:32:55 -08:00
Ken Pepple 7ad5fe2714 refactored nova-manage list (-all, <name>) and fixed docs 2011-02-28 13:16:07 -08:00
Ken Pepple 167de65b41 moved nova-manage flavors docs 2011-02-28 11:49:17 -08:00
Ken Pepple 4b8278bc36 merge trunk 2011-02-28 11:44:17 -08:00
sateesh 1e5008368a Rebased to Nova revision 749. 2011-02-27 08:07:24 +05:30
Anne Gentle df1213b809 Updated to remove built docs 2011-02-21 14:30:20 -06:00
Anne Gentle 3392f6b4b0 Removing duplicate installation docs and adding flag file information, plus pointing to docs.openstack.org for Admin-audience docs 2011-02-21 14:27:37 -06:00
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
Ken Pepple 9991f23957 completed doc and added --purge option to instance type delete 2011-02-17 16:07:00 -08:00
Ken Pepple 1ba8f07b9f first crack at instance types docs 2011-02-16 23:02:24 -08:00
Anne Gentle a6b913dfd1 Another quick fix to multinode install doc 2011-02-07 16:35:03 -06:00
Anne Gentle 2613d6449f Made updates to multinode install doc 2011-02-07 16:32:04 -06:00
Vishvananda Ishaya 10e22fac85 merged trunk fixed whitespace in rst 2011-01-21 15:53:44 -08:00
Anne Gentle fc964378b5 Doc changes for db sync 2011-01-20 14:56:29 -06:00
Vishvananda Ishaya 6a0512f440 update the docs to reflect db sync as well 2011-01-19 10:43:50 -08:00
Anne Gentle 5227bfc766 Had to abandon the other branch (~annegentle/nova/newscript) because the diffs weren't working right for me. This is a fresh branch that should be merged correctly with trunk. Thanks for your patience. :) 2011-01-12 11:14:27 +00:00