Megan Marsh
75f574bd4b
Merge pull request #7221 from hashicorp/vagrant_builder
...
Vagrant builder
2019-02-15 10:05:44 -08:00
Megan Marsh
cb5c896c01
Merge pull request #7310 from hashicorp/fix_7286
...
also strip \r to work around windows file ending strangeness
2019-02-15 09:19:33 -08:00
Megan Marsh
9f702af6d9
we lost the skip_add step somewhere
2019-02-14 14:46:14 -08:00
Megan Marsh
be21850e32
Merge pull request #7060 from andrewsomething/do-post-processor
...
Add digitalocean-import post-processor.
2019-02-14 11:58:00 -08:00
Andrew Starr-Bochicchio
37b3305301
Better varibable naming.
2019-02-13 18:55:27 -05:00
Megan Marsh
bd3339f1f9
also strip \r to work around windows file ending strangeness
2019-02-13 15:41:37 -08:00
Megan Marsh
9fe1366eeb
Merge pull request #7180 from xinau/packer-provisioner-inspec
...
Added inspec.io provisioner
2019-02-13 13:14:32 -08:00
xinau
b449af84ee
moved concurrency-safe ui code to packer/ui.go
2019-02-13 21:01:50 +00:00
Andrew Starr-Bochicchio
ee430d9a40
Only filter on suffix if more than one file.
2019-02-12 20:20:39 -05:00
xinau
ae59b81f44
added check for docker backend
2019-02-12 20:07:13 +00:00
Megan Marsh
9bada2e35d
Merge pull request #7305 from boumenot/pr-azure-new-maintainer
...
azure: new maintainer
2019-02-12 11:11:22 -08:00
Christopher Boumenot
bc69f3e1c3
azure: new maintainer
2019-02-12 10:49:05 -08:00
xinau
36c1e8d838
moved adapter to common package
2019-02-12 07:10:57 +00:00
xinau
8526244285
changed local_port to uint representation
2019-02-12 06:32:19 +00:00
xinau
c207451f7e
Merge branch 'master' of https://github.com/hashicorp/packer into packer-provisioner-inspec
2019-02-12 05:32:05 +00:00
Megan Marsh
956bc35769
Merge pull request #7281 from pauloj95/patch-1
...
add force to powershell move command
2019-02-11 16:16:18 -08:00
Andrew Starr-Bochicchio
62865cf37b
Mention environmental variables in docs.
2019-02-11 18:24:16 -05:00
Andrew Starr-Bochicchio
203b6ca8b4
Prefix env vars w/ 'DIGITALOCEAN_'
2019-02-11 18:20:35 -05:00
Megan Marsh
c7278e871c
Merge pull request #7038 from kmbulebu/openstack_deprecated_api
...
Replaced compute/v2/images with imageservice/v2/images.
2019-02-11 15:05:45 -08:00
Megan Marsh
e0ed7b6742
Merge pull request #7293 from hashicorp/amazon_import_docs
...
add perms
2019-02-11 14:24:28 -08:00
Megan Marsh
f2439625bf
Merge pull request #7298 from hashicorp/fix_7256
...
Fix 7256
2019-02-11 14:24:01 -08:00
Megan Marsh
22e3f09db3
Merge pull request #7282 from hashicorp/do_6994
...
Allow amazon builders to read credentials from Vault.
2019-02-11 12:49:23 -08:00
Megan Marsh
2a613dd6e9
fix up the github suggestion
2019-02-11 11:49:17 -08:00
Adrien Delorme
3ae5a912d4
Update builder/amazon/common/step_pre_validate.go
...
Co-Authored-By: SwampDragons <megan@hashicorp.com>
2019-02-11 11:41:58 -08:00
Megan Marsh
51b46b851a
formatted amazon docs
2019-02-11 11:40:56 -08:00
Megan Marsh
37f474ceca
add perms
2019-02-11 09:21:45 -08:00
Megan Marsh
d318f3942b
Merge pull request #7302 from a-yiorgos/patch-1
...
allow the basic example to pass packer validate
2019-02-11 09:13:06 -08:00
Yiorgos Adamopoulos
591533cee0
allow the basic example to pass packer validate
...
tested with Packer v1.3.4. Without the builders section is complains for " Unknown root level key in template: " for every key in the JSON.
2019-02-11 17:05:55 +02:00
Megan Marsh
3fd589fa72
typos
2019-02-08 09:31:30 -08:00
Megan Marsh
e2d8c0bfd7
docs
2019-02-08 09:28:10 -08:00
Megan Marsh
07c0c599e0
attach guest additions via SATA when necessasry
2019-02-08 09:15:15 -08:00
Megan Marsh
5057220ad2
use VAGRANT_CWD rather than changing packer run directories
2019-02-07 14:35:01 -08:00
Megan Marsh
dc848ea5d7
just make vagrantfile instead of calling init
2019-02-07 12:39:56 -08:00
pauloj95
b1fffee614
Update guest_commands_test.go
2019-02-06 10:50:29 +00:00
pauloj95
b4d1c77cc0
Update guest_commands_test.go
2019-02-06 10:30:37 +00:00
pauloj95
d7b93aa343
add force to guestcommands test too
2019-02-06 10:27:45 +00:00
Megan Marsh
e56d7f7234
fix tests
2019-02-05 15:34:59 -08:00
Megan Marsh
608b7cb7a3
review comments
2019-02-05 15:16:47 -08:00
Megan Marsh
90baa006da
add docs on all builders.
2019-02-05 14:19:24 -08:00
Megan Marsh
3704a053d0
move region validation and credential wait into step pre validate
2019-02-05 14:07:04 -08:00
pauloj95
8d8b880ac4
add force to powershell move command
...
this will allow powershell move in provisioners and replace file if existing found...
issue example: https://github.com/hashicorp/packer/issues/7280
2019-02-05 17:47:00 +00:00
Adrien Delorme
e8c655bf15
Update website/source/docs/builders/vagrant.html.md
...
Co-Authored-By: SwampDragons <megan@hashicorp.com>
2019-02-05 09:31:38 -08:00
Adrien Delorme
9787e787d4
Merge pull request #7276 from paulmey/fix-7267
...
Fix Azure interactive authentication
2019-02-05 10:34:50 +01:00
Paul Meyer
68516fc05c
Fix Azure interactive authentication
...
Builder looks up tenant ID before asking for token. Client config did
not allow that. Also found that token provider was not properly
initialized.
Fixes 7267
2019-02-05 02:35:12 +00:00
Megan Marsh
a7d9d62996
fix tests on windows
2019-02-04 16:11:25 -08:00
Megan Marsh
8add176ab7
finish first pass at vault code; needs testing and cleanup of error messages
2019-02-04 15:54:14 -08:00
Megan Marsh
7a78b47e83
make vault engine stuff into a little struct for easier management
2019-02-04 15:29:45 -08:00
Megan Marsh
6b41a1663a
updated the amazon ebs docs to include vault integration
2019-02-04 15:13:20 -08:00
Megan Marsh
af7131b169
tests, logic cleanup, docs for vagrant builder
2019-02-04 14:08:43 -08:00
Megan Marsh
52892699ca
make it work with a local vagrant box
2019-02-04 14:08:43 -08:00