Added Victoria release

Added how to enable Victoria. Will do a follow-up patch to remove
any older releases no longer supported once confirmed.

Change-Id: I3a49630d0d8c1bb583497ae459d4f506bb76c280
This commit is contained in:
Amy Marrich (spotz) 2020-12-06 18:53:46 -06:00
parent d91bb46823
commit d55d13cd53
2 changed files with 47 additions and 8 deletions

View File

@ -57,7 +57,7 @@ Get Images
delete the older images and restart the process from this step.
Alternatively, images are available via RDO at
https://images.rdoproject.org/master which offers images from both the
https://images.rdoproject.org/centos8/master/rdo_trunk/ which offers images from both the
CentOS Build System (cbs) and RDO Trunk (called rdo_trunk or delorean).
However this mirror is slow so if you experience slow download speeds
you should skip to building the images instead.
@ -140,17 +140,38 @@ created on the undercloud, one should use a non-root user.
::
DIB_YUM_REPO_CONF="/etc/yum.repos.d/delorean* /etc/yum.repos.d/tripleo-centos-*"
export DIB_YUM_REPO_CONF="/etc/yum.repos.d/delorean* /etc/yum.repos.d/tripleo-centos-*"
.. admonition:: Stable Branch
:class: stable
.. admonition:: Queens
:class: queens
.. admonition:: Victoria
:class: victoria
::
export STABLE_RELEASE="queens"
export STABLE_RELEASE="victoria"
.. admonition:: Ussuri
:class: ussuri
::
export STABLE_RELEASE="ussuri"
.. admonition:: Train
:class: train
::
export STABLE_RELEASE="train"
.. admonition:: Stein
:class: stein
::
export STABLE_RELEASE="stein"
.. admonition:: Rocky
:class: rocky
@ -159,12 +180,12 @@ created on the undercloud, one should use a non-root user.
export STABLE_RELEASE="rocky"
.. admonition:: Stein
:class: stein
.. admonition:: Queens
:class: queens
::
export STABLE_RELEASE="stein"
export STABLE_RELEASE="queens"
#. Build the required images:

View File

@ -39,6 +39,24 @@
Enable the appropriate repos for the desired release, as indicated below.
Do not enable any other repos not explicitly marked for that release.
.. admonition:: Victoria
:class: victoria utov
Enable the current Victoria repositories
.. code-block:: bash
sudo -E tripleo-repos -b victoria current
.. admonition:: Ceph
:class: ceph
Include the Ceph repo in the tripleo-repos call
.. code-block:: bash
sudo -E tripleo-repos -b victoria current ceph
.. admonition:: Ussuri
:class: ussuri ttou