Making the xml OpenStack How To Guide build 73/15473/1
authorColin Dixon <colin@colindixon.com>
Wed, 18 Feb 2015 18:51:33 +0000 (12:51 -0600)
committerColin Dixon <colin@colindixon.com>
Wed, 18 Feb 2015 18:54:44 +0000 (12:54 -0600)
Change-Id: Ifcb9d97df0c8b9de1950017d024a924ff33590da
Signed-off-by: Colin Dixon <colin@colindixon.com>
manuals/howto-openstack/bk-howto-openstack.xml
manuals/howto-openstack/ch_install.xml
manuals/howto-openstack/pom.xml
manuals/howto-openstack/section_configure_fedora_images.xml
manuals/howto-openstack/section_create_multi_network.xml
manuals/howto-openstack/section_ovsdb_project.xml
manuals/pom.xml

index 01907e14bfe11ccdac5bb5fdf1b546469eb78f48..4cac127f4416ec5d9547b734fbbc829f507e5254 100644 (file)
@@ -5,8 +5,8 @@
   xmlns:svg="http://www.w3.org/2000/svg" xmlns:raxm="http://docs.rackspace.com/api/metadata"
   xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml"
   xmlns:db="http://docbook.org/ns/docbook">
-  <title>OpenDaylight User Guide</title>
-  <titleabbrev>End User Guide</titleabbrev>
+  <title>OpenDaylight OpenStack How To</title>
+  <titleabbrev>OpenDaylight OpenStack How To</titleabbrev>
   <info>
     <author>
       <personname><firstname/>
@@ -19,7 +19,7 @@
       <year>2014</year>
       <holder>Linux Foundation</holder>
     </copyright>
-    <releaseinfo>hydrogen</releaseinfo>
+    <releaseinfo>Lithium</releaseinfo>
     <productname>OpenDaylight</productname>
     <pubdate/>
     <legalnotice role="cc-by">
   </info>
   <xi:include href="ch_install.xml">
   </xi:include>
-  <xi:include href="section_ovsdb_project.xml">
-  </xi:include>
-      <xi:include href="section_configure_fedora_images.xml">
-      </xi:include>
-  <xi:include href="section_start_odl_controller.xml">
-  </xi:include>
-  <xi:include href="section_configure_devstack.xml">
-  </xi:include>
-  <xi:include href="section_configuring_openstack.xml">
-  </xi:include>
-  <xi:include href="section_verifying_openstack.xml">
-  </xi:include>
-  <xi:include href="section_create_multi_network.xml">
-  </xi:include>
-  <xi:include href="section_unstack_and_cleanup.xml">
-  </xi:include>
+  <chapter xmlns="http://docbook.org/ns/docbook"
+      xmlns:xi="http://www.w3.org/2001/XInclude"
+      xmlns:xlink="http://www.w3.org/1999/xlink"
+      xmlns:raxm="http://docs.rackspace.com/api/metadata" version="5.0"
+      xml:id="ch_openstack_howto">
+    <info>
+      <title>OpenDaylight OpenStack How To</title>
+    </info>
+    <xi:include href="section_ovsdb_project.xml">
+    </xi:include>
+    <xi:include href="section_configure_fedora_images.xml">
+    </xi:include>
+    <xi:include href="section_start_odl_controller.xml">
+    </xi:include>
+    <xi:include href="section_configure_devstack.xml">
+    </xi:include>
+    <xi:include href="section_configuring_openstack.xml">
+    </xi:include>
+    <xi:include href="section_verifying_openstack.xml">
+    </xi:include>
+    <xi:include href="section_create_multi_network.xml">
+    </xi:include>
+    <xi:include href="section_unstack_and_cleanup.xml">
+    </xi:include>
+  </chapter>
   <xi:include href="../common/app_support.xml"> 
   </xi:include>
 </book>
index aaf6e716a6536e7381c1b71be158bbab91a0fbb3..be3174cbe53e8f1ba066b12c7df2d5f00501dfdb 100644 (file)
     <para>The OpenDaylight Installation process is straight forward and self contained. OpenDaylight
         can be installed in your environment by using release archives, RPM, VirtualBox images or
         even via Docker containers. </para>
+    <!-- these xml files don't exist yet
     <?hard-pagebreak?>
-    <xi:include href="section_install_zip.xml"/> 
+    <xi:include href="section_install_zip.xml"/>
     <?hard-pagebreak?>
     <xi:include href="section_install_rpm.xml"/> 
     <?hard-pagebreak?>
     <xi:include href="section_install_virtualbox.xml"/> 
     <?hard-pagebreak?>
     <xi:include href="section_install_docker.xml"/> 
+    -->
 </chapter>
index 2c3d745394689fb824f63cce7d19a7fcc8df4194..b18462c6230f8db11cf232c8f628225e5cbdbe5f 100644 (file)
@@ -2,7 +2,7 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <groupId>org.opendaylight.integration</groupId>
+    <groupId>org.opendaylight.docs</groupId>
     <artifactId>manuals</artifactId>
     <version>0.1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
@@ -10,7 +10,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>opendaylight-howto-openstack</artifactId>
   <packaging>jar</packaging>
-  <name>OpenDaylight HowTo OpenStack</name>
+  <name>OpenDaylight Docs - Manuals - OpenStack How To</name>
   <properties>
     <!-- This is set by Jenkins according to the branch. -->
     <release.path.name>local</release.path.name>
@@ -24,7 +24,7 @@
       <plugin>
         <groupId>com.inocybe.api</groupId>
         <artifactId>sdndocs-maven-plugin</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.1.0</version>
 <!-- version is set in ../pom.xml file -->
         <executions>
           <!-- Configuration for OpenStack End User Guide -->
index 5ae7bf518195937e9d70848ec8df9d0e70121ca9..4be914f314a6dccbb5463a9af9aaed41a6f3bc74 100644 (file)
@@ -37,7 +37,7 @@ ODL-Devstack-Fedora19.ovf</command></screen>
         settings on the new network. Refer to the existing if unsure of the values to use. When
         complete the host OS should be able to reach the guest OS.<inlinemediaobject>
             <imageobject>
-                <imagedata fileref="VirtualBox-HostOnly-Networks.png"/>
+                <imagedata fileref="images/VirtualBox-HostOnly-Networks.png"/>
             </imageobject>
         </inlinemediaobject></para>
     <para>The second example is what the VirtualBox NIC setup can look like without have to deal
@@ -46,7 +46,7 @@ ODL-Devstack-Fedora19.ovf</command></screen>
         networks default gateway and get to the Inets as needed. With host only that is not the case
         but it is plenty to run the stack and integration.<inlinemediaobject>
             <imageobject>
-                <imagedata fileref="VirtualBox-HostOnly-Nics.png"/>
+                <imagedata fileref="images/VirtualBox-HostOnly-Nics.png"/>
             </imageobject>
         </inlinemediaobject></para>
     <para>Boot both guest VMs write down the four IP addresses from both NICs. You will primarily
index d651c208699286e40dc78135f1533f2a53a0d436..0e4a1c9d8a092779c8e06e2b9e91f7f3e0937b49 100644 (file)
@@ -50,7 +50,7 @@ nova boot --flavor m1.tiny --image $(nova image-list | grep $IMAGE'\s' | awk '{p
         <title>Horizon-OpenDaylight-e1392513990486.jpg</title>
         <mediaobject>
             <imageobject>
-                <imagedata fileref="../../../../Horizon-OpenDaylight-e1392513990486.jpg"/>
+                <imagedata fileref="images/Horizon-OpenDaylight-e1392513990486.jpg"/>
             </imageobject>
         </mediaobject>
     </figure>
index 7b708379e073713f99b312218846ff7895d037e0..8e9b0131fcbe51b3a5fe113b594e7d00ff8ea847 100644 (file)
@@ -23,7 +23,7 @@
         open operating systems):</para>
     <para><inlinemediaobject>
             <imageobject>
-                <imagedata fileref="../../../../Overlay-OpenDaylight-OVSDB-OpenFlow.png"/>
+                <imagedata fileref="images/Overlay-OpenDaylight-OVSDB-OpenFlow.png"/>
             </imageobject>
         </inlinemediaobject></para>
     <para>The provider segmentation keys used in the encap (GRE key/VNI) is a hash of Network and
@@ -36,7 +36,7 @@
         the controller project and OpenStack:</para>
     <para><inlinemediaobject>
             <imageobject>
-                <imagedata fileref="../../../../OVSDB-Architecture.png"/>
+                <imagedata fileref="images/OVSDB-Architecture.png"/>
             </imageobject>
         </inlinemediaobject></para>
   </section>
index 4cac6a456833c9fa7355acb16ce8e7378695155d..ae9efaf8dbe118273c777a3500671ece1b5ba7fd 100644 (file)
@@ -30,6 +30,7 @@
     <module>developers-guide</module>
     <module>operations-guide</module>
     <module>user-guide</module>
+    <module>howto-openstack</module>
   </modules>
 
 </project>