Commit Graph

8328 Commits

Author SHA1 Message Date
Christopher Boumenot 216317c49d Merge pull request #5222 from Trip09/NO-TICKET-azure-allow-build-inside-vpc
[Azure] allow build inside vpc access via public IP
2017-08-08 15:02:53 -07:00
Megan Marsh ef0a091720 continue, not break 2017-08-08 14:53:56 -07:00
Matthew Hooker 968eb94b80 Merge pull request #5211 from hashicorp/4653_dont_delete_snapshots
use block device mappings to know whether a snapshot existed before p…
2017-08-08 14:31:38 -07:00
Megan Marsh 2d6028eb9a use named loops instead of doDelete flag 2017-08-08 14:28:01 -07:00
Megan Marsh e9ec705497 use block device mappings to know whether a snapshot existed before packer's current run. If yes, don't delete the unencrypted snapshot. 2017-08-08 13:59:55 -07:00
Matthew Hooker 9b88ec975a Merge pull request #5227 from hashicorp/fix-flaky-test
fix test that flaked in a travis build recently
2017-08-08 12:28:33 -07:00
Megan Marsh 3f7c090f3b fix test that flaked in a travis build recently 2017-08-08 12:25:12 -07:00
Matthew Hooker e3e36906c3
update changelog 2017-08-08 11:53:16 -07:00
Matthew Hooker f2a47a581d Merge pull request #5226 from hashicorp/2433_symlinks
update atlas-go to fix symlink-related packer push failures
2017-08-08 11:49:42 -07:00
Matthew Hooker d423d768fa
update changelog 2017-08-08 10:08:44 -07:00
Matthew Hooker 08ff7486c1 Merge pull request #5184 from tsmolka/patch-1
builder/hyperv/iso: missing InterpolateContext
2017-08-08 10:07:53 -07:00
Megan Marsh 535268cf85 update atlas-go to fix symlink-related packer push failures 2017-08-08 09:40:44 -07:00
Joao Albuquerque d909c702ee Working PublicPrivate 2017-08-08 15:05:45 +01:00
Tobias 8a9c2b6959 Merge branch 'master' of https://github.com/hashicorp/packer into patch-1 2017-08-08 13:27:45 +00:00
Tobias ada8902721 fix formatting 2017-08-08 13:21:53 +00:00
Matthew Hooker 72deffc3d8 Merge pull request #5192 from danisla/patch-1
Update to how zone is extracted from metadata
2017-08-07 16:03:44 -07:00
Matthew Hooker 943e8e648a
properly handle decode error 2017-08-07 11:09:40 -07:00
Matthew Hooker 341471d55b Merge pull request #5224 from lfarnell/code-cleanup
Code Cleanup
2017-08-07 11:07:46 -07:00
Luke Farnell 7c3eb33cda Fixed spelling mistakes 2017-08-07 13:45:50 -04:00
Luke Farnell d9a5b69403 clean up ineffectual assignments 2017-08-07 13:20:01 -04:00
Matthew Hooker c96c154272
update changelog 2017-08-04 14:01:46 -07:00
Matthew Hooker b0774546b8 Merge pull request #5217 from hashicorp/5213_port_related_null_communicator_crash
don't panic if the communicator is none and the port is 0
2017-08-04 14:00:17 -07:00
zhuzhih2017 eec162ee3c Merge pull request #5218 from mayn/fix-docs-post-processors-alicloud-import
docs: Alicloud Import post-processor - fix alicloud misspelling, add missing sidebar_current
2017-08-04 13:11:21 +08:00
Matthew Aynalem 974309d81f fix alicloud misspelling, add missing sidebar_current 2017-08-03 20:29:35 -07:00
zhuzhih2017 096a0cd4fb update aliyun go sdk and enable multi sites support for alicloud 2017-08-04 09:56:04 +08:00
Matthew Hooker c4e72dc4a0
fix formatting 2017-08-03 15:14:46 -07:00
Matthew Hooker ba7c2f9860 Merge pull request #5204 from qoomon/patch-3
Improve Completion through better option and file completion
2017-08-03 14:14:21 -07:00
Bengt Brodersen 5280a027d8 Update _packer 2017-08-03 23:11:52 +02:00
Megan Marsh c760e1323f don't panic if the communicator is none and the port is 0 2017-08-03 13:54:57 -07:00
Matthew Hooker 8459f239fe Merge pull request #5214 from mayn/fix-doc-post-processor-vsphere
docs: vsphere post-processor - move resource_pool to optional section
2017-08-03 10:50:15 -07:00
Matthew Aynalem 64b8666531 move resource_pool to optional section 2017-08-03 07:49:15 -07:00
Matthew Hooker ef274d398d Merge pull request #5210 from hashicorp/sethvargo/remove_people
Remove people from community section
2017-08-02 13:24:02 -07:00
Seth Vargo c0e32695ca
Update deploy process 2017-08-02 14:25:13 -04:00
Seth Vargo 3d0ab090b0
Remove people from community section
This is going to be replaced with dynamic content from our CMS in the
future, but we agreed to remove it in the interim.
2017-08-02 14:12:01 -04:00
cstuntz c717765154 Removing tagging post instance launch 2017-08-02 09:29:47 -07:00
Andrew Pryde e8e0e8c948 Add ssh_private_key_file support to BMCS builder 2017-08-02 17:18:53 +01:00
Andrew Pryde e8e13dde60 Split BMCS config docs into required/optional 2017-08-02 12:44:44 +01:00
Andrew Pryde 8c81bb5dac Fix BMCS builder step error reporting style
See: https://github.com/hashicorp/packer/pull/4554#discussion_r130214247
2017-08-02 12:44:44 +01:00
Andrew Pryde fc17f69bad Set default BMCS builder image name
Set the default image name to "packer-{{timestamp}}".
2017-08-02 12:43:53 +01:00
Andrew Pryde 630ee5d650 Change imports mitchelh/packer -> hashicorp/packer 2017-08-02 09:53:48 +01:00
Andrew Pryde e981c5bfb5 Add note in BMCS builder docs re subnet comm port
Communicator must be able to communicate with instance via configured
subnet. The default communicator and default BMCS subnet work out of
the box, however, this makes required config for custom set-ups
clearer. Resolves @dave2's comment on
https://github.com/mitchellh/packer/pull/4554.
2017-08-02 09:53:48 +01:00
Andrew Pryde 3c4ec2dc3e Allow override signing key pass in oracle-bmcs
Adds pass_phrase property to the oracle-bmcs builder to allow users to
specify/override a pass phrase for the private key used to sign requests
to the BMCS API.
2017-08-02 09:53:48 +01:00
Andrew Pryde 25e4843a6f BMCS password protected keys via config file
Implements support for signing requests with encrypted private keys in
the BMCS SDK.

The pass_phrase property in the SDK config file is now supported. See
https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/sdkconfig.htm
for more information.
2017-08-02 09:53:48 +01:00
Andrew Pryde 3473162234 Add pass and interactive auth to bmcs ssh conf
Adds password and keyboard interactive authentication to the oracle-bmcs
builder.
2017-08-02 09:53:48 +01:00
Andrew Pryde 7eb3f30d50 Fix oracle-bmcs tests panicing instead of failing
Replace use of t.Errorf with t.Fatalf to prevent subsequent panic on nil
pointer access.
2017-08-02 09:53:48 +01:00
Andrew Pryde 7dcd7cac47 Remove default SSHUsername in oracle-bmcs config 2017-08-02 09:53:48 +01:00
Andrew Pryde 9728f890cf Implemented and documented oracle-bmcs builder
Implements a new Packer builder (oracle-bmcs) which adds support for
building custom images for Oracle Bare Metal Cloud Services (BMCS)
https://cloud.oracle.com/en_US/bare-metal.

Additionally includes documentation for the oracle-bmcs builder.
2017-08-02 09:53:48 +01:00
Bengt Brodersen 40b792746a Improve Completion through better option and file completion 2017-08-02 09:18:38 +02:00
Matthew Hooker 5d8a985f56 Merge pull request #5199 from hashicorp/remove-date-atlas-warning
Remove date from atlas post-processor warning
2017-08-01 12:38:38 -07:00
Justin Campbell 24c4029bb1 Remove date from atlas post-processor warning 2017-08-01 09:08:14 -04:00