Commit Graph

107 Commits (azr_remove_amazon_builder)

Author SHA1 Message Date
Adrien Delorme ed091163be
HCL2 Parse packer.required_plugins block + packer init (#10304)
5 years ago
Sylvia Moss 291121dd55
(2) Implement datasources (#10440)
5 years ago
Adrien Delorme 52d2d7fe5f
Copy `MapOf...` plugin types back into Packer core (#10466)
5 years ago
Megan Marsh 88b7b0e14a remove sdk
5 years ago
Adrien Delorme 72c1912b60
allow to discover & start packer-plugin-* muliplugin binaries (#10277)
5 years ago
Megan Marsh 5576bb5caa move packer config constants next to the packer config
5 years ago
sylviamoss 2c10c21445 move plugin discover tests to plugin pkg
5 years ago
Megan Marsh b69d69095e move postprocessor to sdk, fix generation code
5 years ago
Megan Marsh ada91b24e9 extract builder interface to sdk
5 years ago
Megan Marsh 56a45b04ab Move hook and communicator definitions to packer-plugin-sdk
5 years ago
zhsj ef9713b348
Replace kardianos/osext.Executable with os.Executable (#10048)
5 years ago
Megan Marsh ced2e945e3 make period stripping more strict so that users can disable provisiners by adding .old or whatever; this is pretty typical convention.
6 years ago
Megan Marsh 817957fe4f
Merge pull request #8616 from hashicorp/packer-plugin-path
6 years ago
Megan Marsh a163ff7388 swap ordering so PACKER_PLUGIN_PATH gets precedence
6 years ago
nywilken c93a076698 config: Update loading of packerconfig to only log when a plugin is loaded
6 years ago
Megan Marsh 83ecebbf37 add PACKER_PLUGIN_PATH for plugin discovery
6 years ago
nywilken fb76323c4d config: Fix loading external plugins from a packerconfig
6 years ago
Megan Marsh d95b0122f8
Merge pull request #8542 from TJM/plugin_logs
6 years ago
Tommy McNeely 469a4d2a11 Fix names of range variables to reduce confusion and remove overriden plugin name
6 years ago
Tommy McNeely 72112ccae2 Make the path assignment less confusing
6 years ago
Tommy McNeely 3177a5413c Fix external plugins path was blank
6 years ago
Tommy McNeely 9d85aa36ec Parse out -PACKERSPACE- before looking for exec
6 years ago
Adrien Delorme 0785c2f6fc
build using HCL2 (#8423)
6 years ago
Megan Marsh 5d5189a9a2 only log when external plugin is used, since this is the much rarer event
6 years ago
Adrien Delorme 5a6dffde9a use port as ints
7 years ago
Matthew Hooker 81522dced0
move packer to hashicorp
9 years ago
Matthew Hooker 79287d7e47
simplify some code
9 years ago
Chris Bednarski 010fa977cf Change to explicit comparison with MagicCookieValue
9 years ago
Chris Bednarski 3935703286 Supress plugin discovery from plugins, which is redundant and noisy in the logs
9 years ago
Mark Peek 1c7a855302 Switch osext package from mitchellh -> kardianos #2842
10 years ago
Mark Peek ba7814b0ed Merge pull request #2846 from markpeek/packer-tmp
10 years ago
Chris Bednarski e080e73b04 Add some exit codes and use a constant for -PACKERSPACE-
10 years ago
Chris Bednarski d09a9ab0c7 Implemented internal plugins
10 years ago
Mark Peek 38c81cf3e3 Move ConfigFile() and ConfigDir() from package main to packer
11 years ago
Mitchell Hashimoto e88fa43cfe find proper extension
11 years ago
Mitchell Hashimoto 9514be0df0 lowercase the extension of plugins just in case
11 years ago
Mitchell Hashimoto 03032c26fb ignore non-exe plugins on Windows [GH-2173]
11 years ago
Mitchell Hashimoto 1ee2b014a6 packer: remove Ui/Cache from CoreConfig
11 years ago
Mitchell Hashimoto dc74ec5612 packer: remove Environment
11 years ago
Mitchell Hashimoto 9d89ca8e07 command: build should be converted to new API, compiles
11 years ago
Aneesh Agrawal 63597af8bb Clarify the plugin discovery search & priority orders.
11 years ago
Matt Hollingsworth 816f722e3b Fix typo in log statement
11 years ago
Mitchell Hashimoto c51cd3e39c remove command configs
11 years ago
Mitchell Hashimoto 779b6d1719 packer/rpc, packer/plugin: remove Command interfaces
11 years ago
Mitchell Hashimoto 96b0ec5395 Start putting commands in command/, modify core
11 years ago
Mitchell Hashimoto 6e4191829b Fix plugin loading from CWD [GH-1521]
12 years ago
Mitchell Hashimoto d4fcbfafa8 Mechanisms to disable checkpoint
12 years ago
Mitchell Hashimoto 25868e1a13 ConfigDir
12 years ago
Mitchell Hashimoto 60182afb0b Automatically discover plugins
12 years ago
Jack Pearkes 7d4efdc236 post-processor/vagrant-cloud: initial commit
12 years ago