diff --git a/doc/source/getting_started/on_fedora.rst b/doc/source/getting_started/on_fedora.rst index 05e0228a38..b5e9974176 100644 --- a/doc/source/getting_started/on_fedora.rst +++ b/doc/source/getting_started/on_fedora.rst @@ -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 `_ 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 +`_ 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 +`_ Heat will be installed by +default. diff --git a/doc/source/getting_started/on_ubuntu.rst b/doc/source/getting_started/on_ubuntu.rst index 1d9e7aac16..a0e6a7f5db 100644 --- a/doc/source/getting_started/on_ubuntu.rst +++ b/doc/source/getting_started/on_ubuntu.rst @@ -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 `_ 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 ` available. diff --git a/doc/source/index.rst b/doc/source/index.rst index 569e5a48e3..8038d1f1f9 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 ==================