Commit Graph

169 Commits (e2fe35ef40bbce9b87f945901afa00a3fa769093)

Author SHA1 Message Date
Adrien Delorme c4f3dccc14 rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts
7 years ago
Adrien Delorme a4bf94dd3c change Builder to be passed a context for cancellation
7 years ago
Adrien Delorme 9f82b75e57 Use the hashicorp/go-getter to download files
7 years ago
Andrew Starr-Bochicchio c0c5c6afac Add DigitalOcean post-processor.
7 years ago
Adrien Delorme 5389ab1694 pass config as a pointer so that ssh configuration is correctly set
8 years ago
Megan Marsh 38cc525ec7 new option allowing user to clean up the ephemeral ssh key from the authorized_keys file
8 years ago
Adrien Delorme b83c72fd54 more private keys in config
8 years ago
Megan Marsh 340363a649
Merge pull request #6613 from hashicorp/merge_ssh_config_funcs
8 years ago
Adrien Delorme 41f6e0334d refactor all copy pasted sshConfig with into communicator.Config.SSHConfigFunc
8 years ago
Megan Marsh ff6a039d5b replace scrubconfig with packer.LogSecretFilter.Set
8 years ago
Rickard von Essen 889c89ec79 Validate tags
8 years ago
Mike Zupan 11271ead59 Change name to tags
8 years ago
Mike Zupan 7081fe990b Adding in droplet tags on creation
8 years ago
Rickard von Essen c0ae1b7790
digitalocean: artifact should include build region and fixed docs
8 years ago
Josh Soref 3b694feabc spelling: transfer
8 years ago
Matthew Hooker a831d522be
change run signatures
8 years ago
Matthew Hooker 366dc3da0a
move multistep imports to helper.
8 years ago
Lawrence 5509d0734b Added ipv6 option for digitalocean builder
8 years ago
Luke Farnell 7c3eb33cda Fixed spelling mistakes
9 years ago
Matthew Hooker ee5d13611f
update ssh client usage for new crypto/ssh version
9 years ago
Matthew Hooker 06c7136e30
compare regions against valid regions
9 years ago
Luke Farnell 3afd77a5e4
fixed logic error and fixed suggestion
9 years ago
Luke Farnell 078c139ef1
Fix tests and add more
9 years ago
Luke Farnell 0f354614c0
Region Validation
9 years ago
Luke Farnell abf2e618b5
Wait for snapshot transfer and change artifact output
9 years ago
Luke Farnell 4f5d3face2
remove duplicates
9 years ago
Luke Farnell 8ed50608b1
add image transfer for DigitalOcean
9 years ago
Rickard von Essen a3f70b874b
Spelling (context)
9 years ago
Rickard von Essen 5ee212c85f
Inlined ctx
9 years ago
Luke Farnell 5b7ec545c5 Added monitoring and updated godo
9 years ago
Matthew Hooker 81522dced0
move packer to hashicorp
9 years ago
Matthew Hooker 35578d9ed1
remove unnecessary type conversions
9 years ago
Rickard von Essen 96e9a8e6e9 Removed default value for ssh_username
9 years ago
Matthew Hooker d920b3fbf4 run gofmt
9 years ago
Michael Nikitochkin 343c594bb3
Added UserDataFile support for DigitalOcean builder config.
10 years ago
Orivej Desh 6762965696 Add -on-error command line argument to allow preserving artifacts on builder errors
10 years ago
Rickard von Essen f446c1a1b7
builders/digitalocean: fixes timeout waiting for snapshot #3853
10 years ago
Toby Jaffey 37ef03c41c Use config StateTimeout for DigitalOcean unlock and off transitions. (#3444)
10 years ago
Andrew Starr-Bochicchio 6d31470757 Look up snapshot ID based by Droplet, not user.
10 years ago
Vasiliy Tolstov ec4e95493d builder/digitalocean: add ability to specify api url
10 years ago
Chris Bednarski d6c02f5aeb Change test to use something that looks like a real region code
10 years ago
Chris Bednarski 7b468af6b8 Merge pull request #2939 from bitrise-io/digitalocean_timeout_increase
10 years ago
Andrew Starr-Bochicchio 2212125f46 Return DigitalOcean image ID in output.
10 years ago
Viktor Benei eda2c9c605 actually make it 20 mins
10 years ago
Viktor Benei 7e568644a5 increased DigitalOcean unlock wait timeouts
10 years ago
Andy Williams d36b653d3f Make DigitalOcean artifact ID match AWS format
10 years ago
Chris Bednarski 32b714e085 Update code.google.com/gosshold/ssh to point to golang.org/x/crypto/ssh, since this has been moved into core now
11 years ago
Chris Bednarski 51804e9132 Find a public IP address to provision a digital ocean box
11 years ago
Mitchell Hashimoto 84189f7a28 builder/*: properly save interpolation context
11 years ago
Mitchell Hashimoto 115d583cff helper/communicator: make host more generic
11 years ago