summaryrefslogtreecommitdiff
path: root/libvirt
Commit message (Collapse)AuthorAge
* Add support for local files as source for base images. Closes #21.Duncan Mac-Vicar P2016-05-22
|
* Make clear that we are retrying until the address appears.Duncan Mac-Vicar P2016-05-22
|
* Another instance where pool refresh fails.Duncan Mac-Vicar P2016-05-22
| | | | | | | | We retry blindly for success until timeout. Unfortunately we can't do the right thing because libvirt (for some reason) returns VIR_ERR_INTERNAL_ERROR instead of the expected VIR_ERR_RESOURCE_BUSY. Closes #16
* go fmtDuncan Mac-Vicar P2016-05-22
|
* implement "network_interface.wait_for_lease" option in order to enable ↵Duncan Mac-Vicar P2016-05-22
| | | | waiting for an address.
* support for ip and connection information in libvirt.domainDuncan Mac-Vicar P2016-05-17
|
* wait for refresh to happen as there may be async jobs running on the poolDuncan Mac-Vicar P2016-05-06
|
* go fmtDuncan Mac-Vicar P2016-05-06
|
* use vdX as disk, as we are using the virtio driverDuncan Mac-Vicar P2016-05-06
|
* fix booting of a Linux distro by forcing qcow format.Duncan Mac-Vicar P2016-05-06
| | | | | For some reason, even if the volume has format qcow2, libvirt sets the disk driver to "raw".
* use different names for each disk. closes #14Duncan Mac-Vicar P2016-05-06
|
* testcase for issue #14Duncan Mac-Vicar P2016-05-05
|
* Use UUID as the resource id. Closes #3.Duncan Mac-Vicar P2016-04-23
|
* Do not force machine type and arch so that the default is selected. Closes #10Duncan Mac-Vicar P2016-04-19
|
* go fmtDuncan Mac-Vicar P2016-03-20
|
* if libvirt will not set permissions correctly, at least allow others read ↵Duncan Mac-Vicar P2016-03-20
| | | | base images
* fail if base_volume_id and source are specified togetherDuncan Mac-Vicar P2016-03-20
|
* base_volume -> base_volume_id to make it consistent with volume_id in diskDuncan Mac-Vicar P2016-03-20
|
* implement network interfacesDuncan Mac-Vicar P2016-03-19
|
* Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1293804Duncan Mac-Vicar P2016-03-13
|
* include previous error in new errorDuncan Mac-Vicar P2016-03-13
|
* rename test volumeDuncan Mac-Vicar P2016-03-13
|
* implement volume readDuncan Mac-Vicar P2016-03-13
|
* volume removal testDuncan Mac-Vicar P2016-03-12
|
* cleanup importsDuncan Mac-Vicar P2016-03-12
|
* this bindings require us to manually free the wrappersDuncan Mac-Vicar P2016-03-12
|
* use GetOk to retrieve nameDuncan Mac-Vicar P2016-03-12
|
* force creation of new resources for now (no update logic)Duncan Mac-Vicar P2016-03-12
|
* cleanup importsDuncan Mac-Vicar P2016-03-12
|
* size in bytesDuncan Mac-Vicar P2016-03-12
|
* make size prop bytes at least until ↵Duncan Mac-Vicar P2016-03-12
| | | | https://github.com/hashicorp/terraform/issues/3287 is open
* wait for domain to be destroyedDuncan Mac-Vicar P2016-03-12
|
* refresh the storage pool so that libvirt does not think volume is usedDuncan Mac-Vicar P2016-03-11
|
* go fmtDuncan Mac-Vicar P2016-03-11
|
* test for volumeDuncan Mac-Vicar P2016-03-11
|
* implement resourceLibvirtDomainRead for realDuncan Mac-Vicar P2016-03-11
|
* shorter err != nil handlingDuncan Mac-Vicar P2016-03-11
|
* disk are optionalDuncan Mac-Vicar P2016-03-11
|
* use libvirt-go fork here tooDuncan Mac-Vicar P2016-03-11
|
* disk definitionDuncan Mac-Vicar P2016-03-10
|
* add backing store for volumesDuncan Mac-Vicar P2016-03-07
|
* use GetOk for optional parametersDuncan Mac-Vicar P2016-03-07
|
* move out the volume schema to reuse it inside instancesDuncan Mac-Vicar P2016-03-07
|
* add test for volume resourceDuncan Mac-Vicar P2016-03-07
|
* use GB for the volume sizeDuncan Mac-Vicar P2016-03-06
|
* go fmtDuncan Mac-Vicar P2016-03-06
|
* implement a volume providerDuncan Mac-Vicar P2016-03-06
|
* go fmtDuncan Mac-Vicar P2016-03-05
|
* add spice consoleDuncan Mac-Vicar P2016-03-05
|
* refactor domain defaults in a constructor functionDuncan Mac-Vicar P2016-03-05
|