summaryrefslogtreecommitdiff
path: root/libvirt/resource_cloud_init.go
Commit message (Collapse)AuthorAge
* refactor cloudinitThomas Hipp2018-02-19
| | | | Signed-off-by: Thomas Hipp <thipp@suse.de>
* remove duplicata declaration and simplify code.Dario Maiocchi2017-11-16
| | | | This fix is with the cmd "gofmt -w -s *"
* common string constant for errmsg lvirtconn is nilDario Maiocchi2017-11-16
|
* golinting on various filesDario Maiocchi2017-11-16
|
* error strings should not be capitalized or endDario Maiocchi2017-11-16
| | | | with punctuation or a newline
* cloudinit: show user_data in .tfstate fileThomas Hipp2017-08-08
| | | | | | This fixes #135. Signed-off-by: Thomas Hipp <thipp@suse.de>
* user_data argument for cloud-initAlvaro Saurin2017-03-29
|
* gofmtAlvaro Saurin2017-03-06
|
* Make sure we record the resource IDs even if it gets interruptedAlvaro Saurin2016-10-17
|
* Make the hostname field of cloudinit optionalFlavio Castelli2016-10-08
| | | | This fixes issue #64
* Make cloudinit generation more resilentFlavio Castelli2016-09-08
| | | | | | Invoke the external `genisofs` program in a safer way. Signed-off-by: Flavio Castelli <fcastelli@suse.com>
* cloudinit: change the ID used internall by TerraformFlavio Castelli2016-06-27
| | | | | | | | | | Previously the ID was equal to the volume key, hence it was just the path to the ISO file. This caused confusion when a cloudinit resource was regenerated because the key didn't change at all. The new ID is made from the volume key joined with a UUID. Signed-off-by: Flavio Castelli <fcastelli@suse.com>
* Rename cloud_init_iso as cloudinitFlavio Castelli2016-06-27
Signed-off-by: Flavio Castelli <fcastelli@suse.com>