diff --git a/www/index.html b/www/index.html index c006c98864..3fdf7f14a6 100644 --- a/www/index.html +++ b/www/index.html @@ -90,6 +90,7 @@ {% include 'templates/user_guides.tmpl' %} {% include 'templates/contributor_guides.tmpl' %} {% include 'templates/training_guides.tmpl' %} + {% include 'templates/training_labs.tmpl' %}
diff --git a/www/liberty/index.html b/www/liberty/index.html index 9c11990884..7a9f5f2542 100644 --- a/www/liberty/index.html +++ b/www/liberty/index.html @@ -89,6 +89,7 @@ {% include 'templates/user_guides.tmpl' %} {% include 'templates/contributor_guides.tmpl' %} {% include 'templates/training_guides.tmpl' %} + {% include 'templates/training_labs.tmpl' %}
diff --git a/www/templates/training_labs.tmpl b/www/templates/training_labs.tmpl new file mode 100644 index 0000000000..31800328e7 --- /dev/null +++ b/www/templates/training_labs.tmpl @@ -0,0 +1,5 @@ + diff --git a/www/training_labs/index.html b/www/training_labs/index.html new file mode 100644 index 0000000000..240f4086b8 --- /dev/null +++ b/www/training_labs/index.html @@ -0,0 +1,58 @@ +{% set scriptdir = '../common/js/' %} +{% set cssdir = '../common/css/' %} +{% extends "templates/base.tmpl" %} +{% block pagetitle %}Training Labs{% endblock %} +{% block title %} +Documentation > Training Labs +{% endblock %} +{% block content %} +
+
+
+
+

OpenStack Training Labs

+

+ Training Labs provides an easy way to deploy virtualized OpenStack in a desktop environment. Training + Labs supports all modern Linux, Windows and Mac OSx platforms. You need to have VirtualBox or KVM/libvirt + installed and configured for running Training Labs. +

+

+ Download Training Labs below. Extract the compressed file to a folder and be ready to one-click deployment + of your own OpenStack Training Labs cluster. +

+
+

Get Training Labs

+ + + + + + + + + + + + + + + + + + + + + + + + + +
ReleaseLinuxMac OSxWindows
MasterMaster LinuxMaster Mac OS XMaster Windows
LibertyLiberty LinuxLiberty Mac OS XLiberty Windows
KiloKilo LinuxKilo Mac OS XKilo Windows
+

To generate the scripts manually follow + Training Labs Wiki page. +

+
+
+
+
+{% endblock content %}