Service Commissioning Files
Service commissioning files are the foundation for defining and implementing services in Connectware. These files use YAML format to describe all the resources, configurations, and relationships that make up a service.
A service commissioning file serves as a blueprint for a service, detailing:
The resources required by the service (e.g., users, connections, containers)
Configuration parameters for each resource
Relationships and dependencies between resources
When you enable a service in Connectware, the system reads the service commissioning file and automatically sets up all specified resources according to the defined parameters.
Structure
Service commissioning files follow a structured format:
They begin with service metadata (name, description, etc.)
They list resources, each with its own set of parameters
They may include references between resources to establish relationships
The YAML format allows for a human-readable yet precise definition of complex service structures.
For more information, see Structure of Service Commissioning Files.
Usage
To use a service commissioning file:
Create the file following the required structure and syntax.
Upload the file to Connectware.
Enable the service to implement its defined resources.
In the following sections, we'll explore the structure of commissioning files in detail, including syntax, available resource types, and best practices for creating effective service definitions.
Last updated