3650 Commits

Author SHA1 Message Date
Seth Vargo
1906c71f2c Merge pull request #1672 from ryanbreed/patch-1
Use consistent escaping for ovftool uri creds
2014-11-26 16:08:56 -05:00
Eric Johnson
d3cd88f172 Merge pull request #1693 from dcarlino/gce_create_image
Create GCE image from persistent disk instead of from a tarball.
2014-11-26 10:32:47 -08:00
Dustin Carlino
23c947acf0 Create GCE image from persistent disk instead of from a tarball.
The new flow:
1) Provision the instance
2) Tear down the instance, but keep the boot disk
3) Create an image from the disk
4) Tear down the disk

The step to update gcloud is no longer needed, since gceimagebundle isn't used anymore.
Fixes #1507 and addresses https://github.com/mitchellh/packer/issues/1447#issuecomment-61610235.
2014-11-25 17:07:06 -08:00
Eric Johnson
87001dba60 Merge pull request #1679 from evandbrown/gce-service-accounts
Use golang/oauth2, no longer require client_secrets.json, and use
2014-11-24 05:43:11 -08:00
Evan Brown
ff149df30f Use golang/oauth2, no longer require client_secrets.json, and use
Service Account when run from a GCE Instance.
2014-11-21 12:45:27 -08:00
Eric Johnson
289fdc62a4 Merge pull request #1676 from mbrukman/gce-ubuntu
Added the Ubuntu image project for GCE.
2014-11-18 05:18:07 -08:00
Misha Brukman
74e1be7469 Added the Ubuntu image project for GCE.
The documentation:
https://cloud.google.com/compute/docs/operating-systems#ubuntu
shows that `ubuntu-os-cloud` is the proper project name.
2014-11-17 23:00:52 -05:00
Ryan Breed
514b5f52f1 consistent escaping for ovftool uri creds
I got thrown for a loop since the username is uri-escaped but the password was not.

I got thrown for another couple of loops due to the multiple levels of interpretation involved:
1) JSON syntax requires backslashes to be slash-escaped. Some vCenter deployments use windows domain-style usernames DOMAIN\user
2) the OVFTOOL docs specify that "all special characters" be uri-encoded when part of the user name or password
3) different shell interpretations on windows/linux

I'd say escape both or neither.
2014-11-12 23:03:14 -06:00
Jack Pearkes
ec216a52ef website: inherit font scheme 2014-11-07 10:18:44 -08:00
Jack Pearkes
658e6e094b website: fix SSL on downloads page 2014-11-05 08:19:39 -08:00
Mitchell Hashimoto
a5592964cb Merge pull request #1640 from vtolstov/master
builder/digitalocean: fix v2 api size
2014-10-30 14:21:26 -07:00
Vasiliy Tolstov
e5ea82f920 fix digitalocean v2 api size response
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2014-10-30 22:16:21 +03:00
Mitchell Hashimoto
399837b048 Merge pull request #1634 from whiteley/checksums-link
Fix checksums link
2014-10-28 15:12:14 -07:00
Matt Whiteley
8ad7d9b194 Fix checksums link 2014-10-28 15:10:16 -07:00
Mitchell Hashimoto
7e4dfcd283 Cleanup updatedeps more 2014-10-28 12:37:11 -07:00
Mitchell Hashimoto
e1e54646f0 Merge pull request #1633 from BlackIkeEagle/fix-clean-build-from-source
Fix make updatedeps
2014-10-28 12:33:53 -07:00
BlackEagle
22ef1dfd89 Fix make updatedeps
Since the fork mitchellh/gophercloud-fork-40444fb is used for
gophercloud the folder rackspace/gophercloud does not exist and the
version fix does not have to happen.

Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2014-10-28 20:25:26 +01:00
Mitchell Hashimoto
0173823b4f update CHANGELOG 2014-10-28 10:39:13 -07:00
Mitchell Hashimoto
26bc806251 Merge branch '0-8-0' 2014-10-28 10:38:52 -07:00
Mitchell Hashimoto
5bfc036e55 website:update version 2014-10-28 10:32:58 -07:00
Mitchell Hashimoto
b291dae3d5 website: try to update the Ruby 2014-10-28 10:28:17 -07:00
Mitchell Hashimoto
5da5bbad00 website: update Gemfile 2014-10-28 10:25:11 -07:00
Mitchell Hashimoto
4c7538dad8 v0.7.2 v0.7.2 2014-10-28 09:45:13 -07:00
Mitchell Hashimoto
06144cf287 fmt 2014-10-28 08:43:19 -07:00
Mitchell Hashimoto
98a52c296c Merge pull request #1597 from petrhosek/enable-custom-vagrant-providers
Extract Vagrant provider processing logic to a method
2014-10-28 08:43:12 -07:00
Mitchell Hashimoto
af4ff24090 Update CHANGELOG 2014-10-28 08:42:44 -07:00
Mitchell Hashimoto
0db6cd3533 Merge pull request #1330 from qur/qemu-vagrant
Qemu vagrant
2014-10-28 08:42:17 -07:00
Mitchell Hashimoto
eedf56724d Update cHANGELOG 2014-10-28 08:39:12 -07:00
Mitchell Hashimoto
60e2a8b5fc Merge pull request #1342 from iwebhosting/qemu-image-support
Add support for building QEMU images from pre-existing image files
2014-10-28 08:38:51 -07:00
Mitchell Hashimoto
cdc0a53f92 builder/vmware: fix compilation issues 2014-10-28 08:37:12 -07:00
Mitchell Hashimoto
76c3ae5c2a Upate cHANGELOG 2014-10-28 08:36:18 -07:00
Mitchell Hashimoto
6c44d72112 Merge pull request #1403 from notogawa/issue-1334
Fixes #1334, Add power on retry to ESXi Driver.
2014-10-28 08:35:42 -07:00
Mitchell Hashimoto
e422a45449 fmt 2014-10-28 08:35:21 -07:00
Mitchell Hashimoto
81d8cd0db4 Merge pull request #1394 from mafrosis/salt-masterless
Salt masterless tidy up
2014-10-28 08:35:10 -07:00
Mitchell Hashimoto
c1ba9d5c43 update cHANGELOG 2014-10-28 08:30:58 -07:00
Mitchell Hashimoto
7865026e22 Merge pull request #1463 from vtolstov/digitalocean
add digitalocean v2 api support
2014-10-28 08:30:23 -07:00
Mitchell Hashimoto
2c052fa8cc update cHANGELOG 2014-10-28 08:28:41 -07:00
Mitchell Hashimoto
00543fe582 Merge pull request #1479 from jasonberanek/esxi-remote-cache
buidler/vmware-esxi: Add configuration options for the remote location to cache ISO and floppy files
2014-10-28 08:28:15 -07:00
Mitchell Hashimoto
699561bf75 update cHANGELOG 2014-10-28 08:27:51 -07:00
Mitchell Hashimoto
7ad8f33ddb Merge pull request #1530 from Quintok/master
#1191 - Add VMWare virtualhw.version configuration option under 'version'
2014-10-28 08:27:22 -07:00
Mitchell Hashimoto
51daea504e Merge pull request #1630 from routelastresort/master
builder/vmware: accept SATA drives on root VMX
2014-10-28 08:27:08 -07:00
Mitchell Hashimoto
3eda0f33a0 provisioner/shell: quote PACKER env vars [GH-1565] 2014-10-28 08:23:18 -07:00
Mitchell Hashimoto
fc5db2604e builder/vmware: FUSION_APP_PATH to specify path [GH-1552] 2014-10-28 08:21:39 -07:00
Mitchell Hashimoto
4d92bf82ed update cHANGELOG 2014-10-28 08:15:54 -07:00
Mitchell Hashimoto
716d4719dc Merge pull request #1622 from delitescere/GH-1533-aws-timeout
builder/amazon: Extend timeout and allow user override [GH-1533]
2014-10-28 08:15:18 -07:00
Mitchell Hashimoto
0e856de95f Merge pull request #1631 from vtolstov/qemu_disk_cache
fix quote in variable name
2014-10-28 07:49:13 -07:00
Vasiliy Tolstov
e1e3d3c1e1 fix quote in variable name
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2014-10-28 17:25:53 +03:00
Vasiliy Tolstov
10612b5d89 try to avoid pagination
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2014-10-28 16:05:37 +03:00
Vasiliy Tolstov
8f9e9abca1 Merge branch 'master' into digitalocean 2014-10-28 16:03:32 +03:00
John Deatherage
68fbf5c21a builder/vmware: accept SATA drives on root VMX 2014-10-28 00:58:46 -07:00