Actions
Task #7650
closedSynchronise opennebula VMs with etcd
Start date:
01/24/2020
Due date:
% Done:
0%
Estimated time:
PM Check date:
Description
- etcd prefix: /opennebula *
What to synchronise¶
- /opennebula/vm/<VM id>
- all information about the VM
- also terminated VMs
Use cases¶
I want to be able to
- Get the current host of the VM
- Get the VNC port of a VM
- get the list of all disk images associated with a VM
- Need to know who is the owner of a VM
- Which VM has the IPv4/IPv6 address xxx?
Step 1¶
- Get the data into etcd
Step 2¶
- Create a script to extract answers to the use cases
Actions