summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* README: clarify it can be libvirt 1.2.14+Duncan Mac-Vicar P2016-05-23
|
* README: Forgot to add the actual function name.Duncan Mac-Vicar P2016-05-22
|
* README: add note about requiring libvirt-1.2.14Duncan Mac-Vicar P2016-05-22
|
* travis: install custom libvirt as the one from Ubuntu 14.04 LTS is too old.Duncan Mac-Vicar P2016-05-22
|
* Add support for local files as source for base images. Closes #21.Duncan Mac-Vicar P2016-05-22
|
* update example to reflect 8496660254ab1bb662d5f257cdf8040d6b229eb3Duncan Mac-Vicar P2016-05-22
| | | | Closes #12
* 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
* Adds the ip address to the schema and enable the connect/ssh for provisioners.Duncan Mac-Vicar P2016-05-22
|\ | | | | | | | | | | Closes #18. Merge branch 'connect_ip_address'
| * 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
| |
* | Merge pull request #20 from flavio/fix-docsDuncan Mac-Vicar P2016-05-17
|\ \ | | | | | | Fix documentation
| * | Fix documentationFlavio Castelli2016-05-16
|/ / | | | | | | | | | | Updated the examples to make them work as expected. Signed-off-by: Flavio Castelli <fcastelli@suse.com>
* / Point out libvirt 1.3.3 contains fix for deletion of volumesDuncan Mac-Vicar P2016-05-06
|/
* 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
|
* get test deps (just learned about go get -t)Duncan Mac-Vicar P2016-04-26
|
* 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
|
* document disk and network_interfaceDuncan Mac-Vicar P2016-03-19
|
* implement network interfacesDuncan Mac-Vicar P2016-03-19
|
* better status shieldsDuncan Mac-Vicar P2016-03-15
|
* 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
|
* fix count exampleDuncan 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
|
* fix .gitignore ruleDuncan Mac-Vicar P2016-03-11
|
* gitignore: ignore files only at the top levelDuncan Mac-Vicar P2016-03-11
|