This commit lays down the steps you need to take to deploy TLS-e with
TripleO. This is needed because we recently replaced novajoin with
tripleo-ipa which changes how people deploy TLS-everywhere.
Subsequent patches will:
- introduce a guide for public TLS
- remove legacy ssl documentation
Change-Id: I81f6a3ed542aa59c99ab57a5f2454e85ae7fde57
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
The element id in the page either exists or does not exist, and the
checkbox box has only two states.Unless there is a third case,
we use else if
Change-Id: I0eb059757104b1ddd9a8758ce8833c51c52a58b6
In some places we nest admonitions, e.g. a note within a
release-version-specific part of docs. Each admonition has a font-size
of 85% of its parent element. Even for the first nested admonition
this results in a barely readable text.
Fix it so that only the first admonition shrinks font to 85% of
parent, and it doesn't shrink further when nesting.
Change-Id: I91992a29375eea1ca9971d05827a20153b1721a7
The steps needed to upgrade the undercloud were
specified in two different files. This commit
updates the steps to cover O to P from commit
496223 in the 'Undercloud Installation' section
and reuses that doc file for the 'Upgrading to
a Next Major Release'.
As an addition, a new class 'otop' has been
added to include specific documentation sections
when upgrading from Ocata to Pike.
Change-Id: I9097ca11a95f94c5eaf580fb8a82b3173d606a5d
The install documentation is currently missing the pike repository
information. This change adds stable/pike into the repository
documentation.
Change-Id: Ia34da03343d726d4796013a816bd5ed53e9d3edf
Closes-Bug: #1723265
We haven't actually recommended installing anything from source for
quite a while and it probably doesn't work anymore anyway. Let's
get rid of this admonition and clean things up a little.
Change-Id: I005bc042f4d1ff855a90710599d796a9645b71f1
There have been a couple of admonitions added recently that were
not completely wired into the admonition system, which makes them
essentially glorified note sections instead of dynamic admonitions.
This patch finishes the configuration of the admonitions.
It also does some re-organizing of the existing admonitions. The
SSL admonitions are dropped in favor of a generic "Optional"
admonition that can be used for these one-off optional features.
Change-Id: I9fd5c3a7f50e4916e45ad16a6e9aaaffd83affe8
In the transition to openstackdocstheme we lost the admonition
selector. This is because the new theme doesn't provide the same
extension points as the old one, so we were trying to inject the
selector into a non-existent block.
This change moves it to a block that does exist in the theme and
tweaks the styling a bit so it fits better in its new place. Note
that this does result in it becoming part of the page header area
as opposed to the sidebar. There doesn't appear to be any block in
the sidebar that we can use for this purpose. I think we should go
ahead and fix the selector this way, and if we decide we can't
stand the new location we can work with the docs team to get a new
block in the sidebar that we can use.
Change-Id: I10d8f701a108d20f77cf1ab7538b0eb7eb313601
Closes-Bug: 1702523
Kilo, Liberty and Mitaka releases are no longer maintained, repo links
don't work and the instructions get more complex with each release.
This commit removes instructions relating to this release but retains
Mitaka to Newton upgrade information.
Change-Id: Id3ddd7f9e0f2e249a75f07e4c9e6866dc3263b3f
* Move _custom & _templates at root, so both doc/ and deploy-guide/
can use it.
* Update tox.ini to generate deploy-guide.
* Very basic structure of deploy-guide.
* Removing duplicated _templates parameter from config.py.
Change-Id: Id7b4c22d188fd4f2646ec25194767c3a7afa97c7