Add docs about template portability.

Partially-Implements: bp portable-node-group-and-cluster-templates

Change-Id: Iaef30a5309c79b56d430022f5bf098473f9c3a3c
This commit is contained in:
Iwona Kotlarska 2017-09-01 14:58:21 +02:00
parent e8d071a8fb
commit 8735c26d86

View File

@ -36,6 +36,11 @@ specify node-scoped parameters here, they will work as defaults for node
groups. Also with the REST interface, during cluster creation a user can
override template parameters for both cluster and node groups.
Templates are portable - they can be exported to JSON files and imported
later either on the same deployment or on another one. To import an exported
template, replace the placeholder values with appropriate ones. This can be
accomplished easily through the CLI or UI, or be done manually.
Provisioning Plugins
--------------------