-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add VirtualDevice (DeviceComplexType) to BaseMultiObjectComplexType #21
Comments
I presume VirtualDevice will cover containers (i.e. docker) as well as whole VMs. Also I wonder if it should use its own complex type which is the same as DeviceComplexType but replaces Location with Host (of type DeviceComplexType) to describe the physical host. Or we just add Host to DeviceComplexType to keep things flexible. Also should we record details of the the virtualisation/containerisation technology (e.g. VMWare, KVM, docker) and maybe the OS somewhere in there. |
If it helps, here is an extract of virtualisation out of Linux auditd. It's not designed to address schema changes, but what is on offer from virtualisation services.
|
Will allow modelling of CRUD operations on virtual devices.
The text was updated successfully, but these errors were encountered: