From 347724780ac0c8fbf7e8437620b576c8038e676e Mon Sep 17 00:00:00 2001 From: Lana Brindley Date: Fri, 8 Aug 2014 22:20:52 +1000 Subject: [PATCH] Creation of book structure for Networking Guide Change-Id: Ib4aab29234654946afe42dfe31a96fe3f4a55cdc --- doc/local-files.html | 5 ++ doc/networking-guide/bk-networking.xml | 65 +++++++++++++++ doc/networking-guide/ch_advanced.xml | 16 ++++ doc/networking-guide/ch_debugging.xml | 16 ++++ doc/networking-guide/ch_deployment.xml | 16 ++++ doc/networking-guide/ch_intro.xml | 20 +++++ .../ch_networking-architecture.xml | 16 ++++ .../ch_networking-data-model.xml | 20 +++++ doc/networking-guide/ch_plugins.xml | 16 ++++ doc/networking-guide/ch_scalability-HA.xml | 16 ++++ doc/networking-guide/pom.xml | 79 +++++++++++++++++++ doc/networking-guide/roadmap.rst | 8 ++ doc/pom.xml | 1 + 13 files changed, 294 insertions(+) create mode 100644 doc/networking-guide/bk-networking.xml create mode 100644 doc/networking-guide/ch_advanced.xml create mode 100644 doc/networking-guide/ch_debugging.xml create mode 100644 doc/networking-guide/ch_deployment.xml create mode 100644 doc/networking-guide/ch_intro.xml create mode 100644 doc/networking-guide/ch_networking-architecture.xml create mode 100644 doc/networking-guide/ch_networking-data-model.xml create mode 100644 doc/networking-guide/ch_plugins.xml create mode 100644 doc/networking-guide/ch_scalability-HA.xml create mode 100644 doc/networking-guide/pom.xml create mode 100644 doc/networking-guide/roadmap.rst diff --git a/doc/local-files.html b/doc/local-files.html index 84ca4b825f..09a21d56c7 100644 --- a/doc/local-files.html +++ b/doc/local-files.html @@ -93,6 +93,11 @@ High Availability Guide +
+ + Networking Guide + +
Virtual Machine Image Guide diff --git a/doc/networking-guide/bk-networking.xml b/doc/networking-guide/bk-networking.xml new file mode 100644 index 0000000000..d5c7b0a8db --- /dev/null +++ b/doc/networking-guide/bk-networking.xml @@ -0,0 +1,65 @@ + + + OpenStack Networking Guide + + Networking Guide + + + + + + + + OpenStack Foundation + + + + 2014 + OpenStack Foundation + + current + OpenStack + + + + Copyright details are filled in by the template. + + + + + Remaining licensing details are filled in by the template. + + + + OpenStack offers open source software for cloud administrators to manage and + troubleshoot an OpenStack cloud. + + + + + 2014-08-08 + + + + Creation of document. + + + + + + + + + + + + + + + + + + + diff --git a/doc/networking-guide/ch_advanced.xml b/doc/networking-guide/ch_advanced.xml new file mode 100644 index 0000000000..139c985902 --- /dev/null +++ b/doc/networking-guide/ch_advanced.xml @@ -0,0 +1,16 @@ + + + Advanced configuration options + + Bacon ipsum dolor sit amet biltong meatloaf andouille, turducken + bresaola pork belly beef ribs ham hock capicola tail prosciutto + landjaeger meatball pork loin. Swine turkey jowl, porchetta doner + boudin meatloaf. Shoulder capicola prosciutto, shank landjaeger short + ribs sirloin turducken pork belly boudin frankfurter chuck. Salami + shankle bresaola cow filet mignon ham hock shank. + + diff --git a/doc/networking-guide/ch_debugging.xml b/doc/networking-guide/ch_debugging.xml new file mode 100644 index 0000000000..e29c7b62fc --- /dev/null +++ b/doc/networking-guide/ch_debugging.xml @@ -0,0 +1,16 @@ + + + Debugging + + Bacon ipsum dolor sit amet biltong meatloaf andouille, turducken + bresaola pork belly beef ribs ham hock capicola tail prosciutto + landjaeger meatball pork loin. Swine turkey jowl, porchetta doner + boudin meatloaf. Shoulder capicola prosciutto, shank landjaeger short + ribs sirloin turducken pork belly boudin frankfurter chuck. Salami + shankle bresaola cow filet mignon ham hock shank. + + diff --git a/doc/networking-guide/ch_deployment.xml b/doc/networking-guide/ch_deployment.xml new file mode 100644 index 0000000000..e354052fb3 --- /dev/null +++ b/doc/networking-guide/ch_deployment.xml @@ -0,0 +1,16 @@ + + + Deployment + + Bacon ipsum dolor sit amet biltong meatloaf andouille, turducken + bresaola pork belly beef ribs ham hock capicola tail prosciutto + landjaeger meatball pork loin. Swine turkey jowl, porchetta doner + boudin meatloaf. Shoulder capicola prosciutto, shank landjaeger short + ribs sirloin turducken pork belly boudin frankfurter chuck. Salami + shankle bresaola cow filet mignon ham hock shank. + + diff --git a/doc/networking-guide/ch_intro.xml b/doc/networking-guide/ch_intro.xml new file mode 100644 index 0000000000..ebcde72038 --- /dev/null +++ b/doc/networking-guide/ch_intro.xml @@ -0,0 +1,20 @@ + + +%openstack; +]> + + Introduction to networking + + Bacon ipsum dolor sit amet biltong meatloaf andouille, turducken + bresaola pork belly beef ribs ham hock capicola tail prosciutto + landjaeger meatball pork loin. Swine turkey jowl, porchetta doner + boudin meatloaf. Shoulder capicola prosciutto, shank landjaeger short + ribs sirloin turducken pork belly boudin frankfurter chuck. Salami + shankle bresaola cow filet mignon ham hock shank. + + diff --git a/doc/networking-guide/ch_networking-architecture.xml b/doc/networking-guide/ch_networking-architecture.xml new file mode 100644 index 0000000000..b6e5ced079 --- /dev/null +++ b/doc/networking-guide/ch_networking-architecture.xml @@ -0,0 +1,16 @@ + + + Networking architecture + + Bacon ipsum dolor sit amet biltong meatloaf andouille, turducken + bresaola pork belly beef ribs ham hock capicola tail prosciutto + landjaeger meatball pork loin. Swine turkey jowl, porchetta doner + boudin meatloaf. Shoulder capicola prosciutto, shank landjaeger short + ribs sirloin turducken pork belly boudin frankfurter chuck. Salami + shankle bresaola cow filet mignon ham hock shank. + + diff --git a/doc/networking-guide/ch_networking-data-model.xml b/doc/networking-guide/ch_networking-data-model.xml new file mode 100644 index 0000000000..2651fbaf07 --- /dev/null +++ b/doc/networking-guide/ch_networking-data-model.xml @@ -0,0 +1,20 @@ + + +%openstack; +]> + + Networking data model + + Bacon ipsum dolor sit amet biltong meatloaf andouille, turducken + bresaola pork belly beef ribs ham hock capicola tail prosciutto + landjaeger meatball pork loin. Swine turkey jowl, porchetta doner + boudin meatloaf. Shoulder capicola prosciutto, shank landjaeger short + ribs sirloin turducken pork belly boudin frankfurter chuck. Salami + shankle bresaola cow filet mignon ham hock shank. + + diff --git a/doc/networking-guide/ch_plugins.xml b/doc/networking-guide/ch_plugins.xml new file mode 100644 index 0000000000..8e5483a758 --- /dev/null +++ b/doc/networking-guide/ch_plugins.xml @@ -0,0 +1,16 @@ + + + Plugins + + Bacon ipsum dolor sit amet biltong meatloaf andouille, turducken + bresaola pork belly beef ribs ham hock capicola tail prosciutto + landjaeger meatball pork loin. Swine turkey jowl, porchetta doner + boudin meatloaf. Shoulder capicola prosciutto, shank landjaeger short + ribs sirloin turducken pork belly boudin frankfurter chuck. Salami + shankle bresaola cow filet mignon ham hock shank. + + diff --git a/doc/networking-guide/ch_scalability-HA.xml b/doc/networking-guide/ch_scalability-HA.xml new file mode 100644 index 0000000000..603d7edaf7 --- /dev/null +++ b/doc/networking-guide/ch_scalability-HA.xml @@ -0,0 +1,16 @@ + + + Scalability and high availability + + Bacon ipsum dolor sit amet biltong meatloaf andouille, turducken + bresaola pork belly beef ribs ham hock capicola tail prosciutto + landjaeger meatball pork loin. Swine turkey jowl, porchetta doner + boudin meatloaf. Shoulder capicola prosciutto, shank landjaeger short + ribs sirloin turducken pork belly boudin frankfurter chuck. Salami + shankle bresaola cow filet mignon ham hock shank. + + diff --git a/doc/networking-guide/pom.xml b/doc/networking-guide/pom.xml new file mode 100644 index 0000000000..7822fd8fec --- /dev/null +++ b/doc/networking-guide/pom.xml @@ -0,0 +1,79 @@ + + + + org.openstack.docs + parent-pom + 1.0.0-SNAPSHOT + ../pom.xml + + 4.0.0 + openstack-networking-guide + jar + OpenStack Networking Guide + + + + 0 + + + + + + + + com.rackspace.cloud.api + clouddocs-maven-plugin + + + + generate-webhelp + + generate-webhelp + + generate-sources + + + 0 + os-networking-guide + 1 + UA-17511903-1 + + appendix toc,title + article/appendix nop + article toc,title + book toc,title,figure,table,example,equation + chapter toc,title + section toc + part toc,title + qandadiv toc + qandaset toc + reference toc,title + set toc,title + + + 0 + 1 + 0 + networking-guide + networking-guide + + + + + + true + . + + bk-networking.xml + + http://docs.openstack.org/networking-guide/content + ${basedir}/../glossary/glossary-terms.xml + openstack + 0 + + + + + diff --git a/doc/networking-guide/roadmap.rst b/doc/networking-guide/roadmap.rst new file mode 100644 index 0000000000..247f4a2f9b --- /dev/null +++ b/doc/networking-guide/roadmap.rst @@ -0,0 +1,8 @@ +Roadmap for Networking Guide +----------------------------- + +This file is stored with the source to offer ideas for what to work on. +Put your name next to a task if you want to work on it and put a WIP +review up on review.openstack.org. + +TBD diff --git a/doc/pom.xml b/doc/pom.xml index ec343e9659..1d18bbd694 100644 --- a/doc/pom.xml +++ b/doc/pom.xml @@ -18,6 +18,7 @@ high-availability-guide image-guide install-guide + networking-guide user-guide user-guide-admin