4acbf52867
Kolla (container images) and kolla-ansible (container deployment) are separate concerns, and should be treated as such. Configuration variables have been added for kolla-ansible which were previously shared between the two projects: kolla_venv -> kolla_ansible_venv kolla_ctl_install_type -> kolla_ansible_ctl_install_type Also, we introduce specific variables for the source code repository checkout paths, which were previously both based on source_checkout_path: kolla_source_path kolla_ansible_source_path These changes help us to cleanly separate the configuration of paths on the local (Ansible control) host, from those on the managed (target) hosts. This is important because the local paths may be specific to the environment in which the user is running kayobe, but the remote paths are relatively fixed and specific to the cluster.
57 lines
1.0 KiB
ReStructuredText
57 lines
1.0 KiB
ReStructuredText
.. kayobe documentation master file, created by
|
|
sphinx-quickstart on Tue Jul 9 22:26:36 2013.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to Kayobe's documentation!
|
|
==================================
|
|
|
|
.. include:: ../../README.rst
|
|
|
|
Documentation
|
|
-------------
|
|
|
|
.. note::
|
|
|
|
Kayobe and its documentation is currently under heavy development, and
|
|
therefore may be incomplete or out of date. If in doubt, contact the
|
|
project's maintainers.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
architecture
|
|
installation
|
|
usage
|
|
configuration/kayobe
|
|
configuration/network
|
|
configuration/kolla-ansible
|
|
deployment
|
|
upgrading
|
|
administration
|
|
|
|
Advanced Documentation
|
|
----------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
control-plane-service-placement
|
|
|
|
Developer Documentation
|
|
-----------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
contributing
|
|
development
|
|
|
|
Release Notes
|
|
-------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
release-notes
|