Commit Graph

3239 Commits

Author SHA1 Message Date
Mitchell Hashimoto 8d88aaf150 Merge pull request #1168 from rasa/972-add-clone-support-for-vmware-player-6-v2
builder/vmware: add VMWare Player 6 support
2014-09-02 11:08:18 -07:00
Mitchell Hashimoto 01193bf45f Update CHANGELOG 2014-09-02 10:57:28 -07:00
Mitchell Hashimoto c185fa42f3 Merge pull request #1200 from zigg/feature/virtualbox-iso-sata
builder/virtualbox: implement `iso_interface` setting
2014-09-02 10:56:57 -07:00
Mitchell Hashimoto 2a9cb50b17 builder/amazon: fix broken build 2014-09-02 10:17:52 -07:00
Mitchell Hashimoto 893b79c423 Update CHANGELOG 2014-09-02 10:02:39 -07:00
Mitchell Hashimoto ba3bae8a65 Merge pull request #1239 from StefanScherer/fix_skip_floppy_in_vmx_data_post_step
builde/vmware: skip adding floppy again in vmx_data_post step
2014-09-02 10:02:17 -07:00
Mitchell Hashimoto 519adf8579 Merge pull request #1260 from lflux/website-openstack-rackspace-default
website: add required value for openstack_provider for rackspace example
2014-09-02 09:58:47 -07:00
Mitchell Hashimoto 95ed701ab1 Merge branch 'nBerg-additional-user-variables' 2014-09-02 09:57:59 -07:00
Mitchell Hashimoto 825864a9ea Merge branch 'additional-user-variables' of github.com:nBerg/packer into nBerg-additional-user-variables
Conflicts:
	builder/amazon/common/run_config.go
2014-09-02 09:57:52 -07:00
Mitchell Hashimoto 752162c234 fmt 2014-09-02 09:55:06 -07:00
Mitchell Hashimoto 7c11d2a313 post-processor/vagrant: style 2014-09-02 09:54:55 -07:00
Mitchell Hashimoto 67bd0a38ee Update CHANGELOG 2014-09-02 09:53:26 -07:00
Mitchell Hashimoto 986394292f Merge pull request #1371 from alevkin/master
post-processor/vagrant: Change creating boxes for customizing metadata.json
2014-09-02 09:53:06 -07:00
Mitchell Hashimoto 551a774787 Update CHANGELOG 2014-09-02 09:51:49 -07:00
Mitchell Hashimoto fa4b737620 Merge pull request #1375 from yveslaroche/fix-ansible-inventory-path
provisioner/ansible: Fix Ansible inventory path on Windows
2014-09-02 09:51:31 -07:00
Mitchell Hashimoto 5d1c1e6716 Merge pull request #1373 from anthonybishopric/debug_bundle_commands
builder/amazon-instance: Debug the evaluated bundle commands
2014-09-02 09:49:12 -07:00
Mitchell Hashimoto c9264b22c1 Update CHANGELOG 2014-09-02 09:48:14 -07:00
Mitchell Hashimoto e8889e56ed Merge pull request #1381 from pas256/chroot-hvm
builder/amazonchroot: can build both PV and HVM images
2014-09-02 09:47:53 -07:00
Mitchell Hashimoto 02091537a8 Update CHANGELOG 2014-09-02 09:46:46 -07:00
Mitchell Hashimoto dac078b451 Merge pull request #1360 from jmassara/ee_fix
builder/amazon-chroot: Fix bug with getting ec2 connection instead of source image
2014-09-02 09:46:10 -07:00
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