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
This commit is contained in:
parent
38f960c805
commit
ab0a9fd175
@ -68,7 +68,6 @@
|
|||||||
.baremetal {background: #eef;}
|
.baremetal {background: #eef;}
|
||||||
.virtual {background: #efe;}
|
.virtual {background: #efe;}
|
||||||
.ceph {background: #eff;}
|
.ceph {background: #eff;}
|
||||||
.source {background: #bbb;}
|
|
||||||
.ltom {background: #dee;}
|
.ltom {background: #dee;}
|
||||||
.mton {background: #ded;}
|
.mton {background: #ded;}
|
||||||
.ntoo {background: #edd;}
|
.ntoo {background: #edd;}
|
||||||
|
@ -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>
|
<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>
|
</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>
|
<span class="title">Upgrade Version</span>
|
||||||
<ul>
|
<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>
|
<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>
|
||||||
|
@ -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
|
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
|
.. admonition:: Stable Branch
|
||||||
:class: stable
|
:class: stable
|
||||||
|
|
||||||
|
@ -206,18 +206,6 @@ created on the undercloud, one should use a non-root user.
|
|||||||
# rhel-7-server-rhceph-{2,1.3}-tools-rpms
|
# rhel-7-server-rhceph-{2,1.3}-tools-rpms
|
||||||
export REG_ACTIVATION_KEY="[activation key]"
|
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
|
openstack overcloud image build
|
||||||
|
@ -7,6 +7,5 @@ Documentation of developer-specific options in |project|.
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
||||||
tripleo.sh
|
tripleo.sh
|
||||||
in_progress_review
|
|
||||||
tht_walkthrough/tht_walkthrough
|
tht_walkthrough/tht_walkthrough
|
||||||
release
|
release
|
||||||
|
@ -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.
|
|
@ -91,18 +91,6 @@ Installing the Undercloud
|
|||||||
|
|
||||||
#. Run the command to install 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
|
.. admonition:: SSL
|
||||||
:class: optional
|
:class: optional
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user