Merge "Organise doc links for Operating Heat"

This commit is contained in:
Jenkins 2015-10-07 00:43:55 +00:00 committed by Gerrit Code Review
commit 0f2359549c
3 changed files with 33 additions and 37 deletions

View File

@ -11,22 +11,21 @@
License for the specific language governing permissions and limitations
under the License.
Getting Started With Heat on Fedora
===================================
Installing OpenStack and Heat on RHEL/Fedora/CentOS
---------------------------------------------------
Installing OpenStack and Heat on Fedora
---------------------------------------
Go to the `OpenStack Documentation <http://docs.openstack.org/>`_ for
the latest version of the Installation Guide for Red Hat Enterprise
Linux, CentOS and Fedora which includes a chapter on installing the
Orchestration module (Heat).
Heat requires an OpenStack release of Grizzly or newer, but bear in mind that Grizzly is EOL. The current stable release_ is, of course, recommended.
There are instructions for `installing the RDO OpenStack distribution
<https://www.rdoproject.org/Quickstart>`_ on Fedora and CentOS.
.. _release: https://wiki.openstack.org/wiki/Releases
If installing with packstack, you can install heat by specifying
``--os-heat-install=y`` in your packstack invocation, or setting
``CONFIG_HEAT_INSTALL=y`` in your anwsers file.
Instructions for installing the RDO OpenStack distribution on Fedora are available at ``http://openstack.redhat.com/Quickstart``
Instructions for installing Heat on RDO are also available at ``http://openstack.redhat.com/Docs``
Alternatively, if you require a development environment not a package-based install, the suggested method is devstack, see instructions at :doc:`on_devstack`
Example Templates
-----------------
Check out the example templates at ``https://github.com/openstack/heat-templates``. Here you can view example templates which will work with several Fedora versions.
If installing with `RDO-Manager
<https://www.rdoproject.org/RDO-Manager>`_ Heat will be installed by
default.

View File

@ -11,13 +11,13 @@
License for the specific language governing permissions and limitations
under the License.
Getting Started With Heat on Ubuntu
===================================
Installing Heat on Ubuntu
-------------------------
Heat is packaged for Debian, and Ubuntu (from 13.10)
Alternatively, if you require a development environment not a package-based install, the suggested method is devstack, see instructions at :doc:`on_devstack`
Go to the `OpenStack Documentation <http://docs.openstack.org/>`_ for
the latest version of the Installation Guide for Ubuntu which includes a
chapter on installing the Orchestration module (Heat).
Example Templates
-----------------
Check out the example templates at ``https://github.com/openstack/heat-templates``.
There is a `Juju Charm for Heat <https://jujucharms.com/heat/>` available.

View File

@ -54,20 +54,23 @@ Using Heat
templates/index
glossary
Man Pages
=========
Operating Heat
==============
.. toctree::
:maxdepth: 2
man/index
Developers Documentation
========================
.. toctree::
:maxdepth: 1
getting_started/index
getting_started/on_fedora
getting_started/on_ubuntu
scale_deployment
man/index
Developing Heat
===============
.. toctree::
:maxdepth: 1
getting_started/on_devstack
architecture
pluginguide
schedulerhints
@ -81,12 +84,6 @@ API Documentation
.. _`Heat REST API Reference (OpenStack API Complete Reference - Orchestration)`: http://api.openstack.org/api-ref-orchestration-v1.html
Operations Documentation
========================
.. toctree::
:maxdepth: 1
scale_deployment
Code Documentation
==================