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
Matthew Hooker
4c52ee9697
update changelog
2017-07-31 14:43:02 -07:00
Matthew Hooker
ea7e6e0d4e
Merge pull request #5195 from qoomon/patch-2
...
Update zsh completion, add file completion
2017-07-31 14:41:38 -07:00
cstuntz
60cbd49536
updating govendor imports
2017-07-31 11:47:56 -07:00
cstuntz
42444e58e6
Updating step_run_source_instance to add tags at instance start instead of adding them to running instance
2017-07-31 11:38:30 -07:00
bugbuilder
5e1d241db4
Close govmomi session
2017-07-31 10:30:13 -04:00
Bengt Brodersen
4cc8f25464
Update zsh completion, add file completion
2017-07-31 10:43:38 +02:00
bugbuilder
786d3c0a9d
updated documentation, vm_name mandatory and cleaning code
2017-07-31 00:26:58 -04:00
Dan Isla
00797cc23b
Update to how zone is extracted from metadata
2017-07-29 08:20:58 -07:00
Matthew Hooker
c2f142eea3
Merge pull request #5133 from mayn/fix-docs-provisioners-salt-masterless
...
docs salt-masterless provisioner - move required element out of optional elements section
2017-07-28 13:09:02 -07:00
Michael Kuzmin
9876a28ea7
vmware: publish vm_name as artifact ID
2017-07-28 11:16:46 +03:00
bugbuilder
08c6139da4
Create folder using the invotory path
2017-07-27 16:55:47 -04:00