19 Commits

Author SHA1 Message Date
Lance Bragstad
e99368f6c9 Introduce new TLS-e guide
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
2020-08-04 10:56:21 -05:00
michaeltchapman
1775ace381 Add centos 8 repository info
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
2020-04-29 22:54:28 +10:00
Zuul
07b9488d02 Merge "Modify judgment logic" 2019-09-04 20:49:11 +00:00
Natal Ngétal
d36f5f5463 Update the repositories file with stein.
Add the stein in repository and remove ocata.

Change-Id: I4cb410d65555887e158d731f3998c0dda66db262
2019-05-15 10:31:55 +02:00
Natal Ngétal
03e4013b9f Update stable version.
Add new stable stein version and remove ocata.

Change-Id: I6bd0c65c51af89d8aa196185d95af24a43851e2a
2019-04-18 11:17:52 +02:00
Marios Andreou
00536db091 Add f28/py3 notes for standalone deployment
Adds some notes to standalone deployment docs for fedora 28.
Part of ci-squad task at [1]

[1] https://tree.taiga.io/project/tripleo-ci-board/task/708

Change-Id: I0942dd73d13c24b8e53435ed6c75db8d2f0cabf2
2019-02-06 16:56:10 +02:00
gaobin
705efb493c Modify judgment logic
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
2018-12-01 02:51:02 +00:00
gaobin
47638c5e15 fixed Useless variable declaration
Change-Id: I7f4ec771315fe9ed79d723c7bbf199f88e9ee092
2018-11-27 16:23:14 +08:00
Jiri Stransky
876ea57533 Don't keep shrinking font when nesting admonitions
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
2018-10-18 14:05:16 +02:00
Jiri Stransky
795593c622 User docs for minor updates in Rocky+
Change-Id: Ie95f94ef01cc78ac9b06c749c9058b7b51d70fa1
2018-10-16 18:41:58 +02:00
Jiri Stransky
da01ee1347 Amend minor update docs for Rocky
Add the new external-update command for updating Ceph.

Change-Id: If336cd95f6ee17407b97ec17e59c98301de07a4a
2018-08-28 14:20:40 +02:00
Alex Schultz
cd5a48ca87 Update docs for deploying Queens
Add repository notes for Queens as well as how to pull in stable
containers for Pike and Queens.

Change-Id: I2d68fbca3da2b3f8c8c82bec726bec571bcaeda0
2018-03-08 12:39:31 -07:00
Jose Luis Franco Arza
159cce3c4a Unify undercloud upgrade steps
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
2017-10-17 15:25:38 +02:00
Alex Schultz
984b904733 Update docs with stable/pike repos
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
2017-10-13 15:12:00 -06:00
Ben Nemec
ab0a9fd175 Remove source admonition
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
2017-09-29 16:19:18 +00:00
Ben Nemec
e8f4e9a59d Clean up admonition problems
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
2017-07-10 14:57:43 +00:00
Ben Nemec
267c2111ba Re-enable admonition selector for openstackdocstheme
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
2017-07-07 21:44:39 +00:00
Christopher Brown
e47a6006a7 Remove K, L & M release docs
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
2017-06-16 14:14:15 +00:00
Emilien Macchi
3da7042c24 Basic structure of TripleO Deployment Guide
* 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
2017-03-27 08:00:12 -04:00