summaryrefslogtreecommitdiff
path: root/libvirt/provider.go
Commit message (Collapse)AuthorAge
* Travis: fix errorFlavio Castelli2018-02-19
| | | | Fix linting error, ensure tests are actually run
* Ensure libvirt connection is releasedFlavio Castelli2018-02-19
| | | | | | | | Deallocate the libvirt connect object before exit. Fixes issue #266 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
* Merge pull request #241 from MalloZup/improve-codebaseThomas Hipp2017-11-23
|\ | | | | remove duplicata declaration and simplify code.
| * remove duplicata declaration and simplify code.Dario Maiocchi2017-11-16
| | | | | | | | This fix is with the cmd "gofmt -w -s *"
* | use poolMutexKV for locking resources.Dario Maiocchi2017-11-22
|/
* golinting on various filesDario Maiocchi2017-11-16
|
* Uri should be named URIMalloZup2017-11-08
| | | | add some basic comments for exported function(fixing golint)
* Write Ignition file as a volume in a libvirt storage poolEamonn O'Toole2017-03-23
| | | | | | | | | | | This avoids the problem where the Ignition file is remote to the host on which the libvirt domain is being created. We've added a "libvirt_ignition" resource which manages the Ignition file in the libvirt volume - creates it, and destroys it. The "coreos_ignition" field in the libvirt_domain definition must point to the Id of a "libvirt_ignition" resource. The code is modelled on that used for CloudInit.
* Improved network resourceAlvaro Saurin2016-07-01
| | | | | Methods for adding/removing hosts to a network Style, formatting improvements and fixes
* Rename cloud_init_iso as cloudinitFlavio Castelli2016-06-27
| | | | Signed-off-by: Flavio Castelli <fcastelli@suse.com>
* Associate a cloud-init with a domainFlavio Castelli2016-06-27
| | | | | | Allow the usage of a cloud-init ISO with a Domain. Signed-off-by: Flavio Castelli <fcastelli@suse.com>
* implement a volume providerDuncan Mac-Vicar P2016-03-06
|
* go fmtDuncan Mac-Vicar P2016-02-29
|
* initial skeletonDuncan Mac-Vicar P2016-02-28