package current-albatross-deployer

  1. Overview
  2. Docs

Source file current_albatross_deployer.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
let () = Vmm_core.set_tmpdir (Fpath.v "/run/albatross")

module Unikernel = Unikernel
module Config = Config
module Deployed = Albatross_deploy.Deployed
module Info = Albatross_monitor.Info
module Port = Publish.Port
module Published = Publish.Published

let get_ip = Ip.get_ip
let publish = Publish.publish
let deploy_albatross = Albatross_deploy.deploy_albatross
let monitor = Albatross_monitor.monitor
let is_running = Albatross_monitor.is_running
let collect = Collect.collect