Matthew Hooker
3127bfbcfb
Merge pull request #5831 from uShip/chef-client-policyfiles
...
Added Policyfile support to chef-client provisioner
2018-01-31 12:54:27 -08:00
Matthew Hooker
aa76c47019
Merge pull request #5703 from frankdannhauer/5335
...
Fix #5335
2018-01-31 12:53:49 -08:00
Matthew Hooker
918a50225b
cleanup docs
2018-01-31 12:52:04 -08:00
Matthew Hooker
ed1057518f
Merge pull request #5729 from Malet/patch-2
...
Improve vmware-iso disk_type_id documentation
2018-01-31 12:46:33 -08:00
Matthew Hooker
73e8be022d
call out hax accelerator issue
2018-01-31 12:45:38 -08:00
Matthew Hooker
baf8d30ad2
Merge pull request #5738 from testworksau/intel-haxm-support
...
Add Intel HAXM support to QEMU builder
2018-01-31 12:41:15 -08:00
Matthew Hooker
2ecefbbf35
Merge pull request #4709 from hashicorp/sshdeadline
...
set deadline in ssh connection
2018-01-31 12:36:10 -08:00
Matthew Hooker
ff6425fb22
better documentation
2018-01-31 12:35:25 -08:00
Matthew Hooker
63f1673909
ssh deadlines
2018-01-31 12:35:25 -08:00
Matthew Hooker
b9c0d3ab56
Merge pull request #5830 from hashicorp/sshkeepalive
...
add session level keep-alives for ssh communicator
2018-01-31 12:23:02 -08:00
Evan Machnic
5cedfc4557
Fixed go format errors
2018-01-31 11:06:31 -06:00
Evan Machnic
7354247933
Added policyGroup and policyName to Packer Communicator
2018-01-31 11:01:08 -06:00
Evan Machnic
fe90f79704
Changed new code to use tabs instead of spaces
2018-01-31 10:54:40 -06:00
Evan Machnic
1f92aa2c0a
Added Policyfile support to chef-client provisioner
2018-01-31 10:49:04 -06:00
Matthew Hooker
2452f0788b
remove obsolete ssh_wait_timeout from examples
2018-01-30 23:30:45 -08:00
Matthew Hooker
55977be8f3
Update communicator.html.md
2018-01-30 23:26:26 -08:00
Matthew Hooker
cab52872f4
add session level keep-alives for ssh communicator
2018-01-30 22:00:37 -08:00
Matthew Hooker
76b2ce8604
log which vmware driver we decide on
2018-01-26 16:12:43 -08:00
Matthew Hooker
07421b4433
test vmware workstation version checking
2018-01-26 15:58:17 -08:00
Matthew Hooker
a4518f8ac8
show a policy doc for `ec2-upload-bundle`
2018-01-25 15:22:34 -08:00
Matthew Hooker
48105e74bd
add note about upload-bundle iam perms
2018-01-25 14:52:40 -08:00
Matthew Hooker
48e12b6bee
only set role name if it's set.
2018-01-25 10:39:21 -08:00
Matthew Hooker
00a55e209a
Merge pull request #5817 from brianterry/role_in_amazon_import
...
Added role in amazon-import
2018-01-25 10:39:04 -08:00
Brian Terry
380147200c
Added role in amazon-import
2018-01-25 10:56:30 -05:00
Matthew Hooker
7f4112ba22
Merge pull request #5810 from hashicorp/multistep-context
...
Add context to build steps
2018-01-24 17:28:02 -08:00
Matthew Hooker
5e444ff7ab
update multistep documentation
2018-01-24 17:27:08 -08:00
Matthew Hooker
3e2895afec
comments
2018-01-24 17:09:18 -08:00
Matthew Hooker
eafda52411
use amazon steps from master
2018-01-24 17:09:18 -08:00
Matthew Hooker
aa667577a5
update context library
2018-01-24 17:09:18 -08:00
Matthew Hooker
2afd81741c
use correct context
2018-01-24 17:09:18 -08:00
Matthew Hooker
ce4f30c5ae
fix tests
2018-01-24 17:09:17 -08:00
Matthew Hooker
8cd403425e
test fixes WIP
2018-01-24 17:09:17 -08:00
Matthew Hooker
5d48d658b4
Wire context through misc steps
...
Some steps actually need to pass the context around, so let's create
a ctx variable and pass it.
2018-01-24 17:09:17 -08:00
Matthew Hooker
7a189a83a1
fix imports
...
`find . -type f -name '*.go' -not -path "./vendor/*" -exec goimports -w {} \;`
2018-01-24 17:09:17 -08:00
Matthew Hooker
a831d522be
change run signatures
...
Run now takes a context as well as a statebag. We'll assign the context
to the blank identifier to prevent namespace collisions. We'll let the
step authors opt-in to using the context.
`find . -iname "step_*.go" -exec gsed -i'' 's/func \(.*\)Run(/func \1Run(_ context.Context, /' {} \;`
2018-01-24 17:09:17 -08:00
Matthew Hooker
a0c625ea44
Revert "working with opt-in"
...
This reverts commit 4068ffdaf541354e75507add7ca0b193993fcd52.
2018-01-24 17:09:16 -08:00
Matthew Hooker
e98f201602
working with opt-in
2018-01-24 17:09:16 -08:00
Matthew Hooker
62e3d1362f
pass context through step.run again
2018-01-24 17:09:16 -08:00
Matthew Hooker
030b5fd4f0
WIP add context to state bag
2018-01-24 17:09:16 -08:00
Matthew Hooker
07a5af66f8
remove ctx arg from step.run
2018-01-24 17:09:15 -08:00
Matthew Hooker
366dc3da0a
move multistep imports to helper.
...
gomvpkg -from "github.com/mitchellh/multistep" -to "github.com/hashicorp/packer/helper/multistep"
2018-01-24 17:09:15 -08:00
Matthew Hooker
89d43256bb
pass context into step.run
2018-01-24 17:09:15 -08:00
Matthew Hooker
807e88245b
trying to add context to state bag
2018-01-24 17:09:15 -08:00
Matthew Hooker
4c5a7e08b5
remove multistep vendor dep
2018-01-24 17:09:15 -08:00
Matthew Hooker
ccbd8b8abf
update plugin documentation
2018-01-24 16:59:32 -08:00
Matthew Hooker
247119e1c3
make examples copy/pastable
2018-01-23 14:34:40 -08:00
Matthew Hooker
61c17c1d2a
Merge pull request #5800 from jessestuart/jesse/cleanup_contributing_docs
...
[docs] Fix typos + cleanup CONTRIBUTING.md docs.
2018-01-23 14:34:12 -08:00
Matthew Hooker
83bfeb200d
Merge pull request #5799 from jessestuart/jesse/remove_redundant_vagrantfile_block
...
[vagrant] Remove redundant configuration block in Vagrantfile.
2018-01-23 13:12:53 -08:00
Matthew Hooker
4bccbbba1f
Merge pull request #5790 from GennadySpb/trusted_certs_dir
...
Support 'trusted_certs_dir' chef-client configuration option
2018-01-23 13:11:27 -08:00
James Nugent
5967732442
Merge pull request #5795 from stack72/bump-triton-go-deps
...
builder/triton: bump triton-go dependencies
2018-01-23 14:40:03 +00:00