openstack-manuals/www/ops/index.html
Christian Berendt 40b657f993 Use a static site generator to generate content in www
Change-Id: I2f0c61006ef8885e157eb2b800080407f2bae393
2014-08-14 10:02:26 +02:00

67 lines
2.6 KiB
HTML

{% extends "templates/base.tmpl" %}
{% block pagetitle %}Operations Guide{% endblock %}
{% block title %}
<a href="http://docs.openstack.org/">Documentation</a> &gt; Operations Guide
{% endblock %}
{% block content %}
<div class="container">
<div class="span-12">
<div class="photo">
<a href="http://shop.oreilly.com/product/0636920032625.do" onclick="recordOutboundLink(this, 'Outbound Links', 'oreilly.com');return false;">
<img src="../common/images/oreilly-openstack-ops-guide.png" width="100%"/>
</a>
</div>
</div>
<div class="span-12 last">
<p>
<iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed/lYfHEy6E2n0?rel=0" width="560">
</iframe>
</p>
<p>
This book offers hard-earned experience from OpenStack operators who have run OpenStack
in production for six months or longer. They've gathered their notes, shared their stories,
and learned from each other in the room. We invite you to join in the quest for best practices
in OpenStack cloud operations. You can read the
<a href="/openstack-ops/content/" onclick="recordOutboundLink(this, 'Outbound Links', 'ops.html');return false;">
latest updates
</a>
or download the new O'Reilly published versions below.
</p>
<p>
<a class="button" href="/openstack-ops/content/" onclick="recordOutboundLink(this, 'Outbound Links', 'ops.html');return false;">
Current .html
</a>
<a class="button" href="/openstack-ops/openstack-ops-manual.pdf" onclick="recordOutboundLink(this, 'Outbound Links', 'ops.pdf');return false;">
Current .pdf
</a>
</p>
<p>
<a class="button" href="oreilly-openstack-ops-guide.mobi" onclick="recordOutboundLink(this, 'Outbound Links', 'ops.mobi');return false;">
O'Reilly .mobi
</a>
<a class="button" href="oreilly-openstack-ops-guide.epub" onclick="recordOutboundLink(this, 'Outbound Links', 'ops.epub');return false;">
O'Reilly .epub
</a>
</p>
<p>
If you're interested in OpenStack books, please take a look at the
<a href="http://docs.openstack.org/sec/">
OpenStack Security Guide
</a>
, also written in a five-day book sprint.
</p>
<p align="right">
<a href="http://creativecommons.org/licenses/by/3.0/us/" rel="license">
<img alt="Creative Commons License" src="http://i.creativecommons.org/l/by/3.0/us/88x31.png" style="border-width:0"/>
</a>
<br/>
This work is licensed under a
<a href="http://creativecommons.org/licenses/by/3.0/us/" rel="license">
Creative Commons Attribution 3.0 United States License
</a>
.
</p>
</div>
</div>
{% endblock content %}