Structure of the commissioning fileΒΆ

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.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
---
version: "version number"

description: >
  "string"

metadata:
  "commissioning file metadata"

parameters:
  "set of parameters"

definitions:
  "set of definitions for file internal use"

resources:
  "set of resources"