Skip to content

Work TODO

rkapl edited this page Sep 3, 2017 · 31 revisions

Improve support for services provided by orchestrator

For example DHCP (there is already an example how to do it manually), internet access gw or load balancer. Think of a better support for this use case. We do not need to know how to create those services, just provide better integration.

One example would be to add a hook to a lsdn_settings that will setup the service for the given network, by calling the orchestrator's script. So let's say for DHCP you would say that for a given network type you want to setup a virt connected to a network namespace and run a DHCP setup script in it. Script will be provided by either orchestrator or us as an example. Naturally, the API can be changed if you come up with a better way to server the usecase.

Also provide the example scripts for DHCP in network namespace, internet gateway services and also for network namespaces and virtual machines (let's say using libvirt).

Clone this wiki locally