ab93e636b8
Brief Summary: Added Modules and Lab Sections of Aptira's Existing OpenStack Training Docs. Please do refer Full Summary for more details. For those who want to review this and save some time on building it, I have hosted the content on http://office.aptira.in Please talk to Sean Robetrs if you are concerened about repetition of Doc Content or similar issues like short URLs etc., this is supposed to be a rough patch and not final. Full Summary: Added the following modules. 1. Module001 - Introduction To OpenStack. - Brief Overview of OpenStack. - Basic Concepts - Detailed Description of Core Projects (Grizzly) under OpenStack. - All But Networking and Swift. 2. Module002 - OpenStack Networking In detail. 3. Module003 - OpenStack Object Storage In detail. 4. Lab001 - OpenStack Control Node and Compute Node. 5. Lab002 - OpenStack Network Node. Full Summary added due to the size of the commit. I Apologize for the size of this commit and will try not to commit huge content like in this patch. The reason for the size of this commit is to meet OpenStack Training Sprint day. bp/training-manuals Change-Id: Ie3c44527992868b4d9571b66cc1c048e558ec669
17 lines
941 B
XML
17 lines
941 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<book 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"
|
|
xml:id="module001-intro-openstack">
|
|
<title>Introduction to OpenStack</title>
|
|
<xi:include href="module001-ch001-intro-text.xml"/>
|
|
<xi:include href="module001-ch002-brief-overview.xml"/>
|
|
<xi:include href="module001-ch003-core-projects.xml"/>
|
|
<xi:include href="module001-ch004-openstack-architecture.xml"/>
|
|
<xi:include href="module001-ch005-vm-provisioning-walk-through.xml"/>
|
|
<xi:include href="module001-ch006-overview-horizon-cli.xml"/>
|
|
<xi:include href="module001-ch007-keystone-arch.xml"/>
|
|
<xi:include href="module001-ch008-queues-messaging.xml"/>
|
|
<xi:include href="module001-ch009-vm-placement.xml"/>
|
|
<xi:include href="module001-ch010-vm-provisioning-indepth.xml"/>
|
|
<xi:include href="module001-ch011-block-storage.xml"/>
|
|
</book> |