Commit Graph

3330 Commits

Author SHA1 Message Date
Mitchell Hashimoto 4ef3874467 builder/virtualbox-*: seed RNG [GH-1386] 2014-09-02 09:35:59 -07:00
Mitchell Hashimoto df8e2f4f84 Update CHANGELOG 2014-09-02 09:32:14 -07:00
Mitchell Hashimoto 29676ccdbd Merge branch 'mattthias-master_add_support_for_tcg_accel_in_qemu_builder_' 2014-09-02 09:31:58 -07:00
Mitchell Hashimoto 78c534227a Merge branch 'master_add_support_for_tcg_accel_in_qemu_builder_' of github.com:mattthias/packer into mattthias-master_add_support_for_tcg_accel_in_qemu_builder_
Conflicts:
	builder/qemu/builder.go
	website/source/docs/builders/qemu.html.markdown
2014-09-02 09:31:53 -07:00
Mitchell Hashimoto 9cf046d993 Update CHANGELOG 2014-09-02 09:25:26 -07:00
Mitchell Hashimoto 9a032c8e74 Merge branch 'matthbak-master' 2014-09-02 09:24:40 -07:00
Mitchell Hashimoto 88c186df39 Merge branch 'master' of github.com:matthbak/packer into matthbak-master
Conflicts:
	builder/qemu/step_run.go
2014-09-02 09:24:31 -07:00
Mitchell Hashimoto fbf675876d Update CHANGELOG 2014-09-02 09:20:25 -07:00
Mitchell Hashimoto 3827c02126 Merge pull request #1396 from ianunruh/feature/vmware-ssh-host-template
builder/vmware: Add templating to VMware SSH host option
2014-09-02 09:19:50 -07:00
Mitchell Hashimoto 1a6db1ff29 Update CHANGELOG 2014-09-02 09:09:49 -07:00
Mitchell Hashimoto d9e8676ec5 Merge pull request #1455 from legal90/prl-tools-flavor
builder/parallels: Detect path to Parallels Tools ISO automatically
2014-09-02 09:09:02 -07:00
Mikhail Zholobov 394c83e56a website: Changed Parallels builder docs 2014-09-02 18:14:56 +04:00
Mikhail Zholobov 16cb6f60c8 builder/parallels: "guest_os_distribution" renamed to "guest_os_type".
"guest_os_distribution" become deprecated and is not required anymore.
But if it is defined (in outdated templates),then the value will be copied to "guest_os_type" and warning will be displayed.
2014-09-02 18:14:50 +04:00
Mikhail Zholobov bed6270288 builder/parallels: Detect path to Parallels Tools ISO automatically.
'parallels_tools_host_path' param is deprecated
'parallels_tools_flavor' is added (mandatory).
2014-09-02 18:14:26 +04:00
Mikhail Zholobov 40c169f757 builder/parallels: Added 'StepPrepareParallelsTools' 2014-09-02 18:14:26 +04:00
Mikhail Zholobov 13b355eaf0 builder/parallels: Added 'ToolsConfig' struct 2014-09-02 18:13:40 +04:00
Mikhail Zholobov 909d5ccb54 builder/parallels: 'ToolsIsoPath' added 2014-09-02 11:02:03 +04:00
Mitchell Hashimoto 668bd51fa2 Merge pull request #1410 from msabramo/openstack_builder_blank_keypair_is_error
builder/openstack: error out when gets blank keypair
2014-09-01 21:44:41 -07:00
Mitchell Hashimoto 18a4a4d5ea Merge pull request #1407 from hiroyuki-sato/patch_for_packer
builder/qemu: add machine_type option for qemu builder.
2014-09-01 21:39:06 -07:00
Mitchell Hashimoto 6b07803dfc Update CHANGELOG 2014-09-01 21:36:39 -07:00
Mitchell Hashimoto 1c58f8f210 Merge pull request #1418 from msabramo/openstack_builder_region_not_mandatory
builder/openstack: Make region not required if not rackspace
2014-09-01 21:36:05 -07:00
Mitchell Hashimoto 2bd41206b2 Update CHANGELOG 2014-09-01 21:33:28 -07:00
Mitchell Hashimoto 704648896e Merge pull request #1425 from dysinger/1424-amazon-instance-s3-region-not-url
builder/amazon-instance: Use Region not S3Endpoint (see Issue 1424)
2014-09-01 21:31:36 -07:00
Mitchell Hashimoto 82a3a7ddfd Merge pull request #1427 from NickPresta/master
Updating check for version when on devel.
2014-09-01 21:28:34 -07:00
Mitchell Hashimoto cd35d5a15b Merge pull request #1428 from NickPresta/patch-1
website: Updating Ubuntu 12.04 ISO location and checksum
2014-09-01 21:26:19 -07:00
Mitchell Hashimoto a0a7457e2b website: clean up layout 2014-09-01 21:25:50 -07:00
Mitchell Hashimoto b8132fd9af Merge pull request #1432 from rhbecker/docs/toc-and-title-fixes
docs: toc and title fixes
2014-09-01 21:25:13 -07:00
Mitchell Hashimoto 917060a597 Update CHANGELOG 2014-09-01 21:24:21 -07:00
Mitchell Hashimoto 5c09afe22c Merge pull request #1448 from vtolstov/simple
builder/digitalocean: add ability to set api url in template
2014-09-01 21:23:41 -07:00
Mitchell Hashimoto 845cdabe72 Update CHANGELOG 2014-09-01 21:22:51 -07:00
Mitchell Hashimoto ed00a5df19 Merge pull request #1453 from manul/master
builder/amazon-instance: It's possible to create instance-store images from EBS-based images
2014-09-01 21:22:05 -07:00
Ulf Mansson bebca3bfae It's not necessary to use an instance-store image to build an instance-store image, see this example http://sorcery.smugmug.com/2014/01/29/instance-store-hvm-amis-for-amazon-ec2/ so there should be no restriction on the ExpectedRootDevice 2014-08-29 09:22:27 +02:00
Vasiliy Tolstov e18f0f7f5b fix missing parts
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2014-08-28 22:24:31 +04:00
Vasiliy Tolstov 4166c63732 add ability to set api url in template
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2014-08-28 16:53:07 +04:00
Ross Smith II 008eb58c57 Update CHANGELOG.md 2014-08-26 14:06:52 -07:00
Rickard von Essen 07e11f27ec Merge pull request #1443 from rickard-von-essen/prl_nav_keys
builder/parallels: Added some navigation keys in "boot_command". Fixes [GH-1442]
2014-08-26 01:03:41 +02:00
Rickard von Essen f9cddd2e18 builder/parallels: Added some navigation keys. Fixes [GH-1442] 2014-08-26 01:00:58 +02:00
Rickard von Essen b0161f40fe Merge pull request #1440 from legal90/master
Enhancements for Parallels builder
2014-08-26 00:49:52 +02:00
Mikhail Zholobov fc2d695b0f builder/parallels: Added compatibility with Parallels Desktop 10 2014-08-24 07:38:24 +04:00
Mikhail Zholobov 10be7e27de builder/parallels: Added platform check 2014-08-24 07:30:29 +04:00
Mikhail Zholobov 9ad2b98673 builder/parallels: Removed config parameter 'ostype'
We have to set either 'ostype' or 'distribution', but not both.
2014-08-24 07:30:29 +04:00
Rickard von Essen 77ae2014ed Merge pull request #1438 from rickard-von-essen/parallels10
parallels: Support for Parallels Desktop 10
2014-08-23 20:25:56 +02:00
Rickard von Essen 732c767bfd parallels: Support for Parallels Desktop 10 2014-08-23 20:23:13 +02:00
Mitchell Hashimoto e3846e39c1 Merge pull request #1434 from frapposelli/fix-vmware-typos
Fixed multiple VMware typos.
2014-08-22 07:54:18 -07:00
Fabio Rapposelli d2a9a98eeb Fixed multiple VMware typos. 2014-08-22 10:07:36 +02:00
RH Becker e3015d7fe1 Add `page_title` attribute to each documentation file for which it didn't already exist, matching the value to each page's h1, respectively. 2014-08-21 17:41:35 -07:00
RH Becker 2e3b34789a Add table of contents link to orphan doc: `other/environmental-variables.html`. 2014-08-21 17:29:20 -07:00
Jason A. Beranek ebdfa2bc56 vmware-iso/driver-esxi: Fix VNC detection of used ports
Fixes error in earlier commit that didn't properly detect a port
  was listened to.
2014-08-20 20:42:05 -05:00
Eric Johnson 944d0e2ebf Merge pull request #1431 from mpage/gce-project-id-for-source-image
Allow specifying project for source images in GCE
2014-08-20 10:34:35 -07:00
Matt Page 8f237b7b94 Allow specifying project for source images in GCE
Within GCE, images may be shared across projects. Prior to this
commit, there was no way to inform the GCE builder that a source
image belonged to a specific project. This adds an optional
'source_image_project_id' key to the GCE builder config.
2014-08-20 10:20:28 -07:00