Community created, open source training guides for OpenStack.
Go to file
Andreas Jaeger ee4df7f88a Update for OpenDev changes
Update URLs for the OpenDev changes, we now use opendev.org as git
server and review.opendev.org.

Change-Id: I2946d2134d6e840fbd32356398e424270793d2cc
2019-04-22 17:50:05 +02:00
doc Update for OpenDev changes 2019-04-22 17:50:05 +02:00
labs Update for OpenDev changes 2019-04-22 17:50:05 +02:00
specs Update for OpenDev changes 2019-04-22 17:50:05 +02:00
tools [Trivial Fix] modify spelling error of "resource" 2018-11-01 10:41:17 +08:00
.gitignore Revert "Add '.pyc' in gitignore" 2018-08-17 16:35:22 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:39:39 +00:00
.zuul.yaml Remove name from project stanza 2018-01-22 19:04:51 +00:00
LICENSE Add structure for inital import 2014-05-29 10:32:06 +08:00
README.rst Update for OpenDev changes 2019-04-22 17:50:05 +02:00
setup.cfg Update home-page 2019-01-23 02:06:58 +00:00
setup.py Porting presentations to Sphinx/Hieroglyph 2015-03-26 14:33:38 +01:00
test-requirements.txt Moves to Sphinx 1.6 with hieroglyph 1.0.0 2017-11-24 02:33:10 +00:00
tox.ini Update the min version of tox to 2.0 2018-11-02 13:27:46 +07:00

README.rst

Team and repository tags

image

OpenStack Training Guides

This repository contains open source training material that can be used to learn about using and different ways of contributing to OpenStack (Upstream training).

For more details, see the OpenStack Training Guides wiki page.

It includes:

  • Upstream training
  • Training guides (draft)

Both guides include a set of slides used in the training events.

Building

Various manuals are in subdirectories of the doc/ directory.

Guides

All guides are in the RST format. You can use tox to prepare virtual environment and build all guides:

$ tox

You can find the root of the generated HTML documentation at:

doc/upstream-training/build/slides/index.html
doc/training-guides/build/slides/index.html

Testing of changes and building of the manual

Install the Python tox package and run tox from the top-level directory to use the same tests that are done as part of our Jenkins gating jobs.

If you like to run individual tests, run:

  • tox -e checkbuild - to actually build all guides
  • tox -e upstream-slides - build the Upstream training
  • tox -e training-slides - build the Training guides

Contributing

Our community welcomes all people interested in open source cloud computing, and encourages you to join the OpenStack Foundation.

The best way to get involved with the community is to talk with others online or at a meet up and offer contributions through our processes, the OpenStack wiki, blogs, or on IRC at #openstack on irc.freenode.net.

We welcome all types of contributions, from blueprint designs to documentation to testing to deployment scripts.

If you would like to contribute to the documents, please see the OpenStack Documentation Contributor Guide.

Bugs

Bugs should be filed on Launchpad, not GitHub:

https://bugs.launchpad.net/openstack-training-guides

Published guides

Guides are published at:

Release Notes

Repository