albatross/app
Hannes Mehnert 182e2ae10c policies:
vmmc now has more subcommands
  - policy [-n name] returns all policies in name and below
  - add_policy [-n name] [--cpu cpuid] [--mem mem] [--bridge bridge] [--block size] adds a policy
  - remove [-n name] removes policy at name

policy is just the same which is in vmm_req_delegation, and vmm_resources now check them:
- you cannot insert a subpolicy violating the prefix
- you cannot insert a policy which would forbid current resource usage
- you cannot insert a policy with which any subpolicy would be invalid
- you can adjust (increase/decrease) a policy if the above invariants are kept

implement "force create" directly in vmmd: much nicer to
 - check resource constraints,
 - kill vm potentially,
 - and create a new vm,
all as single transaction.
2018-10-26 21:29:59 +02:00
..
vmm_client.ml wip, vmmc and vmmd talk with each other! 2018-09-09 20:52:04 +02:00
vmm_console.ml console fifos in separate directory 2018-10-07 01:24:33 +00:00
vmm_influxdb_stats.ml vmm_influxdb: if there are no vmm stats, don\t report them 2018-09-30 12:13:24 +02:00
vmm_log.ml remove naming struggle in vm_config and Log.hdr 2018-10-26 21:29:59 +02:00
vmm_prometheus_stats.ml vmm_influxdb_stats: proper error handling 2018-05-02 15:36:53 +02:00
vmm_tls_endpoint.ml less is more, also unify default socket paths 2018-09-19 21:53:18 +02:00
vmmc.ml policies: 2018-10-26 21:29:59 +02:00
vmmd.ml policies: 2018-10-26 21:29:59 +02:00