The configuration file [/qconfgen/templateCreate/templateCreate.clab_vars.yaml](https://code.fbi.h-da.de/danet/quant/-/blob/12-create-a-config-generator-to-be-able-to-easily-create-topologies/qconfgen/templateCreate/templateCreate.clab_vars.yaml), defines what the generator should do. Most of the values do not need to be changed usually.
The configuration file [/qconfgen/templateCreate/templateCreate.clab_vars.yaml](https://code.fbi.h-da.de/danet/quant/-/blob/12-create-a-config-generator-to-be-able-to-easily-create-topologies/qconfgen/templateCreate/templateCreate.clab_vars.yaml), defines what the generator should do. Most of the values do not need to be changed usually.
A default configuration file is provided [/qconfgen/templateCreate/templateCreate_default.clab_vars-yaml](https://code.fbi.h-da.de/danet/quant/-/blob/12-create-a-config-generator-to-be-able-to-easily-create-topologies/templateCreate/templateCreate_default.clab_vars.yaml) that defines a simple example configuration. Its content can be copied into the above file, or it can be used with the `-config` flag .
A default configuration file is provided [/qconfgen/templateCreate/templateCreate_default.clab_vars.yaml](https://code.fbi.h-da.de/danet/quant/-/blob/12-create-a-config-generator-to-be-able-to-easily-create-topologies/qconfgen/templateCreate/templateCreate_default.clab_vars.yaml) that defines a simple example configuration. Its content can be copied into the above file, or it can be used with the `-config` flag .
The value `ekms.num` can be changed for a different number of EKMS. Setting the `-ekms` flag overwrites this value.
The value `ekms.num` can be changed for a different number of EKMS. Setting the `-ekms` flag overwrites this value.
...
@@ -89,4 +89,4 @@ There are different ways to generate peer connections between two EKMS. Availabl
...
@@ -89,4 +89,4 @@ There are different ways to generate peer connections between two EKMS. Availabl
## Misc
## Misc
The `README_old.md` file (in German) may have more information, but does not represent the current state of the project.
The [README_old.md](https://code.fbi.h-da.de/danet/quant/-/blob/12-create-a-config-generator-to-be-able-to-easily-create-topologies/qconfgen/README_old.md) file (in German) may have more information, but does not represent the current state of the project.