Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | spelling.... | Andrew Paxson | 2018-01-14 |
| | |||
* | fix markdown spelling | Andrew Paxson | 2018-01-14 |
| | |||
* | add the website docs to the README for visibility | Andrew Paxson | 2018-01-14 |
| | | | because the terraform website docs are not live lets put them on the front page. | ||
* | Merge pull request #264 from monstermunchkin/issues/262 | Thomas Hipp | 2017-12-28 |
|\ | | | | | domain: honor arch, machine, and emulator settings | ||
| * | domain: honor arch, machine, and emulator settings | Thomas Hipp | 2017-12-22 |
|/ | | | | | | | | | | The settings 'arch', 'machine', and 'emulator' should be honored. The default values have been removed. Instead, if not provided, the values are determined by consulting libvirt directly. This fixes #262. Signed-off-by: Thomas Hipp <thipp@suse.de> | ||
* | Add new method to get information on domain interfaces | Eamonn O'Toole | 2017-12-14 |
| | | | | | | | | | | | | | | | | | | | We've found that, when executing destroy/create cycles on a domain where the virtual network(s) to which it is attached are persisted across these cycles then we get network failures on recreation of the domain since the old entries for the domain are still present in the virtual network(s). This issue should (hopefully) be fixed by commit a20d2a92668b2d5e077267c50074bf853ef371d. We've also found that, on occasion, we don't get complete information on a domain's interfaces from ListAllInterfaceAddresses. This patch implements a new method getDomainInterfacesFromNetworks which is called from domainGetIfacesInfo after the qemu agent method has been used if the qemu agent method doesn't return any information. This new method builds the interface information from information collected from the networks themselves. Change-Id: I5271ee191db93b2b1a0f14dc226d0b945f77a901 | ||
* | Merge pull request #258 from monstermunchkin/support-cdroms | Thomas Hipp | 2017-12-08 |
|\ | | | | | support local cdroms | ||
| * | support local cdroms | Thomas Hipp | 2017-12-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Local cdroms can now be added directly to the domain. See the following example: ```hcl resource "libvirt_domain" "test-domain" { name = "test" disk { file = "path/to/file.iso" } } ``` Furthermore, a small Tiny Core Linux (TCL) ISO image has been added to the testdata. This can be used for testing purposes. Signed-off-by: Thomas Hipp <thipp@suse.de> | ||
* | | Merge pull request #256 from monstermunchkin/unique-volume-name | Thomas Hipp | 2017-12-08 |
|\ \ | | | | | | | check uniqueness of storage volume name | ||
| * | | check uniqueness of storage volume name | Thomas Hipp | 2017-11-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The storage volume name needs to be unique. If this is not the case, the storage volume will be overwritten which is not problematic itself. However, `terraform destroy` will fail since it will try and delete the same storage volume twice. Signed-off-by: Thomas Hipp <thipp@suse.de> | ||
* | | | Merge pull request #221 from simonswine/fixes-net-updates | Thomas Hipp | 2017-12-08 |
|\ \ \ | |_|/ |/| | | Make add/updateHost a bit more resilient | ||
| * | | Make add/updateHost a bit more resilient | Christian Simon | 2017-12-02 |
|/ / | | | | | | | | | * provide a updateOrAddHost method that first will try to update an existing one, before adding a host entry | ||
* | | Merge pull request #255 from MalloZup/remove-running | Thomas Hipp | 2017-11-30 |
|\ \ | |/ |/| | remove running property in net and domain | ||
| * | remove running from documentation | Dario Maiocchi | 2017-11-28 |
| | | |||
| * | remove running property in net and domain | Dario Maiocchi | 2017-11-28 |
| | | |||
* | | Merge pull request #253 from monstermunchkin/test-formatting | Thomas Hipp | 2017-11-28 |
|\ \ | |/ |/| | tests: format hcl strings | ||
| * | tests: format hcl strings | Thomas Hipp | 2017-11-27 |
|/ | | | | Signed-off-by: Thomas Hipp <thipp@suse.de> | ||
* | Simplify the wait_for_leases mechanism | Alvaro Saurin | 2017-11-27 |
| | |||
* | Retry the query about interfaces to the qemu-agent | Alvaro Saurin | 2017-11-27 |
| | |||
* | adding documentation about network autostart | Dario Maiocchi | 2017-11-27 |
| | |||
* | add test for autostart option | Dario Maiocchi | 2017-11-27 |
| | |||
* | Init first backport | Dario Maiocchi | 2017-11-27 |
| | |||
* | Merge pull request #242 from dmacvicar/kernel_initrd | Duncan Mac-Vicar P | 2017-11-27 |
|\ | | | | | Add support for kernel/initrd/cmdline options | ||
| * | Typo | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Add missing hcl markdown fence | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Remove intermediate variables in map iteration | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Simplify for loop | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Typo in cmdline docs | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Type not needed in literal anymore | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | No need to make a 0 len slice | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Do not choke on empty kernel cmdline | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Split kernel cmdline test | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Read back cmdline, initrd and kernel attributes from the resource | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Fix tests by adding fixture for kernel and initrd | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | Add support for kernel/initrd/cmdline | Duncan Mac-Vicar P | 2017-11-24 |
| | | |||
| * | don't allocate memory with 0 make variables | MalloZup | 2017-11-24 |
| | | |||
| * | remove duplicata declaration and simplify code. | Dario Maiocchi | 2017-11-24 |
| | | | | | | | | This fix is with the cmd "gofmt -w -s *" | ||
* | | Merge pull request #241 from MalloZup/improve-codebase | Thomas Hipp | 2017-11-23 |
|\ \ | |/ |/| | remove duplicata declaration and simplify code. | ||
| * | don't allocate memory with 0 make variables | MalloZup | 2017-11-17 |
| | | |||
| * | remove duplicata declaration and simplify code. | Dario Maiocchi | 2017-11-16 |
| | | | | | | | | This fix is with the cmd "gofmt -w -s *" | ||
* | | use poolMutexKV for locking resources. | Dario Maiocchi | 2017-11-22 |
| | | |||
* | | init govet on travis | Dario Maiocchi | 2017-11-22 |
| | | |||
* | | Merge pull request #239 from dmacvicar/disks_from_http_url | Duncan Mac-Vicar P | 2017-11-21 |
|\ \ | | | | | | | Supports disks from the network using QEMU curl backend | ||
| * | | golint: Url -> URL | Duncan Mac-Vicar P | 2017-11-19 |
| | | | |||
| * | | Document disks from url | Duncan Mac-Vicar P | 2017-11-19 |
| | | | |||
| * | | Reuse newDefDisk() | Duncan Mac-Vicar P | 2017-11-19 |
| | | | |||
| * | | Add support for remote http disks (qemu http curl backend) | Duncan Mac-Vicar P | 2017-11-19 |
|/ / | |||
* | | Merge pull request #238 from MalloZup/improve_cloud_init | Thomas Hipp | 2017-11-16 |
|\ \ | |/ |/| | Add an Acceptance Test for CloudInit def | ||
| * | add volume cloud_init test check | Dario Maiocchi | 2017-11-16 |
| | | |||
| * | add geniso to travis_guest | Dario Maiocchi | 2017-11-16 |
| | |