Commit Graph

297 Commits

Author SHA1 Message Date
Duncan McGreggor f845891184 First steps towards consolidating testing infrastructure
This commit begins to implement blueprint consolidate-testing-infrastructure by
adding a 'testing' subpackage and moving some modules into it.

Change-Id: I04bf860bc386bd2016e7dbc5a6f6ef7379a855bb
2011-12-06 09:37:57 -08:00
Jenkins 2f0f27dfd6 Merge "Document nova-tarball Jenkins job." 2011-12-05 21:32:36 +00:00
Jenkins b3c9a019dc Merge "Bug #896997: nova-vncproxy's flash socket policy port is not configurable" 2011-12-05 19:42:22 +00:00
Duncan McGreggor 5f72723b41 Add missing documentation for shared folder issue with unit tests and Python
lock file.

Addresses documentation need raised in bug 897155

Change-Id: Idc95c12f939948bbbefd84a79b3785e3c2fd752c
2011-12-05 09:54:31 -08:00
Lorin Hochstein 0655d2bb15 Document nova-tarball Jenkins job.
Change-Id: I1034cceaa4fa3aa66e54fd082a078f802bc27baf
2011-12-02 15:43:54 -05:00
annegentle 032a07785d Adds extension documentation for some but not all extensions
Change-Id: I187483ccacd9c29c1c414fbf8481ead23f9c457a
2011-12-02 13:02:06 -06:00
Ewan Mellor df67499932 Fix typo: priviledges -> privileges.
Change-Id: I6953844bc05fb967ec8c8f792a68b97b649f1513
2011-11-29 20:01:11 -08:00
Ewan Mellor 43214c6e99 Bug #896997: nova-vncproxy's flash socket policy port is not configurable
Add flags called vncproxy_flash_socket_policy_port and
vncproxy_flash_socket_policy_host, to allow the admin to configure
the Flash socket policy listener.

Change-Id: If42839ccd86f1c8723221049d7c76b6f5ad0aa2d
2011-11-29 19:55:25 -08:00
Lorin Hochstein 40f39557b3 New docs: unit tests, Launchpad, Gerrit, Jenkins
Documented how to run unit tests

Added docs about what's on Launchpad

Added docs on Gerrit with pointers to wiki.

Added docs on Jenkins: how to access, what it does

Clarified that running unit tests doesn't mean you can fully run OpenStack.

Change-Id: I33fa9d2f271631a1a9aceaa5d4fd465198bf51d4
2011-11-26 08:48:36 -05:00
Lorin Hochstein d0d7e0bf4f Updated development environment docs.
General editing of the page on how to set up a development
environment, including:

- Documented which packages you need to install on Fedora-based
systems in order to run a development environment.
- Documented prereqs for setting up on Mac OS X
- Reorganized some sections
- Word wrapped text to 78 columns
- Removed steps to install pep8/pylint, this is now done automatically.
- MacOSX -> Mac OS X

Also, some minor edits:

Change-Id: I6f6181b3f3332fec93bc55897c7b9bdc50926908
2011-11-22 23:09:13 -05:00
Jenkins 15937a4160 Merge "Reference Ron Pedde's cleanup script for DevStack." 2011-11-18 01:20:13 +00:00
Lorin Hochstein 809a71822c Added RST docs on how to use gettext.
Added a page to the RST documentation about gettext usage
for internationalization.

Change-Id: I2b3b25ad3ab5f3d41b5298f6bad18b216644eeed
2011-11-16 20:19:26 -05:00
Lorin Hochstein 78de0014c6 Reference Ron Pedde's cleanup script for DevStack.
Docs now have a link to Ron Pedde's cleanup script for DevStack.

Change-Id: I2a36fbfae2ebec437091a50d17d57fef0858be74
2011-11-15 16:33:03 -05:00
Lorin Hochstein dfcb237904 Remove contrib/nova.sh and other stale docs.
Removed contrib/nova.sh and any references to it in the RST docs.

removed refernece to old livecd that has nova circa 2010 on it.

.gitignore'ing some additional autogenerated doc files.

Change-Id: I7a07a58a9a6f1112fc7e486367a06f6916207784
2011-11-15 16:32:37 -05:00
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
Jenkins c1b5b3f6ea Merge "Removed autogenerated API .rst files." 2011-11-08 14:18:08 +00:00
Jenkins 907f219b6a Merge "Adds documentation for Xen Storage Manager" 2011-11-03 19:01:55 +00:00
Lorin Hochstein 743b36dcac Updated rst docs to include threading model.
Change-Id: Id12cd6584dfd22fe32097cfddf0247c0cc115ac0
2011-11-02 10:53:14 -04:00
Renuka Apte ecd4e3a698 Adds documentation for Xen Storage Manager
Fixes bug 882212.

Change-Id: Ic57e2b13aad3a7e73017ee49fe32740eb579da50
2011-11-01 16:58:50 -07:00
Lorin Hochstein e55f2e5471 Removed autogenerated API .rst files.
Removed .rst files that are automatically generated using the nova_autodoc extension. It's not really worth keeping these in the repo since users can regenerate the files at will, and the content is also available at nova.openstack.org.

Change-Id: I6c93f9aae1994961fdca690742398a0d540d541f
2011-10-27 23:56:52 -04:00
Lorin Hochstein 1d5fd3d98c Updated RST docs: bzr/launchpad -> git/github
Change-Id: I3534cc380cb9170ff96f710250b470dc284e5680
2011-10-17 22:10:02 -04:00
Vishvananda Ishaya eb03d47fec Remove AoE, Clean up volume code
* Removes Ata Over Ethernet
 * Adds drivers to libvirt for volumes
 * Adds initialize_connection and terminate_connection to volume api
 * Passes connection info back through volume api

Change-Id: I1b1626f40bebe8466ab410fb174683293c7c474f
2011-10-11 14:25:04 -07:00
Chris Behrens 0fab78825e compute_api create*() and schedulers refactoring
Fixes bug 844160

Makes the servers create API call work with all schedulers, removes
'zone boot', and folds create_instance_helper back into servers
controller.

Notable changes:
1) compute API's create_at_all_once has been removed. It was only used
by zone boot.
2) compute API's create() no longer creates Instance DB entries. The
schedulers now do this. This makes sense, as only the schedulers will
know where the instances will be placed. They could be placed locally or
in a child zone. However, this comes at a cost. compute_api.create() now
does a 'call' to the scheduler instead of a 'cast' in most cases (* see
below). This is so it can receive the instance ID(s) that were created
back from the scheduler. Ultimately, we probably need to figure out a
way to generate UUIDs before scheduling and return only the information
we know about an instance before it is actually scheduled and created.
We could then revert this back to a cast. (Or maybe we always return a
reservation ID instead of an instance.)
3) scheduler* calls do not return a host now.  They return a value
that'll be returned if the caller does an rpc.call().  The casts to
hosts are now done by the scheduler drivers themselves.
4) There's been an undocumented feature in the OS API to allow multiple
instances to be built. I've kept it.
5) If compute_api.create() is creating multiple instances, only a single
call is made to the scheduler, vs the old way of sending many casts. All
schedulers now check how many instances have been requested.
6) I've added an undocumented option 'return_reservation_id' when
building. If set to True, only a reservation ID is returned to the API
caller, not the instance. This essentially gives you the old 'nova
zone-boot' functionality.
7) It was requested I create a stub for a zones extension, so you'll see
the empty extension in here. We'll move some code to it later.
8) Fixes an unrelated bug that merged into trunk recently where zones DB
calls were not being done with admin context always, anymore.
9) Scheduler calls were always done with admin context when they should
elevate only when needed.
10) Moved stub_network flag so individual tests can run again.

* Case #6 above doesn't wait for the scheduler response with instance
IDs. It does a 'cast' instead.

Change-Id: Ic040780a2e86d7330e225f14056dadbaa9fb3c7e
2011-09-27 05:32:24 +00:00
Ed Leafe c6c004c445 Updated the distributed scheduler docs with the latest changes to the classes. 2011-08-18 14:39:25 -05:00
Brian Waldon 07646e8584 removing compute monitor 2011-08-02 10:09:58 -04:00
Anne Gentle 3a89f16ea0 Add multinic doc and distributed scheduler doc to developer guide front page 2011-07-13 09:04:20 -05:00
Jason Kölker 16c481fc6c more words 2011-06-17 11:49:20 -05:00
Jason Kölker 215452cb79 add vlan diagram and some text 2011-06-17 10:46:14 -05:00
Jason Kölker 829319649a add in dhcp drawing 2011-06-16 15:36:29 -05:00
Jason Kölker 69f346bd9d remove the network-host fromt he flat diagram 2011-06-16 14:57:22 -05:00
Jason Kölker cedd8e5fe0 add multinic diagram 2011-06-16 14:44:57 -05:00
Jason Kölker c86bfba6e7 add the actual image 2011-06-16 14:44:17 -05:00
Jason Kölker 9010195558 more doc (and by more I mean like 2 or 3 sentances) 2011-06-16 13:44:38 -05:00
Jason Kölker 2a90b44ddd initial commit of multinic doc 2011-06-16 11:27:01 -05:00
Sandy Walsh c2ed9160e9 source illustrations added & spelling/grammar based on comstud's feedback 2011-06-10 09:48:17 -03:00
Sandy Walsh 22c71e27ce Added illustrations for Distributed Scheduler and fixed up formatting 2011-06-07 15:36:43 -03:00
Sandy Walsh 29eec21f67 little tweaks 2011-06-03 05:23:43 -07:00
Sandy Walsh 1adb965506 edits based on ed's feedback 2011-05-31 08:26:11 -07:00
Sandy Walsh 0cf5316131 first cut complete 2011-05-30 05:03:45 -07:00
Sandy Walsh 5101aa300b reservation_id's done 2011-05-30 00:45:15 -03:00
Sandy Walsh c3c2c1a63c basic flow done 2011-05-30 00:00:28 -03:00
Sandy Walsh 5aa5454548 lots more 2011-05-29 23:42:46 -03:00
Sandy Walsh c9926b12f4 starting 2011-05-29 18:01:46 -07:00
Anne Gentle bd1bd43690 Fixes missing space 2011-05-23 09:39:15 -05:00
Anne Gentle 91e685e359 Fixing role names to match code 2011-05-19 12:17:55 -05:00
Anne Gentle ff08fcb024 Adding zones doc into index of devref plus a bug fix for flag spellings 2011-05-13 08:42:41 -05:00
Anne Gentle b5fb5c865c Changing links in sidebar to previous release 2011-04-29 14:39:13 -05:00
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