Removed references to tripleo-centos-ceph-jewel.repo
The deployment documentation for deploying the under cloud, deploy-guide/source/deployment/install_overcloud.rst, contained deployment instructions which added /etc/yum.repos.d/tripleo-centos-ceph-jewel.repo to DIB_YUM_REPO_CONF in multiple places inside of the Stable Branch section. As tripleo-centos-ceph-*.repo is already included above the Stable Branch section, which should include all fo the Ceph files, the extra lines were unnecessary and were removed. Closes-Bug: #1845574 Change-Id: Id2912920e67dd8dd3841f94bbeaf747f69df6ed7
This commit is contained in:
parent
107f714e8d
commit
f28674bc3b
@ -135,13 +135,6 @@ created on the undercloud, one should use a non-root user.
|
||||
|
||||
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
|
||||
|
||||
@ -149,13 +142,6 @@ created on the undercloud, one should use a non-root user.
|
||||
|
||||
export STABLE_RELEASE="rocky"
|
||||
|
||||
.. admonition:: Ceph
|
||||
:class: ceph
|
||||
|
||||
::
|
||||
|
||||
export DIB_YUM_REPO_CONF="$DIB_YUM_REPO_CONF /etc/yum.repos.d/tripleo-centos-ceph-jewel.repo"
|
||||
|
||||
.. admonition:: Stein
|
||||
:class: stein
|
||||
|
||||
@ -163,13 +149,6 @@ created on the undercloud, one should use a non-root user.
|
||||
|
||||
export STABLE_RELEASE="stein"
|
||||
|
||||
.. admonition:: Ceph
|
||||
:class: ceph
|
||||
|
||||
::
|
||||
|
||||
export DIB_YUM_REPO_CONF="$DIB_YUM_REPO_CONF /etc/yum.repos.d/tripleo-centos-ceph-jewel.repo"
|
||||
|
||||
|
||||
#. Build the required images:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user