package jitsu
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=2a62c386e9a7527c72133963be60c124445b85d8df56b5f14a1096beab13983b
md5=60f971b294bbb6609d18e794d99e5802
Description
Jitsu - or Just-in-Time Summoning of Unikernels - is a prototype DNS server that can boot unikernels on demand. When Jitsu receives a DNS query, a unikernel is booted automatically before the query response is sent back to the client. To the client it will look like it was on the whole time.
This version supports MirageOS and Rumprun unikernels and new backends to manage the unikernel VMs (libvirt, Xapi, libxl). Metadata and internal state is stored in Irmin and the DNS server is implemented on top of ocaml-dns.
Backends have to be installed separately. Currently supported libraries are xenctrl, xen-api-client and libvirt.
Jitsu is experimental software. Please report bugs in the bug tracker.
Published: 11 Nov 2015
Dependencies (25)
- alcotest
- libvirt
-
xen-api-client
= "0.9.10"
-
xenctrl
>= "0.9.29"
-
git
< "2.0.0"
-
irmin
>= "0.10.0" & <= "0.12.0"
-
irmin-unix
<= "0.12.0"
- uuidm
- vchan
-
conduit
< "0.16.0"
- ezxmlm
- ipaddr
- cmdliner
-
xenstore_transport
<= "0.9.2"
-
xenstore
<= "1.3.0"
- mirage-profile
- duration
-
mirage-kv-lwt
< "2.0.0"
- mirage-stack-lwt
-
mirage-time
< "2.0.0"
-
dns
>= "0.15.3" & < "1.0.0"
- lwt
-
camlp4
build
-
ocamlfind
build
- ocaml
Dev Dependencies
None
Used by (3)
Conflicts
None