Skip to main content
Version: 0.4.0

Descriptor Schema

warning

The format of Trial Network Descriptors has not been finalized and is expected to change in the future.

Trial Network Descriptors are yaml files with a set of expected fields and with the following structure:

trial_network: # Mandatory, contains the description of all entities in the Trial Network
type-name: # Mandatory, entity name. Unique identifier for each entity in the Trial Network
type: # Mandatory, 6G-Library component type
name: # Mandatory, custom name. Not use character \- or \. Exclude components tn_init, tn_bastion and tn_vxlan
debug: # Optional, param to debug component in Jenkins. Possible values true or false
dependencies: # Mandatory, list of dependencies of the component with other components
- type-name
- ...
input: # Mandatory, dictionary with the variables collected from the input part of the 6G-Library
key: value

This repository contains some advanced descriptors. Access the documentation to see what is defined in each of them.

note

Each component in the 6G-Library has a descriptor and a readme defined to understand how it works.