With Kolla supporting Neutron extensions, it is
essential to have networking guide to describe the
installation and configuration of these extensions.
Partial-Bug: #1603391
Change-Id: I78ff5b17e4024d96f8083c96ac5b5b608a7c0015
Our philosophy document is one of our most important documents
in he documentation repository. I appreciate in general the notion
of reorganizing many of our docs, but this one should be left alone
and possibly protected by a roll-call vote in the future.
This reverts commit aa517c4bf965f06dc9bcb20220d675ff6e77e94c.
Change-Id: Ic17861e823095a1891ac25ddaf429b66e352e30e
- This change adds support for building and deploying
a bifrost container for baremetal provisioning.
- This change documents how to manually deploy and bootstrap
the bifrost container.
Implements: blueprint bifrost-support
Change-Id: I7d895839b11cbf916be33225875465c3358b5aa4
First few paragraphs with richer description on choices deployers can
make while deploy of production kolla
Co-Authored-By: Paul Bourke <paul.bourke@oracle.com>
Change-Id: I3a2d3cf2cbb3678db2dc100e9a63b4992817cc3b
Use directories to further organize the path a user would
take through the docs.
Change-Id: I8e3885c7ac3a72eaadbf547efedf0de477aa0a9f
Partially-implements: blueprint documentation-rework
This patch adds support for external Ceph clusters for Cinder.
For clean integration the backend configuration mechanism had to be
slightly adjusted.
We now have the option to enable multiple backends for Cinder
independently.
Currently, the flags cinder_backend_iscsi and cinder_backend_ceph are
used to toggle backends.
Documentation on how to use external ceph was added.
Change-Id: I7e0267b90d62d6d881f24f063cdb894422ec8618
Partially-Implements: Blueprint: external-ceph
At the moment the title of the index page of the developer documentation is
"Kolla’s Mission". Other projects use "Welcome to X’s developer documentation!".
Change-Id: Iadddc7fbe3d1eeafe5ed1926a3e090b5de70e7ee
Kolla should have a doc with an overview of security within
the project.
Partially implements: blueprint documentation-rework
Change-Id: I0a8b902fe1b9adf6617779646bf0bbaee1a36c4f
Our quickstart guide is way too complex. We need to simplify
the quickstart guide by pulling out the overwhelming amount of
information and splitting it into other docs.
Change-Id: Iec175ee7f60bfd11ce06b22c861e51e180c188a9
Partially-implements: blueprint documentation-rework
Includes basic information about how to search, visualize and analyse logs,
create a Dashboard and export/import created items.
Closes-Bug: #1570544
Change-Id: I70ce5d28a6bb719a94570d23e85d5ba4aa0b114e
There is a critical data loss in Liberty 1.0.0. It is only fair we
warn Operators not to use 1.0.0 and then revert this change once
1.1.0 is released.
Change-Id: I65a18ddbbdbf2fc5f62f62ff7a1650049b61fada
I merged "quickstart" doc with "ansible-deployment" and
"deploy-all-in-one-node". All three of them was covering same topic and
added a lot of confusion for new users.
I added some clarification lines from myself, with main goal to recive one
straightforward document for new users.
Change-Id: I793244c47ffbe0ba304e79bacf708494e59d99c4
Include our full mission statement and tidy up the documentation
landing page so it looks more professional and has shorter
titles that communicate the same information.
Change-Id: If54acbfa817e9a9a71e9f16f923094248b2f62f0
From this etherpad:
https://etherpad.openstack.org/p/kolla-mitaka-documentation
Lay groundwork for structure of new documentation layout.
Further work will finish the job on this doc work.
Note in a later change I793244c47ffbe0ba304e79bacf708494e59d99c4
ansible-deployment, deploy-all-in-one-node, and quickstart.rst
will be merged into one document.
Change-Id: I42b576ffab796da6e27adc9dbf55b2ceed641c16
All services should have a guide that follows the same style as
cinder-guide.rst or swift-guide.rst and all should be named
service-guie.rst.
Change-Id: Iaa75d137d4e159452153f9fe572fe017fe988be4
The publishing docs expect the documentation to be present in the
/doc directory not the /docs directory. If the documentation is in
the /docs directory, according to fungi the docs won't be published
properly.
Change-Id: I718fec7e69d298a5cb2376ca4e2455e12169566e
Partially-Implements: blueprint kola-tox-doc