Remove retired training-labs repo

training-labs repo is retired now[1], this
commit removes the reference of it from openstack
manual.

Depends-On: https://review.opendev.org/c/openstack/training-labs/+/817505

[1] http://lists.openstack.org/pipermail/openstack-discuss/2021-October/025586.html

Change-Id: Id5ff713810ab07780dc14048c056341806dfc4c2
This commit is contained in:
Ghanshyam Mann 2021-11-10 20:04:53 -06:00 committed by Ghanshyam
parent 268b5b033a
commit d27fc60d4f
4 changed files with 8 additions and 108 deletions

View File

@ -8,28 +8,19 @@ The Documentation project provides documentation for various OpenStack
projects to promote OpenStack, develop and maintain tools and processes
to ensure quality and accuracy of documentation.
The OpenStack community has the following documentation subteams
with their respective leads:
* :doc:`api-site <api-guides>`: *vacant*
* `Contributor Guide
<https://docs.openstack.org/contributors/>`_:
Kendall Nelson
* `Security Guide
<https://wiki.openstack.org/wiki/Documentation/SecurityGuide>`_:
Luke Hinds
* `Training Guides <https://wiki.openstack.org/wiki/Training-guides>`_:
Matjaz Pancur
* `Training labs
<https://wiki.openstack.org/wiki/Documentation/training-labs>`_:
Roger Luethi, Julen Larrucea
The OpenStack community has merged the Documentation team (also know as
'Technical Writing' SIG ) into the OpenStack Technical Committee:
https://review.opendev.org/c/openstack/governance/+/815869 If you have
any question regarding the documentation or training guides please feel
free to contact `the OpenStack Technical Committee
<https://governance.openstack.org/tc/>`_
The current list of docs cores for openstack-manuals, openstackdocstheme,
and openstack-doc-tools repositories can be found at
https://review.opendev.org/#/admin/groups/30,members.
The api-site, contributor-guide, security-doc, training-guides, and
training-labs repositories have separate core teams but also include the
The api-site, contributor-guide, security-doc, and training-guides
repositories have separate core teams but also include the
docs core team.
The cross-project liaisons (CPLs) assist with subject matter questions,

View File

@ -15,15 +15,6 @@ or as connected entities.
Explanations of configuration options and sample configuration files
are included.
.. note::
The Training Labs scripts provide an automated way of deploying the
cluster described in this Installation Guide into VirtualBox or KVM
VMs. You will need a desktop computer or a laptop with at least 8
GB memory and 20 GB free storage running Linux, MacOS, or Windows.
Please see the
`OpenStack Training Labs <https://docs.openstack.org/training_labs/>`_.
This guide documents the installation of OpenStack starting with the
Pike release. It covers multiple releases.

View File

@ -12,7 +12,6 @@ Thus this file covers the content of the following repositories:
* openstack-manuals
* security-guide
* training-guide
* training-labs
Contents
~~~~~~~~

View File

@ -1,81 +0,0 @@
{% extends "templates/base.tmpl" %}
{% block pagetitle %}Training Labs{% endblock %}
{% block title %}
<a href="http://docs.openstack.org/">Documentation</a> &gt; Training Labs
{% endblock %}
{% block content %}
<div class="top-docs-wrapper">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-8">
<h1>OpenStack Training Labs</h1>
<p>
Training Labs provides an easy way to deploy virtualized OpenStack in a desktop environment. Training
Labs supports all modern Linux, Windows and macOS platforms. You need to have VirtualBox or KVM/libvirt
installed before running Training Labs.
</p>
<p>
Extract the compressed file to a folder and be ready for one-click deployment of your own OpenStack Training Labs cluster.
</p>
<p>For further details and instructions, see the <a href="https://wiki.openstack.org/wiki/Documentation/training-labs#Building_the_cluster">
Training Labs Wiki</a> page.
</p>
</div>
<div class='col-lg-4 col-md-4 col-sm-4 superuser-wrapper'>
<h2>Get Training Labs</h2>
<div>
<h3>Linux</h3>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-master.tgz">
Master
<i class="fa fa-arrow-circle-o-down"></i>
</a>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-stable-rocky.tgz">
Rocky
<i class="fa fa-arrow-circle-o-down"></i>
</a>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-stable-queens.tgz">
Queens
<i class="fa fa-arrow-circle-o-down"></i>
</a>
</div>
<br/>
<hr/>
<div>
<h3>Mac OS X</h3>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-master.tgz">
Master
<i class="fa fa-arrow-circle-o-down"></i>
</a>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-stable-rocky.tgz">
Rocky
<i class="fa fa-arrow-circle-o-down"></i>
</a>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-stable-queens.tgz">
Queens
<i class="fa fa-arrow-circle-o-down"></i>
</a>
</div>
<br/>
<hr/>
<div>
<h3>Windows</h3>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-master.zip">
Master
<i class="fa fa-arrow-circle-o-down"></i>
</a>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-stable-rocky.zip">
Rocky
<i class="fa fa-arrow-circle-o-down"></i>
</a>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-stable-queens.zip">
Queens
<i class="fa fa-arrow-circle-o-down"></i>
</a>
</div>
<br/>
<hr/>
</div>
</div>
</div>
</div>
{% endblock content %}