packer-cn/builder/scaleway
mvaude 7f78eef08d scaleway: fix builder problems with ssh keys
The builder is currently failing with the last packer version.

This commit is fixing:
- the ssh keys and configuration management (the config is passed through a pointer and the ssh keys through the config instead of the runner states)
- the key size for generated ssh key
- the public key added as a tag to the instance<Paste>

fix #6757
2018-09-27 15:40:18 +02:00
..
artifact.go Add image creation from snapshot 2018-02-08 12:09:25 -08:00
artifact_test.go Add image creation from snapshot 2018-02-08 12:09:25 -08:00
builder.go scaleway: fix builder problems with ssh keys 2018-09-27 15:40:18 +02:00
builder_test.go Remove the VC product line 2018-05-28 16:19:51 +02:00
config.go replace scrubconfig with packer.LogSecretFilter.Set 2018-08-20 15:35:55 -07:00
ssh.go refactor all copy pasted sshConfig with into communicator.Config.SSHConfigFunc 2018-08-22 17:02:23 +02:00
step_create_image.go scaleway: fix builder problems with ssh keys 2018-09-27 15:40:18 +02:00
step_create_server.go scaleway: fix builder problems with ssh keys 2018-09-27 15:40:18 +02:00
step_create_ssh_key.go scaleway: fix builder problems with ssh keys 2018-09-27 15:40:18 +02:00
step_server_info.go use new internal multistep helper 2018-02-08 12:10:11 -08:00
step_shutdown.go use new internal multistep helper 2018-02-08 12:10:11 -08:00
step_snapshot.go scaleway: fix builder problems with ssh keys 2018-09-27 15:40:18 +02:00