Context
The context of infra within the schema tree is shown. Italicised links are to other pages.
node-type choice infra deployment-config:infra-virtual-machine-pool (in infra-vmpool-config.yaml) deployment-id site-id node-type-suffix virtual-machines list vm-id
Configure infrastructure node(s).
infra-virtual-machine-pool
The infrastructure node virtual machine pool.
This node and its descendants are configured in infra-vmpool-config.yaml.
Container Structure
deployment-id
The deployment identifier. Used to form a unique VM identifier within the VM host.
| 
 | 
 This value should never be changed for an existing live deployment. The deployment must be deleted and redeployed for a change to this value to take effect.  | 
This node is mandatory.
Type deployment-id-type
- Description
 - 
Deployment identifier type. May only contain upper and lower case letters 'a' through 'z', the digits '0' through '9' and hyphens. Must be between 1 and 20 characters in length, inclusive.
 - Value
 - 
a string with length 0 or more matching
[a-zA-Z0-9-]{1,20} 
site-id
Site ID for the site that this VM pool is a part of.
| 
 | 
 This value should never be changed for an existing live deployment. The deployment must be deleted and redeployed for a change to this value to take effect.  | 
This node is mandatory.
Type site-id-type
- Description
 - 
Site identifier type. Must be the letters DC followed by one or more digits 0-9.
 - Value
 - 
a string with length 0 or more matching
DC[0-9]+ 
node-type-suffix
Suffix to add to the node type when deriving the group identifier. Should normally be left blank.
| 
 | 
 This value should never be changed for an existing live deployment. The deployment must be deleted and redeployed for a change to this value to take effect.  | 
Type node-type-suffix-type
- Description
 - 
Node type suffix type. May only contain upper and lower case letters 'a' through 'z' and the digits '0' through '9'. May be empty.
 - Value
 - 
a string with length 0 or more matching
[a-zA-Z0-9]* - Default value
 - 
''
 
virtual-machines list
Configured virtual machines.
| 
 | 
 This list should not have entries added or removed for an existing live deployment. The deployment must be deleted and redeployed for a change to this list to take effect.  | 
vm-id
The unique virtual machine identifier.
| 
 | 
 This value should never be changed for an existing live deployment. The deployment must be deleted and redeployed for a change to this value to take effect.  | 
This node is mandatory.
Type string
- Value
 - 
a string
 
