RETIRED, Fuel Documentation
Go to file
Jenkins 77f6e13cfb Merge "known issues releated to murano for 4.1.1" into stable/4.1 2014-07-01 12:37:59 +00:00
_fonts changed images, added font configs 2013-08-05 18:16:41 +04:00
_images Move custom distro instructions out of core docs 2014-03-06 18:36:30 -08:00
_static Provide patches for NIC bond examples 2013-12-27 21:02:22 +04:00
_templates Fix Google Tag Manager script 2014-06-23 21:00:30 +00:00
contents Move custom distro instructions out of core docs 2014-03-06 18:36:30 -08:00
pages known issues releated to murano for 4.1.1 2014-06-11 12:15:35 -07:00
pdf Supported software, fixed issues 2014-06-09 19:46:39 -07:00
relnotes use 4.1.1 in release notes PDF file name 2014-06-10 12:15:02 -07:00
.gitignore Use SVG graphics in HTML docs 2013-12-11 17:27:32 -08:00
.gitreview Added .gitreview file which points to OpenStack gerrit 2013-12-10 12:01:28 +04:00
LICENSE updated for 3.1 2013-07-23 20:47:18 +04:00
Makefile Split the RelNotes content into a set of files 2014-01-02 06:38:25 +04:00
README.md Inkscape could be installed with apt 2014-01-31 17:59:50 +04:00
common_conf.py Supported software, fixed issues 2014-06-09 19:46:39 -07:00
conf.py Move common config params to a separate file 2013-12-09 23:58:12 +02:00
contents.rst Add OpenStack Patching Quick Reference Guide 2014-01-23 09:22:52 -08:00
eula.rst restructured the repository, fixed issue with PDF generation 2013-10-02 23:58:16 -07:00
frequently-asked-questions.rst Remove notes related to Puppet running on Fuel Master 2014-02-21 17:30:49 -08:00
index.rst use 4.1.1 in release notes PDF file name 2014-06-10 12:15:02 -07:00
install-guide.rst Adding sections on stop/reset features 2014-02-24 19:12:22 +04:00
openstack-patch-quick-ref.rst Add OpenStack Patching Quick Reference Guide 2014-01-23 09:22:52 -08:00
pre-install-guide.rst added Matt's changes for preinstall guide 2013-11-01 16:54:22 +04:00
reference-architecture.rst Move custom distro instructions out of core docs 2014-03-06 18:36:30 -08:00
release-notes.rst fix relnotes formatting and duplicate label 2014-03-04 19:58:26 -08:00
requirements.txt Cosmetics 2013-07-23 21:21:29 +04:00
user-guide.rst Move custom distro instructions out of core docs 2014-03-06 18:36:30 -08:00

README.md

Mirantis OpenStack Documentation

This repository contains the Mirantis OpenStack user and administrator guides. For more details, see the Mirantis OpenStack portal.

Contributing

We welcome all people who are interested in helping our Documentation team to improve our documentation. There are no formal membership requirements, so feel free to hop in. The best way to contibute is to fork our repository, do your changes and send us a Pull Request. You are invited to contribute any type of contribution like new ideas, testing, and even deployment scripts.

We also have an IRC channel at #fuel & #fuel-dev on irc.freenode.net where you can ask questions and give feedback.

Prerequisites

Sphinx Documentation Generator must be installed to build the documentation. Please note that easy_install is a component of Python's Setup Tools package, which is commonly an optional install on most distributions.

To get started, you need to install all necesasary tools:

sudo apt-get install git python-pip python-dev make imagemagick libjpeg-dev inkscape

Among other things that installs ImageMagick and Inkscape.

And Sphinx necessary extensions:

sudo pip install -r requirements.txt

In addition to these eggs you will need to install PlantUML

To install PlantUML run this wget process:

sudo wget \
http://sourceforge.net/projects/plantuml/files/plantuml.jar/download \
-O /sbin/plantuml.jar

PlantumUML requires java: sudo apt-get install openjdk-7-jre

We use Inkscape to edit SVG images and convert them to PDF but you may use any other SVG-capable tool you like. We're not picky.

Building

To build a guide in HTML format, go to its directory and then run the make command in that directory, like so:

make html

To generate the PDF file run this:

make pdf

You will find generated HTML documentation at:

_build/html

You will find generated PDF documentation at:

_build/pdf

To generate the Release Rotes PDF file run this:

make rnpdf

You will find generated Release Notes PDF at:

_build/pdf