Fix dib yum repos for ceph and stable versions

We haven't updated the stable versions for building images in some time.
Additionally since we have had several ceph version upgrades along the
way, let's just use a wild card in the documentation.

Change-Id: I4b0f167f5cf9ee3b964ef809c435dc7403d260c7
Closes-Bug: #1819554
This commit is contained in:
Alex Schultz 2019-06-03 16:07:34 -06:00
parent d9285b6345
commit 1745ef2f93
1 changed files with 21 additions and 7 deletions

View File

@ -123,17 +123,31 @@ created on the undercloud, one should use a non-root user.
::
export DIB_YUM_REPO_CONF="$DIB_YUM_REPO_CONF /etc/yum.repos.d/tripleo-centos-ceph-jewel.repo"
export DIB_YUM_REPO_CONF="$DIB_YUM_REPO_CONF /etc/yum.repos.d/tripleo-centos-ceph*.repo"
.. admonition:: Stable Branch
:class: stable
.. admonition:: Newton
:class: newton
.. admonition:: Queens
:class: queens
::
export STABLE_RELEASE="newton"
export STABLE_RELEASE="queens"
.. admonition:: Ceph
:class: ceph
::
export DIB_YUM_REPO_CONF="$DIB_YUM_REPO_CONF /etc/yum.repos.d/tripleo-centos-ceph*.repo"
.. admonition:: Rocky
:class: rocky
::
export STABLE_RELEASE="rocky"
.. admonition:: Ceph
:class: ceph
@ -142,12 +156,12 @@ created on the undercloud, one should use a non-root user.
export DIB_YUM_REPO_CONF="$DIB_YUM_REPO_CONF /etc/yum.repos.d/tripleo-centos-ceph-jewel.repo"
.. admonition:: Ocata
:class: ocata
.. admonition:: Stein
:class: stein
::
export STABLE_RELEASE="ocata"
export STABLE_RELEASE="stein"
.. admonition:: Ceph
:class: ceph