Merge "Remove source admonition"

This commit is contained in:
Jenkins 2017-10-05 23:14:51 +00:00 committed by Gerrit Code Review
commit 52c4678f58
7 changed files with 0 additions and 57 deletions

View File

@ -68,7 +68,6 @@
.baremetal {background: #eef;}
.virtual {background: #efe;}
.ceph {background: #eff;}
.source {background: #bbb;}
.ltom {background: #dee;}
.mton {background: #ded;}
.ntoo {background: #edd;}

View File

@ -50,12 +50,6 @@
<li><input type="checkbox" id="ceph" checked="checked"><label for="ceph" title="Step that should only be run when deploying Ceph for use by the Overcloud.">Ceph</label></li>
</ul>
<span class="title">Development options</span>
<ul>
<li><input type="checkbox" id="source" checked=""><label for="source"
title="Step that should only be run when choosing to use some components directly from their git source code repositories instead of packages.">Install from source</label></li>
</ul>
<span class="title">Upgrade Version</span>
<ul>
<li><input type="checkbox" id="mton" checked="checked"><label for="mton" title="Step that should only be run for upgrading from Mitaka to Newton">Upgrading Mitaka to Newton</label></li>

View File

@ -67,12 +67,6 @@ Linux (RHEL). These steps are marked as follows:
Step that should only be run when deploying Ceph for use by the Overcloud
.. admonition:: Source
:class: source
Step that should only be run when choosing to use some components directly
from their git source code repositories instead of packages.
.. admonition:: Stable Branch
:class: stable

View File

@ -206,18 +206,6 @@ created on the undercloud, one should use a non-root user.
# rhel-7-server-rhceph-{2,1.3}-tools-rpms
export REG_ACTIVATION_KEY="[activation key]"
.. admonition:: Source
:class: source
Git checkouts of the puppet modules can be used instead of packages. Export the
following environment variable::
export DIB_INSTALLTYPE_puppet_modules=source
It is also possible to use this functionality to use an in-progress review
as part of the overcloud image build. See
:doc:`../developer/in_progress_review` for details.
::
openstack overcloud image build

View File

@ -7,6 +7,5 @@ Documentation of developer-specific options in |project|.
.. toctree::
tripleo.sh
in_progress_review
tht_walkthrough/tht_walkthrough
release

View File

@ -1,19 +0,0 @@
Using an In-Progress Review
===========================
To use a git checkout for only a specific module, export the following variable::
export DIB_INSTALLTYPE_puppet_tripleo=source
Replace ``puppet_tripleo`` with the name of the puppet module to be installed
from source, replacing any -'s with _'s.
To use a pending review for a module, set its installtype to source as
described above, then also export the following variables::
export DIB_REPOLOCATION_puppet_tripleo=https://review.openstack.org/openstack/puppet-tripleo
export DIB_REPOREF_puppet_tripleo=refs/changes/30/223330/1
This time replace the name of the module in the variable name and the review URL.
The correct value for the ``reporef`` can be found in the ``Download`` section
of the Gerrit UI. Look for a string that matches the format of the example above.

View File

@ -91,18 +91,6 @@ Installing the Undercloud
#. Run the command to install the undercloud:
.. admonition:: Source
:class: source
Git checkouts of the puppet modules can be used instead of packages. Export the
following environment variable::
export DIB_INSTALLTYPE_puppet_modules=source
It is also possible to use this functionality to use an in-progress review
as part of the undercloud install. See
:doc:`../developer/in_progress_review` for details.
.. admonition:: SSL
:class: optional