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: Id5ff713810ab07780dc14048c056341806dfc4c2changes/09/817509/2
parent
268b5b033a
commit
d27fc60d4f
@ -1,81 +0,0 @@
|
||||
{% extends "templates/base.tmpl" %}
|
||||
{% block pagetitle %}Training Labs{% endblock %}
|
||||
{% block title %}
|
||||
<a href="http://docs.openstack.org/">Documentation</a> > 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 %}
|
Loading…
Reference in new issue