Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove intermediate variables in map iteration | Duncan Mac-Vicar P | 2017-11-24 |
| | |||
* | Simplify for loop | 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 *" | ||
* | use poolMutexKV for locking resources. | Dario Maiocchi | 2017-11-22 |
| | |||
* | init govet on travis | Dario Maiocchi | 2017-11-22 |
| | |||
* | 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 |
| | |||
* | add volume cloud_init test check | Dario Maiocchi | 2017-11-16 |
| | |||
* | add geniso to travis_guest | Dario Maiocchi | 2017-11-16 |
| | |||
* | Add AcceptTest for CloudInit | Dario Maiocchi | 2017-11-16 |
| | |||
* | golint on resource_libvirt_domain_test.go | Dario Maiocchi | 2017-11-16 |
| | | | | Use correct names in comments | ||
* | common string constant for errmsg lvirtconn is nil | Dario Maiocchi | 2017-11-16 |
| | |||
* | golint on various files | Dario Maiocchi | 2017-11-16 |
| | |||
* | Type name will be used as libvirt.LibVirtNetwork | Dario Maiocchi | 2017-11-16 |
| | | | | by other packages, and that stutters; consider calling this Network | ||
* | type name will be used as libvirt.LibVirtDomain by | Dario Maiocchi | 2017-11-16 |
| | | | | other packages, and that stutters; consider calling this Domain | ||
* | golinting on various files | Dario Maiocchi | 2017-11-16 |
| | |||
* | don't export oui variable | Dario Maiocchi | 2017-11-16 |
| | |||
* | fix golint on coreos_ingition_def.go | Dario Maiocchi | 2017-11-16 |
| | |||
* | fix golint on stream and volume_def.go | Dario Maiocchi | 2017-11-16 |
| | |||
* | Fix IP golint issues (style) | Dario Maiocchi | 2017-11-16 |
| | |||
* | fix golint on utils_net.go | Dario Maiocchi | 2017-11-16 |
| | |||
* | fix golint issues on utils.go | Dario Maiocchi | 2017-11-16 |
| | |||
* | Fix golint on test cloudinit | Dario Maiocchi | 2017-11-16 |
| | |||
* | error strings should not be capitalized or end | Dario Maiocchi | 2017-11-16 |
| | | | | with punctuation or a newline | ||
* | fix golint on cloudinit_def.go | Dario Maiocchi | 2017-11-16 |
| | |||
* | comment on exported function should Start with | Dario Maiocchi | 2017-11-16 |
| | | | | name of the function | ||
* | don't use underscores in Go names | Dario Maiocchi | 2017-11-16 |
| | |||
* | fix golint on libvirt/utils_volume.go | Dario Maiocchi | 2017-11-16 |
| | |||
* | fix golinting libvirt/resource_libvirt_domain_test | Dario Maiocchi | 2017-11-16 |
| | |||
* | Dont print debug info it tests are ok | MalloZup | 2017-11-14 |
| | |||
* | Merge pull request #226 from dmacvicar/fix_firmware_test_suse | Thomas Hipp | 2017-11-10 |
|\ | | | | | Fix libvirt ovmf firmware integration test on non-Ubuntu | ||
| * | make golint happy | Duncan Mac-Vicar P | 2017-11-10 |
| | | |||
| * | make the firmware file consistent with the docs | Duncan Mac-Vicar P | 2017-11-10 |
| | | |||
| * | Fix libvirt ovmf firmware integration test on non-Ubuntu | Duncan Mac-Vicar P | 2017-11-10 |
| | | | | | | | | | | | | | | | | On SUSE systems, these paths are different. In order to reuse the code that looks for the right files, we make the template and no-template case sub-tests of the main test containing the lookup code. Also, if the files are not there, skip the test. | ||
* | | Uri should be named URI | MalloZup | 2017-11-08 |
| | | | | | | | | add some basic comments for exported function(fixing golint) | ||
* | | add gofmt check for pkg(libvirt and main) | MalloZup | 2017-11-07 |
|/ | |||
* | Bugfix: let libvirt populate channel source | Silvio Moioli | 2017-10-17 |
| | | | Current behavior is to set the source path to empty string, which blocks the Guest Agent from working correctly. | ||
* | update Terraform and Go version | Thomas Hipp | 2017-09-22 |
| | | | | | | | | | | | | | | This updates Terraform to the latest version. Travis will build with go1.9 from now on, since Terraform > 0.10.2 doesn't support go1.8. Glide was run with `--strip-vendor` which removes a lot of unnecessary files. Tests and Docs regarding `ignition` have been updated. This resolves #194. Signed-off-by: Thomas Hipp <thipp@suse.de> | ||
* | Merge pull request #180 from deasmi/machinearchupdate | Thomas Hipp | 2017-09-22 |
|\ | | | | | Full support for arch,machine & emulator settings | ||
| * | Full support for arch,machine & emulator settings | Dean Smith | 2017-09-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add emulator setting support Completes support from arch and machine when reading current status Adds a new function newDomainDefForConnection that takes a domainDef and populates with defaults from the current host which is more sensible than guessing across distributions Maps canonical machine types <> actual to avoid changes Due to the way libvirt works if you specific machine types like pc,isapc or q35 these get translated into 'canonical' forms, ie. the latest version When quering terraform will notice a change, as it would still be looking for pc and will get something like pc-i440fx-2.9. Code has been added to assume that if we see 'pc-i440fx-2.9' and it is canonical for pc then we translate back to pc for terraform. This could cause issues if you are specifically using pc-i440fx-2.9 as the machine type in your terraform file. |