[cloud-guide] Update the introduction to mention IaaS/PaaS/SaaS, as well as shift the Images chapter to later in t

Jared Smith jsmith at fedoraproject.org
Fri Sep 9 23:13:40 UTC 2011


commit ecaf0a3d8dcd7cb9c42280adf7545c9e56b649d5
Author: Jared K. Smith <jsmith at fedoraproject.org>
Date:   Fri Sep 9 19:10:49 2011 -0400

    Update the introduction to mention IaaS/PaaS/SaaS, as well as shift the Images chapter to later in the book

 en-US/Cloud_Guide.xml  |    5 ++++-
 en-US/Introduction.xml |   24 ++++++++++++++++++++++--
 2 files changed, 26 insertions(+), 3 deletions(-)
---
diff --git a/en-US/Cloud_Guide.xml b/en-US/Cloud_Guide.xml
index 48d9834..979f303 100644
--- a/en-US/Cloud_Guide.xml
+++ b/en-US/Cloud_Guide.xml
@@ -9,7 +9,6 @@
 	<chapter>
 		<title>Cloud Concepts</title>
         	<xi:include href="Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        	<xi:include href="Images.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	</chapter>
 	<chapter>
 		<title>Using Fedora in the Cloud</title>
@@ -41,6 +40,10 @@
 		</section> 
 	</chapter>
 	<chapter>
+		<title>Using Fedora to Create Cloud Images</title>
+                <xi:include href="Images.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	</chapter>
+	<chapter>
 		<title>Storage in the Cloud</title>
                 <xi:include href="Ceph.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	</chapter>
diff --git a/en-US/Introduction.xml b/en-US/Introduction.xml
index 97dd063..e59cf03 100644
--- a/en-US/Introduction.xml
+++ b/en-US/Introduction.xml
@@ -1,9 +1,29 @@
 <?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 <!ENTITY % BOOK_ENTITIES SYSTEM "cloud-guide.ent">
 %BOOK_ENTITIES;
 ]>
 <section id="sect-cloud-guide-Introduction">
         <title>An Introduction into Cloud Services using Fedora</title>
-	<para></para>
+	<para/>
+	<section>
+		<title>What is Cloud Computing</title>
+		<para>Pardon the pun, but "the cloud" is a nebulous term.  When well-meaning people talk about cloud computing, they are often talking about one of many difference scenarios.  In this section, we'll explore using Fedora and various aspects of cloud computing.</para>
+	</section>
+	<section>
+		<title>Types of Cloud Services</title>
+		<para>There are various types of cloud services:</para>
+	</section>
+	<section>
+		<title>Infrastructure as a Service</title>
+		<para/>
+	</section>
+	<section>
+		<title>Platform as a Service</title>
+		<para/>
+	</section>
+	<section>
+		<title>Software as a Service</title>
+		<para/>
+	</section>
 </section>


More information about the docs-commits mailing list