MONROE-PROJECT / Scheduler

The MONROE scheduling server, and deployment daemon
https://www.monroe-project.eu/
0 stars 2 forks source link

NEAT TCP support #20

Closed jonakarl closed 5 years ago

jonakarl commented 5 years ago

Add support for running NEAT TCP experiments. All TCP traffic is routed via a "neat-proxy" that manipulates the traffic according to the policy set by the neat policymanager. The neat policy manager is listening on the metadata interface (default neat port).

The output of the proxy and the neatpolicymenager is saved in the folder "neat-proxy" in the experiment result directory.

The neat container uses the default metadata-exporter on the node (hence neat export support is neded).

The config of the metadata-exporter needs to have the follwoing confgi option set. : "neat": { "cib_socket": "/var/run/neat/neat_cib_socket" },