Merge lp:~annegentle/openstackbook/minoredits into lp:openstackbook/trunk

Proposed by Anne Gentle
Status: Merged
Approved by: Kiran Murari
Approved revision: 8
Merged at revision: 8
Proposed branch: lp:~annegentle/openstackbook/minoredits
Merge into: lp:openstackbook/trunk
Diff against target: 44 lines (+12/-4)
2 files modified
Installation.xml (+9/-2)
Role.xml (+3/-2)
To merge this branch: bzr merge lp:~annegentle/openstackbook/minoredits
Reviewer Review Type Date Requested Status
Kiran Murari (community) Approve
Review via email: mp+76483@code.launchpad.net

Description of the change

Just a few minor fixes based on Doc Blitz comments. Next set of revisions will be oriented toward Diablo.

To post a comment you must log in.
Revision history for this message
Kiran Murari (kiranm) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Installation.xml'
2--- Installation.xml 2011-09-20 09:30:11 +0000
3+++ Installation.xml 2011-09-21 21:48:23 +0000
4@@ -2,7 +2,12 @@
5 <title>Installation and Configuration</title>
6 <section xml:id="Introduction-d1e390">
7 <title>Introduction</title>
8-<para>The following section describes how to set up a minimal cloud infrastructure based on OpenStack using 3 machines. These machines are referred to in this and subsequent chapters as Server1 and Server2 and Client1. Server1 runs all the 7 components of Nova as well as Glance and OpenStack dashboard. Server2 runs only nova-compute. Since OpenStack components follow a shared-nothing policy, each component or any group of components can be installed on any server.</para>
9+<para>The following section describes how to set up a minimal cloud infrastructure based on
10+ OpenStack using 3 machines. These machines are referred to in this and subsequent chapters as
11+ Server1 and Server2 and Client1. Server1 runs all the components of Nova as well as Glance and
12+ OpenStack dashboard. Server2 runs only nova-compute. Since OpenStack components follow a
13+ shared-nothing policy, each component or any group of components can be installed on any
14+ server.</para>
15
16 <para>Client1 is not a required component. In our sample setup, it is used for bundling images, as a client to the web interface, and to run euca commands to manage the infrastructure. Having this client ensures that you do not need to meddle with the servers for tasks such as bundling. Also, bundling of Desktop Systems including Windows will require a GUI and it is better to have a dedicated machine for this purpose. We would recommend this machine to be VT-Enabled so that KVM can be run which allows for Windows VMs during image creation for bundling.</para>
17 <para>
18@@ -73,7 +78,9 @@
19 </section>
20 <section xml:id="Server1-d1e537">
21 <title>Server1</title>
22- <para>As shown in the figure above, Server1 contains all nova- services including nova-compute, nova-api, nova-volume, nova-network, nova-objectstore as well as the Image Service Glance and the Dashboard. </para>
23+ <para>As shown in the figure above, Server1 contains all nova- services including nova-compute,
24+ nova-api, nova-volume, nova-network, nova-objectstore as well as the Image Service Glance and the
25+ Dashboard. It contains two Network Interface Cards (NICs)</para>
26 <section xml:id="Base_OS-d1e542">
27 <title>Base OS</title>
28 <para>Boot the server off the Ubuntu server 11.04 CD. At the graphical menu select Install Ubuntu server and proceed with basic installation steps.
29
30=== modified file 'Role.xml'
31--- Role.xml 2011-08-10 18:06:53 +0000
32+++ Role.xml 2011-09-21 21:48:23 +0000
33@@ -15,8 +15,9 @@
34 </section>
35 <section xml:id="IT_security_itsec_-d1e2188">
36 <title>IT security(itsec)</title>
37-<para>This is a global role. It permits role holders to quarantine instances.
38-Project Manager (projectmanager)</para>
39+<para>This is a global role. It permits role holders to quarantine instances.</para></section>
40+ <section xml:id="projectmanager-d1b4209">
41+ <title>Project Manager (projectmanager)</title>
42
43 <para>This is the default role for project owners. It permits the following tasks:</para>
44 <itemizedlist>

Subscribers

People subscribed via source and target branches