Update example configuration file and installation guide to
mention support for multiple VLAN ranges on a particular
network and provide examples. Also address other minor
issues with networking content in the installation guide.
Change-Id: Idca97092f326cfbd83a018e853d3e7655d20e491
Partial-Bug: #1475436
Prior to this change, all files at the root of the doc/source/ directory
were implied to be developer documentation. This commit moves them into
an explicit subdirectory, and re-words the section headings to be less
repetitive.
No changes to formatting or content were introduced.
Change-Id: Id00116ad2146f11df52dd8a331834719e1b8bd03
Closes-Bug: #1486789
Installs must have either the repo-infra_hosts list, or the
openstack_repo_url defined. Otherwise, greenfield installations
following our installation docs will fail.
Change-Id: I116040302e846530895836dd8aab9d4136b110af
Closes-Bug: #1475000
In env.d/cinder.yml there is is_metal:true.
But there was no mention of it in the documentation.
Therefore, if an user wants to use a cinder volume container with
netapp/ceph/whatever, the container will be (by default)
considered as metal.
This should be documented somewhere.
Change-Id: I65e9d0654d50d8c8825f858e89fdf4595134dddb
This gets rid of the warning message saying that nothing is actually
linking to the document.
To get rid of the chicken-egg problem:
The -infra templated job for docs requires that a venv be created using
tox. It will actually run this command to build the documentation:
tox -evenv -- python setup.py build_sphinx
Change-Id: I0f03ad6efe2a997c9cecac6240e1e8be8e85ccf6
This patch implements the implement-ceilometer blueprint.
It addes the necessary role/variables to deploy ceilometer
with a Mongodb backend. The Monogdb backend is assumed to
be up and configured and the playbooks only require a few
values to be set in user_variables to establish a connection.
Change-Id: I2164a1f27f632ce254cc2711ada2c449a9961fed
Implements: blueprint implement-ceilometer
This commit adds some documentation around the scripts that developers
will commonly encounter when working with os-a-d. It is intentionally
high level, so that only major modifications should require changing the
docs.
Change-Id: I6d8f72b418e041a956a3267bfee30d563bf35e34
Co-Authored-By: Matt Kassawara <mkassawara@gmail.com>
Implements: blueprint developer-docs
Convert RPC installation guide from DocBook to RST,
remove content specific to Rackspace, and create initial
OSAD installation guide.
Change-Id: I3eedadc8ba441b4d931720dd6e3f7f3489302a9c
Co-Authored-By: Matt Kassawara <mkassawara@gmail.com>
This extension section provides guidance for deployers wanting to add
their own services and configuration to os-ansible-deployment.
This documentation also includes some recommendations for how projects
sourcing os-ansible-deployment might be structured.
Change-Id: I7ddac9ff2cab8b5a7cb9af1ba6bb3bdde64d60ea
Implements: blueprint developer-docs
This commit gets the doc directory and Sphinx configuration started.
Further documentation will depend on the Sphinx files and the index.rst
file at the very least.
The dev-requirements were updated to install Sphinx, and a gating script
was added to do the building for when we move to actually do gating on
the docs. The docs gate script is currently set to treat warning as
errors.
Change-Id: I977a2e53f1b0981cbc702ac53f2198d9f6a9da9d
Implements: blueprint developer-docs