Template
The deploy_order
attribute influences the order of template deployment, where a template with a lower number will always be deployed before a template with a higher number. This flag is only relevant for Terraform.
Location in GUI:
Application Management
» Schemas
Diagram
Classes
templates (ndo.schemas)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,64}$ | No | |
type | Choice | multi_site , autonomous | No | multi_site |
tenant | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
sites | List | String | No | |
deploy_order | Integer | min: 1 , max: 3 | No |
Examples
ndo:
schemas:
- name: ABC
templates:
- name: TEMPLATE1
tenant: MSO1
sites:
- APIC1