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
Megan Marsh
1c681fc096
tests
2017-11-30 14:08:48 -08:00
Megan Marsh
556da47d35
modify validation to allow user to have the original region in the ami_regions list
2017-11-30 13:51:33 -08:00
Christopher Boumenot
7e8517473d
Merge pull request #5656 from boumenot/pr-azure-delete-keyvault
...
azure: delete keyvault deployment
2017-11-30 12:03:03 -08:00
SwampDragons
37d22160a8
Merge pull request #5619 from kwilczynski/add-packer_version-function
...
Add new `packer_version` function.
2017-11-30 09:43:25 -08:00
Christopher Boumenot
da0c13f622
azure: delete keyvault deployment
2017-11-30 01:19:08 -08:00
SwampDragons
aa2bbf2aec
Merge pull request #5649 from casey-robertson/chef-client-provisioner
...
Changes Linux install URL to omnitruck. Changes powershell install t…
2017-11-29 14:40:35 -08:00
SwampDragons
72afc2eab3
Merge pull request #5632 from VladRassokhin/do-not-donwload-twice
...
Do not re-download iso multiple times from different urls
2017-11-29 11:58:14 -08:00
SwampDragons
03f9e12d04
Merge pull request #5650 from harijayms/azuredocsupdate
...
Updates to Docs to ensure permission issues are clearer
2017-11-29 09:52:28 -08:00
Hariharan Jayaraman
b66426e668
Updates to Docs to ensure permission issues are clearer
2017-11-28 16:23:49 -08:00
Casey Robertson
8f02150178
Changes Linux install URL to omnitruck. Changes powershell install to use omnitruck rather than hard-coded 32-bit url
2017-11-28 14:23:12 -08:00
zhuzhih2017
2f7b9640d9
Update CHANGELOG.md
2017-11-28 11:16:14 +08:00
zhuzhih2017
bdc1fa0527
Merge pull request #5641 from zhuzhih2017/master
...
Add security token supported and TLS handshake timeout support
2017-11-28 11:15:56 +08:00
zhuzhih2017
de0017c37a
Add security token supported and TLS handshake timeout support
2017-11-28 10:32:17 +08:00
John Davies-Colley
10aaa49beb
fixing tests and funky logic 💦
2017-11-28 14:42:14 +13:00
Matthew Hooker
ff3efb4641
remove trailing spaces
2017-11-27 17:26:03 -08:00
Matthew Hooker
be3fe340c8
add a section about uploading files that don't exist.
2017-11-27 17:23:31 -08:00
SwampDragons
e990e49711
Merge pull request #5638 from hashicorp/docs_5623
...
Docs 5623
2017-11-27 16:58:24 -08:00
SwampDragons
c9072083d1
Merge pull request #5624 from ilons/master
...
Should state that file provisioner requires source at execution time
2017-11-27 16:47:06 -08:00
Megan Marsh
a325780aa5
make description match
2017-11-27 15:18:58 -08:00
Megan Marsh
df492d35bf
remove confusing use of local. dang.
2017-11-27 15:17:54 -08:00
Megan Marsh
150bf1f6da
clarify shell-local location
2017-11-27 15:15:52 -08:00
Megan Marsh
52f5f2b895
clarify where ansible-local runs
2017-11-27 15:10:29 -08:00
John Davies-Colley
0c787ec9df
Valadating early ⏰
2017-11-28 11:46:32 +13:00
SwampDragons
a51885be9c
Merge pull request #5458 from vijayinvites/DifferentialDisk
...
Hyper-V builder: Add support for differencing disk
2017-11-27 11:26:07 -08:00
Vladislav Rassokhin
af8a0c46c5
Do not re-download iso multiple times from different urls
...
In case of two or more iso_urls checks for downloaded files prior to downloading them.
Speedups case when some iso already downloaded and another url prepended to iso_urls list.
2017-11-26 00:10:34 +03:00
Vijaya Bhaskar Reddy Kondreddi
3d5303c60d
Fix tests
2017-11-24 13:24:44 +05:30
Vijaya Bhaskar Reddy Kondreddi
b7e3f37b44
Add support for differential disk
2017-11-24 12:44:53 +05:30
Ilon Sjögren
0dae5bc8bd
Should state that file provisioner requires source at execution time
2017-11-22 09:13:47 +01:00
John Davies-Colley
d4f37ab5f6
changing config varibles name in docs to match names in code ⚽
2017-11-22 17:15:46 +13:00
John Davies-Colley
75320440ec
adding missing quote 🙏
2017-11-22 15:59:15 +13:00
Henry Muru Paenga
7b03613649
Update docs with ssh_interface
2017-11-22 15:52:22 +13:00
John Davies-Colley
707ec675b2
ssh interface for amazon builders 🔨
2017-11-22 15:49:38 +13:00
Krzysztof Wilczynski
7d80e37c14
Add new `packer_version` function.
...
Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
2017-11-21 22:04:33 +01:00
Krzysztof Wilczynski
10370adbab
ansible-local: Add ability to clean staging directory.
...
Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
2017-11-21 21:09:01 +01:00
Christopher Boumenot
baacb7e173
Merge pull request #5599 from boumenot/pr-azure-validate-rgn
...
azure: sanity check resource group names
2017-11-20 15:22:04 -08:00
Christopher Boumenot
a3c9485062
azure: sanity check resource group names
2017-11-20 15:19:12 -08:00
SwampDragons
61d8274096
Merge pull request #5604 from carlosonunez/patch-1
...
Add instructions for the Python client.
2017-11-20 09:57:44 -08:00
Carlos Nunez
a8ff095059
Generate a JSON object for Packer
...
This changes adds code that will generate a JSON object containing the things you'll need to make Packer work with Azure.
2017-11-18 15:44:10 -06:00
Carlos Nunez
e9a63d8653
Add instructions for the Python client.
...
Azure uses the Python client in their Docker image. I've added additional documentation on how to "install" it as well as translations the node.js commands for it.
2017-11-18 15:27:54 -06:00
Christopher Boumenot
247da61ad1
Merge pull request #5593 from boumenot/pr-azure-keep-resource-group
...
Azure: Keep temporary resource group.
2017-11-16 17:39:33 -08:00
Christopher Boumenot
8985bd45ba
azure: go fmt
2017-11-16 17:32:35 -08:00
Christopher Boumenot
ee767e55d1
azure: change literal to constant
2017-11-16 16:36:42 -08:00