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
53 lines
2.0 KiB
XML
53 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<chapter 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="lab001-compute-node">
|
||
<title>Compute Node</title>
|
||
<orderedlist>
|
||
<listitem>
|
||
<para><emphasis role="bold">Network Diagram :</emphasis></para>
|
||
</listitem>
|
||
</orderedlist>
|
||
<figure>
|
||
<title>Network Diagram</title>
|
||
<mediaobject>
|
||
<imageobject>
|
||
<imagedata fileref="figures/lab000-virtual-box/image03.png"/>
|
||
</imageobject>
|
||
</mediaobject>
|
||
</figure>
|
||
<para><emphasis role="bold">Vboxnet0</emphasis>, <emphasis
|
||
role="bold">Vboxnet1</emphasis>, <emphasis role="bold"
|
||
>Vboxnet2</emphasis> - are virtual networks setup up by virtual
|
||
box with your host machine. This is the way your host can
|
||
communicate with the virtual machines. These networks are in turn
|
||
used by virtual box VM’s for OpenStack networks, so that
|
||
OpenStack’s services can communicate with each other.</para>
|
||
<para><guilabel>Compute Node</guilabel></para>
|
||
<para> Start your Controller Node the one you setup in previous
|
||
section.</para>
|
||
<para><emphasis role="bold">Preparing Ubuntu
|
||
13.04/12.04</emphasis></para>
|
||
<itemizedlist>
|
||
<listitem>
|
||
<para>After you install Ubuntu Server, go in sudo mode</para>
|
||
<para>
|
||
<programlisting>$sudo su</programlisting>
|
||
</para>
|
||
</listitem>
|
||
<listitem>
|
||
<para>Add Grizzly repositories:</para>
|
||
<para><programlisting>#apt-get install ubuntu-cloud-keyring python-software-properties software-properties-common python-keyring
|
||
# echo deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/grizzly main >> /etc/apt/sources.list.d/grizzly.list </programlisting></para>
|
||
</listitem>
|
||
<listitem>
|
||
<para> Update your system: </para>
|
||
<para><programlisting>#apt-get update
|
||
#apt-get upgrade
|
||
#apt-get dist-upgrade</programlisting></para>
|
||
</listitem>
|
||
</itemizedlist>
|
||
<para>More Content To be Added soon.</para>
|
||
</chapter> |