The bug mentioned was resolved years ago in EL 7.2.
Change-Id: Iac543b04a627993491ef1a1abbf112516a8823fe
Signed-off-by: Luke Short <ekultails@gmail.com>
Removes refrences to ceph-ansible-per-role env file.
Mention the logic for glance show_multiple_locations and image_conversion.
Change-Id: I0a4d23a8f79d3ea90756b5acf58407d9de53f04f
This change adds documentation covering the use of the hotfix CLI.
Depends-On: https://review.opendev.org/730922
Change-Id: I0ac09b4cacdf696878207a064301060f348bd922
Signed-off-by: Kevin Carter <kecarter@redhat.com>
This change updates our filewall management docs to reflect the current
process to manage filewall rules.
Change-Id: I71a9e2a841b84a1a4e98a5ab4d5ab2d2b84f8572
Signed-off-by: Kevin Carter <kecarter@redhat.com>
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems
Update Sphinx version as well.
Set openstackdocs_pdf_link to link to PDF file. Note that
the link to the published document only works on docs.openstack.org
where the PDF file is placed in the top-level html directory. The
site-preview places the PDF in a pdf directory.
Disable openstackdocs_auto_version to not auto-version the documents.
Disable openstackdocs_auto_name to use 'project' variable as name.
Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.
openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.
See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
Change-Id: I6f7b0e00c112f62dd94a907284fcb3698e84479d
Following up on change I5c0788bb361323f5a0e69e22d4bd42fa3c1e06ed we shouldn't need
to override the puppet hieradata to configure the list of Glance import plugins.
The parameter in the Heat templates existed before but it wouldn't override the logic
which in the template enabled `image_conversion` plugin even when user would purposely
set it to a different list.
Change-Id: I7fa9034c25887fb96e2d250f459654e6ee798158
rhsm_release is a new parameter used to set the RHEL release that is
deployed and seems necessary when deploying OSP16 on RHEL8.
Depends-On: https://review.opendev.org/730339
Change-Id: I07d820fad3d89e7fb717d73c9a86e5a33a54625a
The existing documentation is full of useful bits for setting up TLS
everywhere and TLS for public-only endpoints. This commit adds an
introduction that attempts to describe the usecases for using TLS.
Additionally, it adds short, concise descriptions of the components
needed in TLS deployments and why they're important.
This is going to be the first of a series of documentation patches
that attempt to refactor the existing TLS/SSL documentation to be more
use-case driven. The goal is to make it easier for readers and TripleO
developers to understand how TLS works in TripleO.
Change-Id: I7eaf8f852eaccf4debd0b5095c2622c53b09de4d
This is necessary because the documented example would not work in
an HA deployment without this change.
Also, switch how it is set from using *ExtraConfig to using
GlanceEnabledImportMethods.
Change-Id: Ie0f0098481d5337a460a2c90cd76fb996b14772b
The TripleO core list has been broken down
into topic specific lists in some cases.
Ensure we have those groups documented
Change-Id: I6dcfefec9fbb0a1b6824b030242a384b1b9eca47
In Ib93b1ad7ef55d5ee41a6c26e200589950c1858e6 I had called the
DistributedComputeHCIScaleOut role DistributedComputeHCIScaleUp
by accident in some places. This fixes that.
Change-Id: I8120cc729eb759f5358ffba87510d04d8c774bea
The tripleo repos rpm to be installed has changed its python version
and its path - now residing under components/tripleo and needs its
location updated.
Change-Id: Ifd671623b053789a99ce1e4c49c994e8e4d07241
This also updates some mistral related content in
ansible_config_download.rst. We would need more cleanup of
the content to properly document mistral removal.
Depends-on: https://review.opendev.org/721573
Change-Id: Ibfd0156d3245e954bd4b947a9fa7a3ef06b9137e
Following up on change I4634447762aad20f2c450fe4bb7f0803d13efec2 this
updates the documentation for it to use the new parameter names.
Change-Id: I5029e1e29299281c6e53c7d5342931115364d9a6
This patch adds a new paragraph in the ceph
deployment section and explains how to take
advantage of the device classes feature
supported by ceph-ansible.
Change-Id: Iad363ade1b3367a7f2fd0a9609c07a0434c1d83e
The Ceph dashboard is deployed using read-only privileges
for admin user, so no ceph cluster changes can be made
(e.g., pool creation).
The purpose of this new paragraph is to document the Safe
mode feature and how to alter the behaviour of the admin
user, providing fully administrative privileges.
Change-Id: Id98f49fd314ae4521fb73c26fae5bfaeea1abc4d
Signed-off-by: Francesco Pantano <fpantano@redhat.com>
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Update classifiers
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme version
- Remove install_command from tox.ini, the default is fine
- Remove unneeded test-requirements.txt file
- Use basepython=python3 for testenv, remove it elsewhere
Change-Id: I2659000c905b3de2f37bd88ab348d2f45e0968cc
ExtraGroupVars is a new interface to allow the overriding of Ansible
group vars in TripleO; it was backported down to Train.
Change-Id: Idd4b84327672d181439fa5b7d8bd904713561af1
Starting in Train, we'll allow operators to scale down with hostnames
instead of instance IDs.
Change-Id: I9b1bd34a150b0d1e9e54243232c94cd9283d218d
Depends-On: I23fc92dfdb1808dec59f0ff7f96910ab8b5ccf45
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