Connect can be configuration and customized using configuration files and templates:

  • Topologies

  • Hardware/vendors

  • Allocation Policies

  • UNI Resolvers

  • Naming conventions

  • Etc.

The connect module will load its configuration from a file named connect-config.yaml, which should be located in the files folder of the project using this module. The project’s structure is depicted as below:

connect-project/
├── files
│   └── connect-config.yaml
├── libs
│   └── connect/
├── main.cf
└── project.yml