Commit Graph

3927 Commits

Author SHA1 Message Date
Emil Hessman 96b62af551 builder/virtualbox/iso: fix incorrect printf verb type
Fixes the following vet report:

builder/virtualbox/iso/builder_test.go:86: arg b.config.DiskSize for printf verb %s of wrong type: uint
2015-02-25 05:43:17 +01:00
Emil Hessman cceb4b2868 builder/qemu: fix incorrect printf verb type
Fixes the following vet report:

builder/qemu/builder_test.go:163: arg b.config.DiskSize for printf verb %s of wrong type: uint
2015-02-25 05:43:17 +01:00
Emil Hessman b19f9b9777 builder/parallels/iso: fix incorrect printf verb type
Fixes the following vet report:

builder/parallels/iso/builder_test.go:78: arg b.config.DiskSize for printf verb %s of wrong type: uint
2015-02-25 05:43:17 +01:00
Emil Hessman f5782084e5 builder/openstack: address vet reports
Fixes the following vet reports:

builder/openstack/artifact.go:44: arg a.ImageId for printf verb %d of wrong type: string
builder/openstack/step_wait_for_rackconnect.go:24: arg server for printf verb %s of wrong type: *github.com/mitchellh/gophercloud-fork-40444fb.Server
2015-02-25 05:42:19 +01:00
Emil Hessman 002e50f493 builder/googlecompute: fix formatting directives
Fixes the following vet reports:

builder/googlecompute/step_create_instance_test.go:42: possible formatting directive in Fatal call
builder/googlecompute/step_teardown_instance_test.go:29: possible formatting directive in Fatal call
builder/googlecompute/step_teardown_instance_test.go:39: possible formatting directive in Fatal call
2015-02-25 05:29:53 +01:00
Emil Hessman 413b84af6b builder/digitalocean: fix incorrect printf verb types
Fixes the following vet reports:

builder/digitalocean/builder_test.go:267: arg b.config.SSHUsername for printf verb %d of wrong type: string
builder/digitalocean/builder_test.go:300: arg b.config.RawSSHTimeout for printf verb %d of wrong type: string
builder/digitalocean/builder_test.go:341: arg b.config.RawStateTimeout for printf verb %d of wrong type: string
builder/digitalocean/builder_test.go:382: arg b.config.PrivateNetworking for printf verb %s of wrong type: bool
builder/digitalocean/builder_test.go:397: arg b.config.PrivateNetworking for printf verb %s of wrong type: bool
2015-02-25 05:29:53 +01:00
Emil Hessman 505f51ff27 builder/amazon/ebs: fix incorrect printf verb type
Fixes the following vet report:

builder/amazon/ebs/step_create_ami.go:90: arg resp.Return for printf verb %s of wrong type: bool
2015-02-25 05:29:53 +01:00
Emil Hessman 05c2206684 builder/amazon/common: fix incorrect printf verb type in amiRegionCopy
Fixes the following vet reports:

builder/amazon/common/step_ami_region_copy.go:81: arg target for printf verb %s of wrong type: github.com/mitchellh/goamz/aws.Region
builder/amazon/common/step_ami_region_copy.go:93: arg target for printf verb %s of wrong type: github.com/mitchellh/goamz/aws.Region
2015-02-25 05:29:53 +01:00
Seth Vargo 8c36684e98 Merge pull request #1846 from lalyos/patch-1
docs/templates: add note about escaping
2015-02-24 20:12:18 -05:00
Seth Vargo 06e73691d1 Merge pull request #1885 from ceh/fix-win-test
post-processor/vagrant: fix test failure on Windows
2015-02-24 20:06:00 -05:00
Seth Vargo 2067e312ce Update CHANGELOG 2015-02-24 20:03:27 -05:00
Seth Vargo c338d313db Merge pull request #1925 from tdooner/add_rackconnect_support
Add Rackconnect support to openstack builder
2015-02-24 20:02:26 -05:00
Seth Vargo d4d829a05a Update CHANGELOG 2015-02-24 19:55:23 -05:00
Seth Vargo 500654714c Merge pull request #1932 from bhourigan/issue1931
ec2-upload-bundle uses deprecated parameter
2015-02-24 19:54:33 -05:00
Seth Vargo 2d13cf9689 Merge pull request #1936 from leto/patch-1
Tell people to use OVF v2
2015-02-24 19:53:30 -05:00
Seth Vargo cc231ea497 Merge pull request #1941 from w1mvy/update_document
Updated doc with config
2015-02-24 19:51:44 -05:00
Seth Vargo 6a7d00f436 Update CHANGELOG.md 2015-02-24 17:02:02 -05:00
Seth Vargo 4f22fd25f5 Merge pull request #1875 from ryanuber/f-dofix
builder/digitalocean: fix response decoding after api changes
2015-02-24 17:01:23 -05:00
Ross Smith II 07b61f2ca8 Fix digitalocean urls in docs
[skip ci]
2015-02-24 11:32:27 -08:00
w1mvy 003bb6926c Updated doc with config 2015-02-23 21:36:37 +09:00
Seth Vargo 4170eb7d2c Merge pull request #1938 from ceh/spellcheck
website: address spelling mistakes
2015-02-21 12:24:57 -05:00
Emil Hessman 825cd7a86a website: address spelling mistakes 2015-02-21 09:27:04 +01:00
Duke Leto f7383d533d Tell people to use OVF v2
The example error message being in here is important so people can search for that error message and find the answer easily. The default in my VirtualBox is V1, so many people will run into this.
2015-02-19 15:42:35 -08:00
Brian Hourigan f40fd36c31 Changing --region to --location 2015-02-19 14:40:36 -05:00
Tom Dooner 726f5c45b1 Add some documentation of new Openstack options 2015-02-17 21:44:39 +00:00
Tom Dooner 6e92e60eef Add Rackconnect support
This adds two config options that we need in order to successfully build
our Rackspace images.

First, a boolean `rackconnect_wait` option which waits for the
RackConnect metadata to appear.

Second, an `ssh_interface` option, for rackconnect users who have more
prohibitive firewalls on the 'public' interface and want to ensure all
traffic to the server goes over the 'private' one.

Finishes #952.
2015-02-17 05:23:21 +00:00
Ross Smith II f1970370ef Merge pull request #1908 from sequenceiq/fix-version-check
fixing version numbers: RCs should be labeled x.x.x-rcx
2015-02-16 10:03:26 -08:00
Ross Smith II f35b8db498 Merge pull request #1904 from gnawhleinad/master
make it clear that "tools_upload_folder" is not used for esxi
[skip ci]
2015-02-16 10:02:24 -08:00
Ross Smith II 3a0cdb0389 Merge pull request #1889 from mhworth/master
Fix typo in log statement
2015-02-16 10:00:52 -08:00
Ross Smith II f14d455d68 Merge pull request #1887 from jenspinney/process-openstack-config-values
Support user variables for missing OpenStack string config options

Fixes #1506
2015-02-16 09:59:48 -08:00
Ross Smith II a6d843ffd9 Merge pull request #1883 from dragon788/master
Boot command section in vmware and virtualbox ISO wasn't working
[skip ci]
2015-02-16 09:57:30 -08:00
Eric Johnson e7bb074ae5 Merge pull request #1919 from mbrukman/googlecompute-doc-fix-formatting
builders/googlecompute: made formatting consistent
2015-02-11 19:26:36 -08:00
Misha Brukman be4ccc77fb builders/googlecompute: made formatting consistent
Also updated Debian 7 VM image to `debian-7-wheezy-v20150127`.
2015-02-11 21:16:19 -05:00
Eric Johnson 22573d0d8c Merge pull request #1915 from mbrukman/googlecompute-docs-fix-link
builders/googlecompute: fixed link in docs.
2015-02-11 07:00:01 -08:00
Seth Vargo e0611d7dc2 Merge pull request #1917 from sequenceiq/atlas-postprocessor-auth-failure-hint
Clarify error message in case of an atlas client connection failure
2015-02-11 09:51:30 -05:00
lalyos a9648be580 Clarify error message in case of an atlas client connection failure
When a packer json contains an atlas postprocessor, and `packer validate` runned locally
in case of the missing ATLAS_TOKEN env var, the following error message is displayed:

* Error initializing client: authentication failed

It wasn't clear which plugin produced this message, so the amazon-ebs builder was the suspect
2015-02-11 11:25:30 +01:00
Misha Brukman a935b31620 builders/googlecompute: fixed link in docs. 2015-02-10 20:13:28 -05:00
Jack Pearkes 2db039bfe2 Merge pull request #1897 from KFishner/docs-atlas-post-processor
Add Atlas post-processor documentation
2015-02-09 16:41:35 -08:00
lalyos c6de15642d fixing version numbers: RCs should be labeled x.x.x-rcx
see conversation with ryanuber: https://github.com/hashicorp/go-checkpoint/issues/2#issuecomment-73199209
2015-02-08 07:44:05 +01:00
gnawhleinad faf65bec53 make it clear that is not used for esxi
Signed-off-by: gnawhleinad <danielleehwang@gmail.com>
2015-02-06 15:01:55 -08:00
Seth Vargo 26241c8ade Merge pull request #1895 from mitchellh/sethvargo/push_updates
Update Push APIs
2015-02-04 13:40:21 -05:00
Seth Vargo cd0d326934 Allow -create to be passed still for BC 2015-02-04 13:36:06 -05:00
Seth Vargo bfc4f4ff7d Clarify push interpolation caveat 2015-02-04 13:30:40 -05:00
Seth Vargo 444fe40588 Do not use Unsetenv 2015-02-04 13:30:40 -05:00
Seth Vargo 6728326cc3 Also pass in the template contents and name of the template when pushing 2015-02-04 13:30:40 -05:00
Seth Vargo 983b0b8988 Allow specifying a -message when pushing 2015-02-04 13:30:40 -05:00
Seth Vargo 7911d98836 Warn about pushing sensitive data in Packer templates 2015-02-04 13:30:40 -05:00
Seth Vargo 8e0c7ace3a Add a -message option to pushes 2015-02-04 13:30:40 -05:00
Seth Vargo 5d37c58457 Store the RawContents of the template on the template object
This allows children to get the raw templates without re-reading the
file.
2015-02-04 13:30:40 -05:00
Seth Vargo 08ba23f10f Unset the ATLAS_TOKEN environment variable before that test 2015-02-04 13:30:40 -05:00