Merge "Added more info into Templates section of UserGuide"

This commit is contained in:
Jenkins 2013-07-10 15:09:33 +00:00 committed by Gerrit Code Review
commit d6f6f96ba8
3 changed files with 5 additions and 13 deletions

View File

@ -1,12 +0,0 @@
Cluster templates
=================
Templates is an attempt to provide a simple unified mean of Hadoop cluster configuration.
See the wiki link for more details
`Read full specification here <https://wiki.openstack.org/wiki/Savanna/Templates>`_.
.. note::
Details of templates mechanism will be moved here once this functionality is is checked into repository.

View File

@ -48,7 +48,6 @@ Developer Guide
:maxdepth: 1
devref/plugins
devref/templates
devref/plugin.spi

View File

@ -31,6 +31,11 @@ templates have the very same parameters as corresponding entities. Their aim
is to remove burden of specifying all the required parameters each time user
wants to launch a cluster.
In the REST interface templates have extended functionality. First you can
specify node-scoped parameters here, they will work as a defaults for node
groups. Also with REST interface during cluster creation user can override
template parameters for both cluster and node groups.
Provisioning Plugins
--------------------