- 14 Oct, 2014 12 commits
-
-
Mitchell Hashimoto authored
website: ec2:ModifyImageAttribute already included in the sample policy
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
providers/aws: Ignore transient network errors when fetching AWS state.
-
Mitchell Hashimoto authored
website: Update example to match parameter.
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
provisioner/ansible: Colorize Ansible output, and don't buffer output.
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
provisioner/shell: single quote env var values.
-
Josh Frye authored
-
Josh Frye authored
-
- 13 Oct, 2014 3 commits
-
-
Tim Brown authored
Setting environment variables for the ansible-playbook invocation. ANSIBLE_FORCE_COLOR will ensure output is colorized. PYTHONUNBUFFERED will stream output as Ansible runs, vs getting a big dump of output at the end.
-
Tim Brown authored
The example showed "path" instead of "output".
-
Matt Page authored
Given that state fetching is an idempotent operation, a transient network error should not cause the entire build to fail. Instead, retry when such errors are encountered.
-
- 11 Oct, 2014 3 commits
-
-
Seth Vargo authored
fix a minor typo in platforms.html
-
Ilya Novikov authored
-
Eric Johnson authored
fix: Respect metadata supplied for GCE builders.
-
- 10 Oct, 2014 1 commit
-
-
Seth Vargo authored
Fixed dead links in doc section environment-variables.
-
- 09 Oct, 2014 1 commit
-
-
Mitchell Hashimoto authored
Use middleman-hashicorp
-
- 07 Oct, 2014 3 commits
-
-
Seth Vargo authored
-
Seth Vargo authored
-
Seth Vargo authored
-
- 06 Oct, 2014 2 commits
-
-
Matt Page authored
Previously, any per instance metadata supplied via the GCE builder was ignored. Test plan: - make test - Manual testing via: -- Created a packer config that contained a GCE builder with custom metadata set. -- Ran `packer build`. -- Verified the instance had the correct metadata in the GCE console.
-
Amos Shapira authored
ec2:ModifyImageAttribute is already included in the sample policy JSON (line 67 in the source file), so the comment about optionally adding it only adds confusion.
-
- 04 Oct, 2014 12 commits
-
-
Rickard von Essen authored
-
Rickard von Essen authored
builder/parallels: Create VM without hdd and then add it later
-
Rickard von Essen authored
builder/parallels: Rely on Cleanup functions to detach devices
-
Mikhail Zholobov authored
This is needed to make 'cdrom0' device unavailable during the ISO installation process. It is required for some guest OS types, such as FreeBSD and OmniOS.
-
Mikhail Zholobov authored
CD/DVD drive with installation ISO should be exactly the 2nd device in the VM boot order. This ensures that VM will boot from this ISO at the first boot time only.
-
Mikhail Zholobov authored
For each ISO image the individual cdrom device will be added to the VM. During the cleanup these devices will be deleted. It makes attach steps more clear - there is no doubt what is the name of the device. Related to: [mitchellh/packer#1502]
-
Mikhail Zholobov authored
-
JessThrysoee authored
Remove the redundant StepRemoveDevices and rely on the cleanup to be handled by: * StepAttachParallelsTools.Cleanup * StepAttachFloppy.Cleanup * stepAttachISO.Cleanup
-
Jack Pearkes authored
Update website to use latest middleman
-
Rickard von Essen authored
builder/parallels: Ignore 'The fdd0 device does not exist'
-
Seth Vargo authored
-
Seth Vargo authored
-
- 01 Oct, 2014 1 commit
-
-
Mikhail Zholobov authored
Avoid the disk resize because it is unsupported for some guests (OS X) http://kb.parallels.com/en/113653
-
- 27 Sep, 2014 1 commit
-
-
Rickard von Essen authored
builder/parallels: Bundle python version of prltype
-
- 26 Sep, 2014 1 commit
-
-
Nicolai Fröhlich authored
Due to a missing `/` the links pointed to i.e. `docs/other/docs/other/core-configuration.html` producing a 404 / Page not found.
-