a2ad83ab73
Updating training-labs landing page to look better and deliver the content and message in the right format. Also additionally updates the links to the tar/zip files. Change-Id: Ib1e82bb3c8ed63de08c1c6499bf63bfd35cb10f1 Implements: blueprint training-labs
84 lines
4.0 KiB
HTML
84 lines
4.0 KiB
HTML
{% set scriptdir = '../common/js/' %}
|
|
{% set cssdir = '../common/css/' %}
|
|
{% 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 Mac OS X 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>To generate the scripts manually follow <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-mitaka.tgz">
|
|
Mitaka
|
|
<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-liberty.tgz">
|
|
Liberty
|
|
<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-mitaka.tgz">
|
|
Mitaka
|
|
<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-liberty.tgz">
|
|
Liberty
|
|
<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-mitaka.zip">
|
|
Mitaka
|
|
<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-liberty.zip">
|
|
Liberty
|
|
<i class="fa fa-arrow-circle-o-down"></i>
|
|
</a>
|
|
</div>
|
|
<br/>
|
|
<hr/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock content %}
|