albatross/provision
Hannes Mehnert bb61388cfc new permission: force_create
a client certificate may either contain `Create or `Force_create permission.  If
the latter is used (vmm_req_vm --force), and a VM with the same name already
exists, this is destroyed (if the dynamic resources without the existing would
allow the new one to be deployed) and the new one is started.

I had this concrete deployment scenario, where kill ; create takes some minutes
since it is 10MB data which needs to be transferred from my laptop to a remote
server (me behind dialup).

- renamed `Image to `Create
- renamed `Destroy_image to `Destroy_vm
2018-03-22 17:00:08 +01:00
..
vmm_gen_ca.ml initial 2017-07-10 10:38:25 +01:00
vmm_provision.ml vmm_provision: when private key is on disk, use it! 2018-01-06 14:20:23 +01:00
vmm_req_delegation.ml initial 2017-07-10 10:38:25 +01:00
vmm_req_permissions.ml initial 2017-07-10 10:38:25 +01:00
vmm_req_vm.ml new permission: force_create 2018-03-22 17:00:08 +01:00
vmm_revoke.ml port to new asn + x509 2017-12-23 15:03:56 +01:00
vmm_sign.ml new permission: force_create 2018-03-22 17:00:08 +01:00