Remove Liberty install instructions
Liberty has reached EOL so we should not support installing it anymore. The upgrade instructions for Liberty to Mitaka have been left in the documentation. Change-Id: Icf4d1d6930a4faa4134864e56c7bf125dec10df5 Closes-Bug: #1650928
This commit is contained in:
parent
f431f6c519
commit
7b15d3986e
@ -23,7 +23,6 @@
|
||||
<span class="title">Branches</span>
|
||||
<ul>
|
||||
<li><input type="checkbox" id="stable" checked=""><label for="stable" title="Step that should only be run when choosing to use components from their stable branches rather than using packages/source based on current master.">Install from stable branch</label></li>
|
||||
<li><input type="checkbox" id="liberty" checked=""><label for="liberty" title="Step that should only be run when installing from the Liberty stable branch.">Install from Liberty branch</label></li>
|
||||
<li><input type="checkbox" id="mitaka" checked=""><label for="mitaka" title="Step that should only be run when installing from the Mitaka stable branch.">Install from Mitaka branch</label></li>
|
||||
</ul>
|
||||
|
||||
|
@ -7,7 +7,7 @@ If your hardware has several hard drives, it's highly recommended that you
|
||||
specify the exact device to be used during introspection and deployment
|
||||
as a root device. This is done by setting a ``root_device`` property on the
|
||||
node in Ironic. Please refer to the `Ironic root device hints documentation`_
|
||||
for more details (note that the `Liberty release version`_ lacks some fields).
|
||||
for more details.
|
||||
|
||||
For example::
|
||||
|
||||
@ -104,4 +104,3 @@ with the Mitaka release. Also note that the ``name`` field, while convenient,
|
||||
Do not forget to re-run the introspection after setting the root device hints.
|
||||
|
||||
.. _Ironic root device hints documentation: http://docs.openstack.org/developer/ironic/deploy/install-guide.html#specifying-the-disk-for-deployment
|
||||
.. _Liberty release version: http://docs.openstack.org/developer/ironic/liberty/deploy/install-guide.html#specifying-the-disk-for-deployment
|
||||
|
@ -223,7 +223,7 @@ be added as in the other values to indicate that this is a multi-line value.
|
||||
:class: stable
|
||||
|
||||
In Newton, the EndpointMap and SSL certificates have been decoupled,
|
||||
but in Mitaka and Liberty it may be necessary to modify the EndpointMap
|
||||
but in Mitaka it may be necessary to modify the EndpointMap
|
||||
in enable-tls.yaml
|
||||
|
||||
When the certificate's common name is set to the public VIP, all instances
|
||||
|
@ -108,20 +108,6 @@ created on the undercloud, one should use a non-root user.
|
||||
.. admonition:: Stable Branch
|
||||
:class: stable
|
||||
|
||||
.. admonition:: Liberty
|
||||
:class: liberty
|
||||
|
||||
::
|
||||
|
||||
STABLE_RELEASE="liberty"
|
||||
|
||||
.. admonition:: Ceph
|
||||
:class: ceph
|
||||
|
||||
::
|
||||
|
||||
export DIB_YUM_REPO_CONF="$DIB_YUM_REPO_CONF /etc/yum.repos.d/CentOS-Ceph-Hammer.repo"
|
||||
|
||||
.. admonition:: Mitaka
|
||||
:class: mitaka
|
||||
|
||||
@ -200,15 +186,6 @@ created on the undercloud, one should use a non-root user.
|
||||
rhel-7-server-rhceph-1.3-osd-rpms
|
||||
rhel-7-server-rhceph-1.3-tools-rpms
|
||||
|
||||
.. admonition:: Liberty
|
||||
:class: liberty
|
||||
|
||||
::
|
||||
|
||||
rhel-7-server-rhceph-1.3-mon-rpms
|
||||
rhel-7-server-rhceph-1.3-osd-rpms
|
||||
rhel-7-server-rhceph-1.3-tools-rpms
|
||||
|
||||
.. admonition:: RHEL Satellite Registration
|
||||
:class: satellite
|
||||
|
||||
@ -286,12 +263,6 @@ The file to be imported may be either JSON, YAML or CSV format, and
|
||||
the type is detected via the file extension (json, yaml, csv).
|
||||
The file format is documented in :ref:`instackenv`.
|
||||
|
||||
.. admonition:: Liberty
|
||||
:class: liberty
|
||||
|
||||
For TripleO release Liberty and older an explicit ``--json`` or ``--csv``
|
||||
flag is required for JSON and CSV formats accordingly.
|
||||
|
||||
.. admonition:: Stable Branch
|
||||
:class: stable
|
||||
|
||||
|
@ -77,11 +77,6 @@ Linux (RHEL). These steps are marked as follows:
|
||||
Step that should only be run when choosing to use components from their
|
||||
stable branches rather than using packages/source based on current master.
|
||||
|
||||
.. admonition:: Liberty
|
||||
:class: liberty
|
||||
|
||||
Step that should only be run when installing from the Liberty stable branch.
|
||||
|
||||
.. admonition:: Mitaka
|
||||
:class: mitaka
|
||||
|
||||
|
@ -4,31 +4,6 @@
|
||||
Enable the appropriate repos for the desired release, as indicated below.
|
||||
Do not enable any other repos not explicitly marked for that release.
|
||||
|
||||
.. admonition:: Liberty
|
||||
:class: liberty ktol
|
||||
|
||||
Enable latest RDO Liberty Delorean repository for all packages
|
||||
|
||||
::
|
||||
|
||||
sudo curl -L -o /etc/yum.repos.d/delorean-liberty.repo https://trunk.rdoproject.org/centos7-liberty/current/delorean.repo
|
||||
|
||||
Enable the Liberty Delorean Deps repository
|
||||
|
||||
::
|
||||
|
||||
sudo curl -L -o /etc/yum.repos.d/delorean-deps-liberty.repo http://trunk.rdoproject.org/centos7-liberty/delorean-deps.repo
|
||||
|
||||
.. admonition:: Ceph
|
||||
:class: ceph
|
||||
|
||||
Enable the CentOS Storage SIG Ceph/Hammer repository if using Ceph
|
||||
|
||||
::
|
||||
|
||||
sudo yum -y install --enablerepo=extras centos-release-ceph-hammer
|
||||
sudo sed -i -e 's%gpgcheck=.*%gpgcheck=0%' /etc/yum.repos.d/CentOS-Ceph-Hammer.repo
|
||||
|
||||
.. admonition:: Mitaka
|
||||
:class: mitaka ltom
|
||||
|
||||
|
@ -130,29 +130,3 @@ Introspection for a node can be stopped with the following command::
|
||||
|
||||
openstack baremetal introspection abort <NODE UUID>
|
||||
|
||||
.. admonition:: Liberty
|
||||
:class: liberty
|
||||
|
||||
The ``abort`` command above was introduced in the Mitaka release.
|
||||
For older versions the recommended path is to wait until it times out.
|
||||
Changing ``timeout`` setting in ``/etc/ironic-inspector/inspector.conf``
|
||||
may be used to reduce the timeout from 1 hour (which is usually too much,
|
||||
especially on virtual environments).
|
||||
|
||||
If you do need to stop introspection **for all nodes** right now on
|
||||
the Liberty release, you can do the following for each node::
|
||||
|
||||
ironic node-set-power-state UUID off
|
||||
|
||||
then remove ironic-inspector cache, rebuild it and restart
|
||||
ironic-inspector::
|
||||
|
||||
rm /var/lib/ironic-inspector/inspector.sqlite
|
||||
sudo ironic-inspector-dbsync --config-file /etc/ironic-inspector/inspector.conf upgrade
|
||||
sudo systemctl restart openstack-ironic-inspector
|
||||
|
||||
Note that this procedure is not recommended and may have unexpected side
|
||||
effects.
|
||||
|
||||
.. _ironic-inspector troubleshooting documentation: http://docs.openstack.org/developer/ironic-inspector/troubleshooting.html
|
||||
.. _the dynamic-login element: https://github.com/openstack/diskimage-builder/tree/master/elements/dynamic-login
|
||||
|
Loading…
x
Reference in New Issue
Block a user