607b2db8c7
The existing ci-docs job is a one off job that was configured by hand. Define the ci-docs job as a Jenkins Job Builder job using the existing project-docs utilities. To make the existing utilities work within the puppet repo the doc files have been moved to doc/source, setup.cfg added to build docs in the new dir, setup.py builds openstack-ci-puppet (instead of nova), tox now has a venv virtualenv, and the .gitignore has been updated appropriately. Change-Id: Ic0f291af181b4ef8eff62c5ec7cf3ccfa5b79800 Reviewed-on: https://review.openstack.org/13729 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
47 lines
1.0 KiB
ReStructuredText
47 lines
1.0 KiB
ReStructuredText
.. OpenStack CI documentation master file, created by
|
|
sphinx-quickstart on Mon Jul 18 13:42:23 2011.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
OpenStack Continuous Integration
|
|
================================
|
|
|
|
This documentation covers the installation and maintenance of the
|
|
Continuous Integration (CI) infrastructure used by OpenStack. It
|
|
may be of interest to people who may want to help develop this
|
|
infrastructure or integrate their tools into it. Some instructions
|
|
may be useful to other projects that want to set up similar CI
|
|
systems.
|
|
|
|
OpenStack developers or users do not need to read this documentation.
|
|
Instead, see http://wiki.openstack.org/ to learn how contribute to or
|
|
use OpenStack.
|
|
|
|
Howtos:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
third_party
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
systems
|
|
jenkins
|
|
gerrit
|
|
puppet
|
|
puppet_modules
|
|
jenkins_jobs
|
|
meetbot
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|