Lesko, Matthew (NIH/NLM/NCBI) [C]
8c87b1cc00
First attempt for re-using a named EC2 keypair
...
Adds a 'ssh_keypair_name' option to the configuration
for AWS, along with some munging to create the
temporarily keypair if one isn't specific.
NOT YET WORKING.
From a 'make' I get the following errors:
builder/amazon/ebs/builder.go:94: b.config.SSHKeyPairName undefined
(type config has no field or method SSHKeyPairName)
builder/amazon/instance/builder.go:199: b.config.SSHKeyPairName
undefined (type Config has no field or method SSHKeyPairName)
2015-01-13 13:12:04 -05:00
Ross Smith II
8fea991516
Merge pull request #1742 from jenspinney/master
...
Fix documentation for openstack_provider and provider config options.
[skip ci]
2015-01-10 09:21:33 -08:00
Rickard von Essen
4a0c242c3f
Merge pull request #1760 from rickard-von-essen/issue-1746
...
builder/parallels: Use most recent DHCP lease when determining IP.
2015-01-07 11:27:27 +01:00
Jack Pearkes
4b0d861373
docs/vmware-iso: fix boot command encoding
2015-01-04 13:43:54 -05:00
Seth Vargo
93f9e90fde
Merge pull request #1806 from tsugliani/patch-1
...
Update plugins.html.markdown
2015-01-03 13:02:17 -05:00
Timo Sugliani
6b14b6282a
Update plugins.html.markdown
...
I think this is the required PATH for windows.
2015-01-03 14:34:37 +01:00
Ross Smith II
b91fd6b226
Merge pull request #1802 from nickpad/patch-1
...
Fix amazon instance type on build an image page [skip ci]
2014-12-31 07:33:27 -08:00
Ross Smith II
082f9244ed
provisioner/salt-masterless: Add `--retcode-passthrough` to salt-call
...
[skip ci]
2014-12-31 07:32:38 -08:00
Ross Smith II
45758e2925
Merge pull request #1800 from tgecho/master
...
Add `--retcode-passthrough` to salt-call so the build fails when there is an error running `highstate`
2014-12-31 07:31:29 -08:00
Nick Dainty
c0a56b6a2b
Fix amazon instance type on build an image page
...
This page referred to using a "t1.micro" instance but the template actually uses a "t2.micro".
2014-12-30 19:55:16 +00:00
Erik Simmler
034ed36d0e
Ask salt to return a proper exit code so we can fail the builder appropriately.
2014-12-30 10:34:43 -05:00
Ross Smith II
4787f87a4b
Merge pull request #1766 from TimAtLassian/issue-1765-fix-symlink-upload
...
Create temporary copy of symlink before uploading, fixes #1765
2014-12-30 07:25:49 -08:00
Ross Smith II
ecf82071ce
Merge pull request #1784 from mefellows/docu/aws-credentials-file
...
Updated Amazon documentation to reflect use of credentials file
[skip ci]
2014-12-30 07:24:37 -08:00
Ross Smith II
2878e68a7d
provisioner/puppet-masterless: Allow manifest_file to be a directory [skip ci]
2014-12-29 19:41:01 -08:00
Ross Smith II
a2ec4bca96
Merge pull request #1771 from neekipatel/master
...
Allow manifest_file to be a directory for Puppet Masterless Porvisioner
2014-12-29 19:40:09 -08:00
Ross Smith II
9a9395a4f0
Merge pull request #1788 from malclocke/patch-1
...
Fix link to shell provisioner [skip ci]
2014-12-29 19:38:11 -08:00
Ross Smith II
a65c67fab7
Update CHANGELOG.md
2014-12-29 14:08:20 -08:00
Ross Smith II
acb166aad7
builder/docker: Fixed hang on prompt while copying script, fixes #1656
2014-12-29 14:07:59 -08:00
Ross Smith II
1fbcd835ff
Merge pull request #1712 from gotcha/patch-1
...
Escapes cp alias, fixes #1656
2014-12-29 14:04:49 -08:00
Ross Smith II
92ca376795
Fixed failing on response [GH-1735]
2014-12-29 14:04:03 -08:00
Ross Smith II
a890c80f78
Merge pull request #1789 from grafjo/patch-1
...
Changed type of version.number / vagrant-cloud post-processor
Fixes #1735
2014-12-29 13:59:09 -08:00
Ross Smith II
a51206f749
Merge pull request #1790 from joelhandwell/patch-1
...
Added Chocolatey as alternative installation [skip ci]
2014-12-29 13:57:57 -08:00
Ross Smith II
df4ecc1df6
Merge pull request #1793 from joelhandwell/patch-2
...
Fix typo: One attached -> Once attached [skip ci]
2014-12-29 13:57:33 -08:00
Rickard von Essen
d424ed1e37
builder/parallels: Use most recent DHCP lease when determening IP.
...
Fixes #1746 . Problem establishing SSH connection with Fedora 21 and
Parallels
2014-12-28 22:22:16 +01:00
Johannes Graf
277632ad99
Removed version.number / vagrant-cloud post-processor
...
A few weeks ago ... the version.number changed from an integer to a
semver based string.
I guess version.number and version.version are equals now. So
version.version can be used.
This commit should fix #1735
2014-12-27 15:30:34 +01:00
Joel Handwell
297eb3777b
Fix typo: One attached -> Once attached
2014-12-26 00:42:41 -05:00
Neeki Patel
3a3a81b01c
Merge remote-tracking branch 'upstream/master'
2014-12-24 17:04:27 -05:00
Joel Handwell
cf23e34404
Added Chocolatey as alternative installation
2014-12-23 20:59:48 -05:00
Malcolm Locke
07ed577ce0
Fix link to shell provisioner
2014-12-24 13:37:41 +13:00
Seth Vargo
25441b6772
Merge pull request #1787 from victortrac/bootstrap_args
...
fix passing bootstrap_args to bootstrap script (issue #1235 )
2014-12-22 15:42:29 -05:00
Victor Trac
eb72584415
fix passing bootstrap_args to bootstrap script
2014-12-22 14:08:32 -06:00
Godefroid Chapelle
f52283d78e
all calls to cp should be escaped
2014-12-22 12:58:41 +01:00
Godefroid Chapelle
ff0772d479
Merge remote-tracking branch 'origin' into patch-1
2014-12-22 12:45:50 +01:00
Ross Smith II
10dee1bd68
Temporarily fix build by forking golang.org/x/oauth2 @ b3f9a68
2014-12-21 11:22:24 -08:00
Ross Smith II
b8626d8340
Alphabetized options in qemu.html.markdown
2014-12-21 10:12:34 -08:00
Matt Fellows
59c54a2a7a
Updated Amazon documentation to reflect the precedence rules putting ~/.aws/credentials files ahead of env vars. Ref #1612
2014-12-19 13:32:06 +11:00
Seth Vargo
9711bec76f
Merge pull request #1776 from josephholsten/update-packer-default-output
...
update default output to reflect current packer release
2014-12-17 11:27:20 -05:00
Joseph Anthony Pasquale Holsten
d414ed0d49
update default output to reflect current packer release
2014-12-16 22:01:56 -08:00
Seth Vargo
40af4fd2c4
Merge pull request #1772 from mbarrin/master
...
Updated the spot price docs
2014-12-16 13:04:27 -05:00
Matthew Barrington
bce1a5d9d7
Updated the spot price docs
2014-12-16 17:53:12 +00:00
Neeki Patel
027b43ea05
Fixed info declared and not used
2014-12-16 09:49:57 -05:00
Neeki Patel
5a9e5df967
Allow manifest_file to be a directory
...
Puppet is removing support for imports and node inherits. This change will support directories as manifests
https://docs.puppetlabs.com/puppet/latest/reference/dirs_manifest.html
https://docs.puppetlabs.com/puppet/latest/reference/lang_import.html
2014-12-16 09:27:30 -05:00
Tim Cinel
0f36a051d5
Create temporary copy of symlink before uploading, fixes #1765
2014-12-16 14:11:28 +11:00
Seth Vargo
496d1fe9b5
Merge pull request #1756 from StefanScherer/fix/packer-minus-minus-version
...
fixed `packer --version` to show version again
2014-12-13 17:44:08 -05:00
Stefan Scherer
8b10e70bc8
fixed packer --version
2014-12-13 19:40:39 +01:00
Seth Vargo
88d48151b0
Merge pull request #1749 from czerasz/patch-1
...
Fix broken links in the DigitalOcean documentation
2014-12-11 17:37:42 -08:00
Michał Czeraszkiewicz
1e88d41b6f
Fix broken links in the DigitalOcean documentation
2014-12-12 02:30:10 +01:00
Seth Vargo
ef9cceca06
Merge pull request #1748 from BlackIkeEagle/constant-4294967295-overflows-int
...
atlas post-processor on 32bit uint32 overflows int
2014-12-11 12:02:31 -08:00
BlackEagle
272ef5a6ba
atlas post-processor on 32bit uint32 overflows int
...
post-processor/atlas/util.go:16: constant 4294967295 overflows int
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2014-12-11 20:14:16 +01:00
Rickard von Essen
0e4d7613b2
Merge pull request #1747 from BlackIkeEagle/pp-atlas-unknown-buildId
...
atlas post-processor unknown atlas.UploadartifactOpts field BuildId
2014-12-11 17:00:50 +01:00