This adds an initial implementation of a virt resource based on libvirt. It is not complete and requires more testing. The initial skeleton was written by nseps but was not merged. It was later cleaned up and merged in its current form by purpleidea. Many thanks to nseps for getting this going, and hopefully we'll get you contributing more in the future!
12 lines
162 B
YAML
12 lines
162 B
YAML
---
|
|
graph: mygraph
|
|
resources:
|
|
virt:
|
|
- name: mgmt2
|
|
uri: 'qemu:///session'
|
|
cpus: 1
|
|
memory: 524288
|
|
state: shutoff
|
|
transient: false
|
|
edges: []
|