Software AG Command Central 10.2 | Automation and Template-based Provisioning | Using Composite Templates | Understanding the Composite Template Definition
 
Understanding the Composite Template Definition
 
Environments
Layers
Templates
Migration
Provision
Nodes
Repositories
Actions
A composite template uses a custom domain-specific language (DSL) and a template definition in the YAML format. For more information about the YAML format, see the YAML documentation. The YAML template definition file is always named “template.yaml” and located at the root level in the composite template zip archive.
Each composite template is defined with a template alias that is unique for the Command Central environment. The only valid characters in a template alias are ASCII characters, numbers, underscore (_), dot (.), and a hyphen (-).
The template declaration in the template.yaml file consists of the template alias, the DSL version, and an optional description and version fields. The description is short and usually states the purpose of the template. You can optionally specify a version parameter, based on user-defined versions of the updates to the template definition file. For example:
alias: template1    
description: |    
    This is a basic template    
    with a description.
dslVersion: 1.1
version: 0.1
Important: Beginning with Command Central 10.2, the version of the DSL is 1.1. Note that some of the instructions and parameters included in DSL version 1.1 are not supported by the earlier versions of the DSL. Command Central 10.1 and lower uses DSL version 1.0.
The following topics describe the syntax and structure of a composite template definition. See also the Reference Template DSL Definition topic in the Command Central online help.

Copyright © 2013-2018 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Innovation Release