Commit graph

8048 commits

Author SHA1 Message Date
Andrew Pryde
dbbe8665e6 NewRunner -> NewRunnerWithPauseFn in bmcs builder 2017-09-05 11:08:27 +01: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
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
Bengt Brodersen
4cc8f25464 Update zsh completion, add file completion 2017-07-31 10:43:38 +02: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
Matthew Hooker
994090cac6 Merge pull request #5180 from rickard-von-essen/docs-remove-ssh-from-builders
Remove ssh_username` from builder docs
2017-07-27 13:11:18 -07:00
Matthew Hooker
b322f0ba22
update changelog 2017-07-27 13:10:15 -07:00
Matthew Hooker
a124a3abdb Merge pull request #5181 from rickard-von-essen/issue-5176
core: iso_checksum_url should strip query param
2017-07-27 13:07:31 -07:00
Matthew Hooker
ab2993ac94
update changelog 2017-07-27 13:02:59 -07:00
Matthew Hooker
b99e2c4b96 Merge pull request #5148 from zhuzhih2017/master
fix keypair error for debug mode and increase the wait time to avoid …
2017-07-27 13:02:09 -07:00
Rickard von Essen
ffa8626f8b Updated CHANGELOG.md 2017-07-27 21:21:24 +02:00
Rickard von Essen
28078f2268 Merge pull request #5172 from rickard-von-essen/prl-vmtype
parallels: Remove soon to be removed --vmtype flag
2017-07-27 21:18:41 +02:00
Rickard von Essen
97498f80be
core: iso_checksum_url should strip query param
When iso_urls contains query parameters these should be stripped when
searching the content of iso_checksum_url for a maching checksum.

Closes #5176
2017-07-27 07:21:39 +02:00
Rickard von Essen
b66bc549cd
Remove ssh_username` from builder docs 2017-07-27 06:53:16 +02:00
Rickard von Essen
8a035ddb8a
parallels: Remove soon to be removed --vmtype flag
In the next release of Parallels Desktop for Mac Pro Ed. the prlctl createvm
command doen't support the --vmtype flag anymore.
2017-07-26 07:27:08 +02:00
Matthew Hooker
b9d1fada25
go <= 1.6 are no longer supported 2017-07-24 13:27:31 -07:00
Rickard von Essen
dcbf4d5f9a
digitalocean: docs: Added missing newline 2017-07-23 07:47:53 +02:00
Rickard von Essen
54de455729 Merge pull request #5163 from bhcleek/default-gopath
support default GOPATH
2017-07-22 18:02:31 +02:00
Billie Cleek
e7b0785380 support default GOPATH
set GOPATH as an explicit Make variable instead of relying on the
environment variable so that contributors that use the default GOPATH
without setting the GOPATH environment variable can build the dev
target.
2017-07-22 08:45:34 -07:00
Rickard von Essen
0a05ce63b1 Merge pull request #5161 from rickard-von-essen/amz-ebs-doc-fix
amazon-ebs: docs: indentation fix
2017-07-22 08:15:08 +02:00
Rickard von Essen
0fe22d55d7
amazon-ebs: docs: indentation fix 2017-07-22 08:14:27 +02:00
zhuzhih2017
8cf8079cad rename variable name to avoid misunderstanding 2017-07-21 09:47:21 +08:00
zhuzhih2017
62da0e7607 fix keypair error for debug mode and increate the wait time to avoid the timeout failure, add the more example 2017-07-20 11:13:59 +08:00
Megan Marsh
8cfef76cdd Merge pull request #5146 from hashicorp/investigate_5142
quick patch to make ansible work again
2017-07-19 13:34:26 -07:00
Megan Marsh
07decf99ad quick patch to make ansible work again 2017-07-19 10:28:13 -07:00
Megan Marsh
ba3d4c8cd2 updating to dev version 1.0.4 2017-07-17 17:08:47 -07:00
Megan Marsh
c0ddb4a044
Cut version 1.0.3 2017-07-17 16:55:09 -07:00
Megan Marsh
e6b809dc32 update version to 1.0.3 2017-07-17 16:24:21 -07:00
Megan Marsh
3bfe4aacd9 update changelog in prep for 1.0.3 2017-07-17 16:22:58 -07:00
Megan Marsh
08a56a7f49 Merge pull request #5132 from hashicorp/4923_encrypt_docs
clarify docs for encrypt_boot
2017-07-17 13:12:59 -07:00
Megan Marsh
f4eda4d5b0 Merge pull request #5140 from minac/patch-1
Removed MAINTAINER from changes
2017-07-17 11:41:01 -07:00
Miguel David
d48ad02fbb Removed MAINTAINER from changes
Removed maintainer from changes array since "Stderr: Error response from daemon: maintainer is not a valid change command"
2017-07-17 18:23:13 +01:00
Rickard von Essen
792977906f Updated CHANGELOG.md 2017-07-17 18:42:03 +02:00
Rickard von Essen
ef5c7936f2 Merge pull request #5130 from rickard-von-essen/cloudstack-ssh-agent
cloudstack: Add support for ssh_agent_auth
2017-07-17 18:41:24 +02:00
Matthew Aynalem
d08e47a853 docs salt-masterless provisioner - move required element out of optional elements section 2017-07-16 16:26:31 -07:00
Megan Marsh
987347c7d5 clarify docs for encrypt_boot 2017-07-14 16:32:47 -07:00