There were a number of links in the ops guide that went to old folsom pages for doc references. Many of these can now point to the configuration reference, or havana docs safely. Few minor fixes to the text and adding status labels after review. As to when to merge this - your call reviewerinos :) Change-Id: I8844dcd9e7eb21584167f59fec2ed44bd1164761
96 lines
3.9 KiB
XML
96 lines
3.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE appendix [
|
|
<!-- Some useful entities borrowed from HTML -->
|
|
<!ENTITY ndash "–">
|
|
<!ENTITY mdash "—">
|
|
<!ENTITY hellip "…">
|
|
<!ENTITY plusmn "±">
|
|
]>
|
|
<appendix xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" label="C"
|
|
xml:id="recommended-reading">
|
|
<?dbhtml stop-chunking?>
|
|
<title>Resources</title>
|
|
<para>
|
|
<emphasis role="bold">OpenStack</emphasis>
|
|
</para>
|
|
<para>
|
|
<link
|
|
xlink:href="http://docs.openstack.org/trunk/config-reference/content/"
|
|
>OpenStack Configuration Reference</link>
|
|
(http://docs.openstack.org/trunk/config-reference/content/section_compute-hypervisors.html)</para>
|
|
<para>
|
|
<link
|
|
xlink:href="http://docs.openstack.org/havana/install-guide/install/apt/content/"
|
|
>OpenStack Install Guide - Ubuntu</link>
|
|
(http://docs.openstack.org/havana/install-guide/install/apt/content/)</para>
|
|
<para>
|
|
<link
|
|
xlink:href="http://docs.openstack.org/admin-guide-cloud/content/"
|
|
>OpenStack Cloud Administrator Guide</link>
|
|
(http://docs.openstack.org/admin-guide-cloud/content/)</para>
|
|
<para>
|
|
<link
|
|
xlink:href="http://docs.openstack.org/security-guide/content/"
|
|
>OpenStack Security Guide</link>
|
|
(http://docs.openstack.org/security-guide/content/)</para>
|
|
<para>
|
|
<link
|
|
xlink:href="http://www.packtpub.com/openstack-cloud-computing-cookbook-second-edition/book"
|
|
>OpenStack Cloud Computing Cookbook</link>
|
|
(http://www.packtpub.com/openstack-cloud-computing-cookbook-second-edition/book)</para>
|
|
<para>
|
|
<emphasis role="bold">Cloud (general)</emphasis>
|
|
</para>
|
|
<para>
|
|
<link
|
|
xlink:href="http://csrc.nist.gov/publications/nistpubs/800-145/SP800-145.pdf"
|
|
>NIST Cloud Computing Definition</link>
|
|
(http://csrc.nist.gov/publications/nistpubs/800-145/SP800-145.pdf) </para>
|
|
<para>
|
|
<emphasis role="bold"> Python </emphasis>
|
|
</para>
|
|
<para>
|
|
<link xlink:href="http://www.diveintopython.net">Dive Into
|
|
Python</link> (http://www.diveintopython.net) </para>
|
|
<para>
|
|
<emphasis role="bold"> Networking </emphasis>
|
|
</para>
|
|
<para>
|
|
<link
|
|
xlink:href="http://www.pearsonhighered.com/educator/product/TCPIP-Illustrated-Volume-1-The-Protocols/9780321336316.page"
|
|
>TCP/IP Illustrated</link>
|
|
(http://www.pearsonhighered.com/educator/product/TCPIP-Illustrated-Volume-1-The-Protocols/9780321336316.page) </para>
|
|
<para>
|
|
<link xlink:href="http://nostarch.com/tcpip.htm">The TCP/IP
|
|
Guide</link> (http://nostarch.com/tcpip.htm) </para>
|
|
<para>
|
|
<link xlink:href="http://danielmiessler.com/study/tcpdump/">A
|
|
tcpdump Tutorial and Primer</link>
|
|
(http://danielmiessler.com/study/tcpdump/) </para>
|
|
<para>
|
|
<emphasis role="bold"> Systems administration </emphasis>
|
|
</para>
|
|
<para>
|
|
<link xlink:href="http://www.admin.com/">UNIX and Linux
|
|
Systems Administration Handbook</link>
|
|
(http://www.admin.com/) </para>
|
|
<para>
|
|
<emphasis role="bold"> Virtualization </emphasis>
|
|
</para>
|
|
<para>
|
|
<link xlink:href="http://nostarch.com/xen.htm">The Book of
|
|
Xen</link> (http://nostarch.com/xen.htm) </para>
|
|
<para>
|
|
<emphasis role="bold"> Configuration management </emphasis>
|
|
</para>
|
|
<para>
|
|
<link xlink:href="http://docs.puppetlabs.com/">Puppet Labs
|
|
Documentation</link> (http://docs.puppetlabs.com/) </para>
|
|
<para>
|
|
<link xlink:href="http://www.apress.com/9781430230571">Pro
|
|
Puppet</link> (http://www.apress.com/9781430230571)
|
|
</para>
|
|
</appendix>
|