RETIRED, Documentation for TripleO
Go to file
Lance Bragstad d2a0f148c4 Update the ldap configuration guide to use correct defaults
This change goes hand-in-hand with another patch to puppet-keystone [0]
that removes default values from puppet-keystone. If configuration
values aren't defined in keystone's configuration file, it will use it's
defaults. Having defaults in two places just makes it easier for them to
get out-of-sync, which is the case in 713708.

This updates the docs to reflect the default values in keystone.

[0]  https://review.opendev.org/#/c/713708/

Change-Id: I95c414be4881a230466527e399f2490659a6b61e
2020-03-19 01:04:10 +00:00
_custom Merge "Modify judgment logic" 2019-09-04 20:49:11 +00:00
_templates Unify undercloud upgrade steps 2017-10-17 15:25:38 +02:00
deploy-guide/source Update the ldap configuration guide to use correct defaults 2020-03-19 01:04:10 +00:00
doc Document override tripleo-ci-testing with dlrn_hash_tag testproject 2020-02-21 17:25:13 +02:00
.gitignore Update .gitignore 2017-08-23 16:46:44 +05:30
.gitreview OpenDev Migration Patch 2019-04-19 19:43:03 +00:00
.zuul.yaml Run deploy guide jobs 2019-08-21 13:41:28 +05:30
bindep.txt Add a bindep. 2019-10-04 15:57:20 +02:00
README.rst PDF documentation build 2019-09-17 17:20:48 +02:00
requirements.txt PDF documentation build 2019-09-17 17:20:48 +02:00
setup.cfg Use "modern" way of building docs 2019-08-04 16:54:30 +02:00
setup.py Manually sync global-requirements 2017-05-19 11:41:37 +02:00
test-requirements.txt PDF documentation build 2019-09-17 17:20:48 +02:00
tox.ini tox: Keeping going with docs 2019-11-03 02:37:53 +08:00

Team and repository tags

image

TripleO Documentation

This is the documentation source for the TripleO project. You can read the generated documentation at TripleO Docs.

You can find out more about TripleO at the TripleO Wiki.

Getting Started

Documentation for the TripleO project is hosted on the OpenStack Gerrit site. You can view all open and resolved issues in the openstack/tripleo-docs project at TripleO Reviews.

General information about contributing to the OpenStack documentation available at OpenStack Documentation Contributor Guide

Quick Start

The following is a quick set of instructions to get you up and running by building the TripleO documentation locally. The first step is to get your Python environment configured. Information on configuring is available at Python Project Guide

Next you can generate the documentation using the following command. Be sure to run all the commands from within the recently checked out repository.

tox -edocs,pdf-docs,deploy-guide

Now you have the documentation generated for the various available formats from the local source. The resulting documentation will be available within the doc/build/ directory.