Structure of Service Commissioning Files
A commissioning file is a YAML-formatted text file that describes your Cybus on-premise infrastructure.
The following example shows the commissioning file structure and its sections, with the most important section being the resources.
---
version: "version number"
description: >
"string"
metadata:
<strong> "commissioning file metadata"
</strong>
parameters:
"set of parameters"
definitions:
<strong> "set of definitions for file internal use"
</strong>
resources:
"set of resources"
Last updated
Was this helpful?