Commit Graph

8843 Commits

Author SHA1 Message Date
Matthew Hooker 97bacf6790
use absolute links 2017-12-11 14:37:28 -08:00
Matthew Hooker be3f0a121a
guides should use infinitive verbs 2017-12-11 14:31:44 -08:00
Maciej Skierkowski 004a434928 Add "coming soon" 2017-12-11 11:48:34 -08:00
Maciej Skierkowski dd5e5b8993 Using relative links for the docs/guides 2017-12-11 09:14:46 -08:00
Maciej Skierkowski dc96e73151 Adding more info about the options for Packer 2017-12-11 09:08:12 -08:00
Krzysztof Wilczynski 567b566c23
docker: Remove AWS credentials and Session Token from being shown in the log.
Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
2017-12-10 20:55:03 +01:00
Rickard von Essen 63f791570a
Merge pull request #5665 from kwilczynski/remove-sts-token-from-logging
amazon: Remove Session Token (STS) from being shown in the log.
2017-12-10 06:50:42 +01:00
Matthew Hooker fadda1fe6d
shameful ex post facto changelog fix. 2017-12-08 16:08:36 -08:00
Maciej Skierkowski 3be55d20be Updating section title to be specific to VirtualBox and S3 2017-12-08 16:01:18 -08:00
Maciej Skierkowski e0d5e18450 Calling out AWS CLI dependencies 2017-12-08 15:57:39 -08:00
Maciej Skierkowski 9c90744d3e Clarifying virtualization phrasing for VirtualBox 2017-12-08 15:55:22 -08:00
Maciej Skierkowski 203f29a95e Moving images to assets folder 2017-12-08 15:49:26 -08:00
Matthew Hooker 3818ca8347
prepare for next version 2017-12-08 15:45:12 -08:00
Matthew Hooker 9698d7283f
Cut version 1.1.3 2017-12-08 15:33:50 -08:00
Matthew Hooker 4a864d59d7
Prepare for 1.1.3 2017-12-08 15:26:17 -08:00
Matthew Hooker cad5ccfa64
update changelog 2017-12-08 15:24:37 -08:00
Matthew Hooker 3710c34eb5
Revert "update changelog"
This reverts commit 98420fc9f5.
2017-12-08 15:17:32 -08:00
Matthew Hooker c4bc69af71
Merge pull request #5679 from hashicorp/spotinstanceenasriovno
remove sriov/ena support for spot instances
2017-12-08 15:15:29 -08:00
Matthew Hooker f216330ba3
spot instance ena/sriov checking for all other builders 2017-12-08 14:56:19 -08:00
Nick Fagerlund 6601f18c78 Minor edits 2017-12-08 13:46:51 -08:00
Matthew Hooker 4b1d8e3fe8
don't allow enhanced networking flags for spot instances. 2017-12-08 13:38:49 -08:00
Matthew Hooker 73b98b2a04
use waiter to wait for ebs instances to stop 2017-12-08 13:38:48 -08:00
Matthew Hooker dada63801b
also use waiter code for spot instances 2017-12-08 13:38:48 -08:00
Matthew Hooker 9e61005f7c
Merge pull request #5660 from hashicorp/fix_5625
modify validation to allow user to have the original region in the am…
2017-12-08 13:36:10 -08:00
Nick Fagerlund d7fe37b862 Delete empty descriptions 2017-12-08 13:25:32 -08:00
Megan Marsh 98420fc9f5 update changelog 2017-12-08 13:23:42 -08:00
Maciej Skierkowski 79c10a251c Using placeholder for now 2017-12-08 11:05:17 -08:00
Maciej Skierkowski c4abcd9c7c Adding more context for references to other guides 2017-12-08 10:59:43 -08:00
Maciej Skierkowski 59172c5a2d Adding the CI/CD guide content 2017-12-08 10:31:00 -08:00
SwampDragons 24ed2b7081
Merge pull request #5684 from BGnoinski/master
Update amazon run_config.go absent ssh_private_key_file error
2017-12-08 09:40:36 -08:00
Ben Gnoinski 5df2e040d0 Update amazon run_config.go absent ssh_private_key_file error 2017-12-08 08:51:27 -08:00
Maciej Skierkowski 42d0e6f920 Navigation and placeholders for guide 2017-12-08 08:28:27 -08:00
Matthew Hooker 2c1c7b9659
Merge pull request #5630 from johndaviesco/winrm_no_proxy
Winrm no proxy
2017-12-07 15:41:16 -08:00
SwampDragons ea55db6d99
Merge pull request #5678 from hashicorp/fix5627
Wait until source instance OK before continuing
2017-12-07 14:47:10 -08:00
Matthew Hooker a90c45d9bb
Wait until source instance OK before continuing 2017-12-07 12:31:50 -08:00
Matthew Hooker da4d6f76be
Merge pull request #5676 from hashicorp/fix5669
Correctly set aws region if given in template along with a profile.
2017-12-07 11:13:44 -08:00
Matthew Hooker 7b5c0900ef
Correctly set aws region if given in template along with a profile. 2017-12-07 11:12:57 -08:00
SwampDragons ca26ab5d5a
Merge pull request #5672 from hashicorp/fix_5622
try using UI again
2017-12-07 10:18:53 -08:00
Megan Marsh 19c997cb0e revert to using UI becuase the remote command syntax breaks things on linux with vmware fusion. 2017-12-07 09:08:12 -08:00
John Davies-Colley 76ac755ed9 fixing wording for proxy usage 👌 2017-12-06 17:13:02 +13:00
John Davies-Colley 92d1bdbdab docs change for deprecation and proxy usage ✔ 2017-12-06 16:50:54 +13:00
Christopher Boumenot 1202bdd080
Merge pull request #5661 from jamielennox/no-location-for-existing-rg
Azure: Don't provide location for build_resource_group_name
2017-12-05 09:52:45 -08:00
Krzysztof Wilczynski 05327b7524
amazon: Remove Session Token (STS) from being shown in the log.
This commit adds a change which ensures that the Session Token
config struct item is removed from log output.

Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
2017-12-04 22:14:38 +01:00
SwampDragons 0fbbdc2ea3
Merge pull request #5664 from kwilczynski/refactor-commands-version
Re-factor version command to use version.FormattedVersion() function.
2017-12-04 12:02:50 -08:00
Matthew Hooker 8970722845
use latest go for travis tests 2017-12-04 10:43:38 -08:00
Jamie Lennox d043c37ad4 Azure: Don't provide location for build_resource_group_name
Location is required by default because you must specify where to create
the resource group containing the packer resources.

When using build_resource_group_name you are specifying that packer
should use an existing resource group and so the location that resources
are in can be determined by fetching the information from the existing
group.

It is forbidden to pass both variables as it is easier and more
intuitive that the location comes from the group rather than ignore a
parameter.

Closes: #5655
2017-12-04 11:22:54 +11:00
Krzysztof Wilczynski 0e08640fff
Re-factor version command to use version.FormattedVersion() function.
This commit removes surplus code which is almost a duplicate of the code
available in the version package by favouring the package implementation
instead.

Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
2017-12-03 23:07:16 +01:00
SwampDragons 8a30b3db80
Merge pull request #5456 from GoSecure/vmware-iso-improved-network-logging
vmware-iso builder: Logging on network errors on connection refused
2017-11-30 16:31:30 -08:00
Matthew Hooker c28a50af16
try to fix transient test failure 2017-11-30 16:30:37 -08:00
SwampDragons 753d3cf216
Merge pull request #5618 from kwilczynski/ansible-local-clean-staging-directory
ansible-local: Add ability to clean staging directory.
2017-11-30 14:27:59 -08:00