11130 Commits

Author SHA1 Message Date
Megan Marsh
dca02c7b07
Merge pull request #6962 from hashicorp/fix_6940
escape vSphere username when putting it into the query
2018-11-13 10:15:25 -08:00
Adrien Delorme
246e280ddd
Merge pull request #6990 from hashicorp/gomod
go mod init github.com/hashicorp/packer
2018-11-13 10:55:19 +01:00
Megan Marsh
3d6b484989
Merge pull request #6972 from aspectcapital/powershell-system-account
Allow Powershell provisioner to use service accounts
2018-11-12 14:52:55 -08:00
Megan Marsh
cf293c3310
Merge pull request #6977 from hashicorp/fix_6425
Validate username/password for ovftool during prepare.
2018-11-12 14:19:11 -08:00
Megan Marsh
3b413d2e5e fix rebase conflicts 2018-11-12 13:24:03 -08:00
Megan Marsh
89184ae384 rework if/else to simplify main code body. 2018-11-12 13:21:25 -08:00
Megan Marsh
ebc7130d77 docs 2018-11-12 13:21:25 -08:00
Megan Marsh
536e0501ac Validate username/password for ovftool during prepare.
Add template option skip_validate_credentials allowing users to skip this validation if they don't want it.
Refactor vmware-iso builder to separate out config so that it matches the vmware-vmx builder and simplifies the builder.go file
2018-11-12 13:21:25 -08:00
Megan Marsh
7643ccc67d
Merge pull request #6982 from hashicorp/fix_6161
azure builder: allow to auth with managed identities ( MSI )
2018-11-12 09:03:41 -08:00
Megan Marsh
49b40e0789
Merge pull request #6984 from hashicorp/add_display_name_vmware
add new display_name template option
2018-11-12 08:49:38 -08:00
Adrien Delorme
f1fa28847f
remove debug line.
Co-Authored-By: SwampDragons <megan@hashicorp.com>
2018-11-12 08:07:08 -08:00
Adrien Delorme
958e8ef09c go mod init github.com/hashicorp/packer 2018-11-12 16:46:21 +01:00
Adrien Delorme
78ac943679
Merge pull request #6987 from hashicorp/6624
6624
2018-11-12 15:31:36 +01:00
Adrien Delorme
175b6a7971 add test for MSI configuration 2018-11-12 12:04:57 +01:00
Adrien Delorme
1958ef6e81 remove unecessary check 2018-11-12 11:32:49 +01:00
Adrien Delorme
08e8b1850e
remove unnecessary parenthesis 2018-11-12 10:49:39 +01:00
Adrien Delorme
559aa5d5c8
Merge pull request #6985 from hashicorp/fix_6860
create export directories for vmx and ovf file types, too.
2018-11-12 10:25:34 +01:00
Megan Marsh
2e2b2cea82 add a warning that checks for collisions between packer-generated values in the default vmx file and the vmx_data 2018-11-09 15:46:52 -08:00
Megan Marsh
3cf4c63a87 Change antiquated Master/Slave terminology for disk drives to more appropriate Primary/Secondary. 2018-11-09 14:00:07 -08:00
Megan Marsh
e5c4a4a6fb create export directories for vmx and ovf file types, too. 2018-11-09 11:45:36 -08:00
Megan Marsh
68c9e34bfe add new display_name template option 2018-11-09 10:54:31 -08:00
Megan Marsh
c3bf014b5f
Merge pull request #6979 from hashicorp/revert-6925-organization_renaming
Revert "Rename attribute api_access_key to organization_id"
2018-11-09 08:47:10 -08:00
Adrien Delorme
1ab0173e69 azure builder: allow to auth with managed identities ( MSI ) 2018-11-09 17:39:03 +01:00
Matt Dainty
412119c27e Fix powershell provisioner tests 2018-11-09 14:26:21 +00:00
Adrien Delorme
68c6b086b4
Merge pull request #6981 from remijouannet/more_explicit_error_msg_rpc_ui
more explicit error message in rpc/ui.go
2018-11-09 15:16:40 +01:00
Rémi Jouannet
118a9cb8c6 more explicit message 2018-11-09 14:44:34 +01:00
Adrien Delorme
0eaaa7de48
Merge pull request #6978 from hashicorp/fix_5145
Add more detail for errors where the problem is that TEMPDIR is fille…
2018-11-09 11:02:26 +01:00
Megan Marsh
c1c929164f
Revert "Rename attribute api_access_key to organization_id" 2018-11-08 16:34:23 -08:00
Megan Marsh
210d62de2c
Merge pull request #6925 from sieben/organization_renaming
Rename attribute api_access_key to organization_id
2018-11-08 16:33:15 -08:00
Megan Marsh
812e009e57 Add more detail for errors where the problem is that TEMPDIR is filled up 2018-11-08 15:21:40 -08:00
Rémy Léone
e54d2e3591 Rename attribute api_access_key to organization 2018-11-08 13:45:32 +01:00
Adrien Delorme
b01f4a61f8
Merge pull request #6970 from romaric1/patch-1
Update googlecompute.html.md
2018-11-08 13:11:24 +01:00
Adrien Delorme
662fbf127b
Merge pull request #6946 from gmmephisto/pr-master-expand-user
communicator/ssh: expand user path for SSH private key
2018-11-08 13:07:44 +01:00
Matt Dainty
3b519acebc Allow Powershell provisioner to use service accounts
Fixes #6104
2018-11-08 11:48:27 +00:00
Mikhail Ushanov
8400146a2e website: add note about tilde in ssh key path
Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
2018-11-08 14:25:50 +03:00
Mikhail Ushanov
536252683e builders: reuse private key file reading function
Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
2018-11-08 14:25:50 +03:00
Mikhail Ushanov
ee0bff6451 communicator/ssh: proper error message
Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
2018-11-08 14:25:50 +03:00
Mikhail Ushanov
45925657fc communicator/ssh: make ssh keys payload internal
Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
2018-11-08 14:25:50 +03:00
Mikhail Ushanov
1c503b86d9 communicator/ssh: expand user path for bastion private key
Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
2018-11-08 14:25:50 +03:00
Mikhail Ushanov
6d2a0ab0df communicator/ssh: expand user path for private key
Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
2018-11-08 14:25:50 +03:00
Mikhail Ushanov
da0bad8441 communicator/ssh: add private key file read helper
Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
2018-11-08 14:25:50 +03:00
TAVENARD
c3c2c9c247
Update googlecompute.html.md 2018-11-08 11:41:15 +01:00
TAVENARD
15f37c20eb
Update googlecompute.html.md
Alternative authentication methode on googl provider
2018-11-08 10:18:00 +01:00
Megan Marsh
254e18ece9
Merge pull request #6967 from rjspiker/rj.logo-update
website: update integration logos
2018-11-07 11:23:36 -08:00
RJ Spiker
c7900e4bd8 website: update integration logos 2018-11-07 11:14:46 -07:00
Adrien Delorme
732b08e68a
Merge pull request #6964 from glasnt/patch-1
update homepage flag in `ad app create`
2018-11-07 12:22:07 +01:00
Katie McLaughlin
c02e29c56c
update homepage flag in ad app create
`--homepage`, not `--home-page`

As per https://github.com/Azure/azure-cli/blob/master/src/command_modules/azure-cli-role/azure/cli/command_modules/role/_params.py#L30
2018-11-07 16:58:24 +11:00
Megan Marsh
790d5661c5 escape username 2018-11-06 11:30:45 -08:00
Megan Marsh
8567be43d9
Merge pull request #6927 from hashicorp/rebased_4591
Extend vmware-vmx builder to allow esxi builds. (Rebase of PR #4591)
2018-11-06 09:59:26 -08:00
Megan Marsh
96d628eef1 fix silliness with pointers 2018-11-06 09:50:28 -08:00