Chris Lundquist
612c87ee2d
[lxc] add first draft of documentation
9 years ago
Chris Lundquist
f6bc158a80
[lxd] minor fixups for new styles and docs
9 years ago
Chris Lundquist
05f072929f
[lxd] first pass at docs
9 years ago
Megan Marsh
3974976518
Merge pull request #5137 from vilkaspilkas/f-googlecompute-accelerator
...
Add accelerator api support to googlecompute builder
9 years ago
Rickard von Essen
1a1ab3863c
cloudstack: Add support for Security Groups
...
Adds two new options:
- `create_security_group` which automatically creates a temporary SG.
- `security_groups` which takes a list of SGs to attach to the instance.
9 years ago
Megan Marsh
cc104cdf55
Merge pull request #5174 from rickard-von-essen/cloudstack-temp-ssh-key
...
cloudstack: Setup temporary SSH keypair
9 years ago
Megan Marsh
1adcce6046
Merge pull request #5284 from hashicorp/fix_5093
...
Allow granular modification of sriov and ena enhanced networking opti…
9 years ago
Megan Marsh
2c2321fb99
remove enhanced_networking deprecation note from docs. changelog will suffice
9 years ago
Megan Marsh
85ad1f58fb
include ena_support and sriov_support in chroot and instance docs
9 years ago
Megan Marsh
2d4bc70d7b
use ami prefix to make it clear that these variables are amazon specific
...
add fixer, fixer tests
9 years ago
Megan Marsh
9e2e467b31
Allow granular modification of sriov and ena enhanced networking options in amazon amis. Maintain old functionality.
9 years ago
Christopher Boumenot
9a34fd15ca
azure: improve docs and validation
...
Closes #5186
9 years ago
Christopher Boumenot
0780667b4d
azure: support storage account for managed images
...
Closes #5202
9 years ago
Victor Ronin
cb75796389
Show a message why VM export was skipped while building on VMWare Fusion/Workstation
9 years ago
Matthew Aynalem
caaf6c3271
docs builders/alicloud - add missing sidebar_current
9 years ago
Sergei A Mamonov
0b4e8474e2
Add docker container_dir to docs
9 years ago
Joao Albuquerque
d909c702ee
Working PublicPrivate
9 years ago
Andrew Pryde
e8e0e8c948
Add ssh_private_key_file support to BMCS builder
9 years ago
Andrew Pryde
e8e13dde60
Split BMCS config docs into required/optional
9 years ago
Andrew Pryde
e981c5bfb5
Add note in BMCS builder docs re subnet comm port
...
Communicator must be able to communicate with instance via configured
subnet. The default communicator and default BMCS subnet work out of
the box, however, this makes required config for custom set-ups
clearer. Resolves @dave2's comment on
https://github.com/mitchellh/packer/pull/4554 .
9 years ago
Andrew Pryde
3c4ec2dc3e
Allow override signing key pass in oracle-bmcs
...
Adds pass_phrase property to the oracle-bmcs builder to allow users to
specify/override a pass phrase for the private key used to sign requests
to the BMCS API.
9 years ago
Andrew Pryde
9728f890cf
Implemented and documented oracle-bmcs builder
...
Implements a new Packer builder (oracle-bmcs) which adds support for
building custom images for Oracle Bare Metal Cloud Services (BMCS)
https://cloud.oracle.com/en_US/bare-metal .
Additionally includes documentation for the oracle-bmcs builder.
9 years ago
Bill Wang
28a986691d
Add policies to use spot instance to create the AMI
9 years ago
Rickard von Essen
b66bc549cd
Remove ssh_username` from builder docs
9 years ago
Rickard von Essen
fc964bfab2
cloudstack: Setup temporary SSH keypair
9 years ago
Rickard von Essen
dcbf4d5f9a
digitalocean: docs: Added missing newline
9 years ago
Rickard von Essen
0fe22d55d7
amazon-ebs: docs: indentation fix
9 years ago
Saulius Grusnys
1d4c42930f
Update accelerator_type documentation to note the required on_host_maintenance value
9 years ago
Saulius Grusnys
2e1f85a3f2
Adding accelerator_count and accelerator_type to optional configuration reference
9 years ago
Megan Marsh
08a56a7f49
Merge pull request #5132 from hashicorp/4923_encrypt_docs
...
clarify docs for encrypt_boot
9 years ago
Miguel David
d48ad02fbb
Removed MAINTAINER from changes
...
Removed maintainer from changes array since "Stderr: Error response from daemon: maintainer is not a valid change command"
9 years ago
Rickard von Essen
ef5c7936f2
Merge pull request #5130 from rickard-von-essen/cloudstack-ssh-agent
...
cloudstack: Add support for ssh_agent_auth
9 years ago
Megan Marsh
987347c7d5
clarify docs for encrypt_boot
9 years ago
Rickard von Essen
f47c41372e
cloudstack: Add support for ssh_agent_auth
9 years ago
Rickard von Essen
01b9bf4d4f
Merge pull request #5127 from rickard-von-essen/cloudstack-docs
...
cloudstack: Multiple doc fixes
9 years ago
Rickard von Essen
291d9ccaf1
Updated after review
9 years ago
Rickard von Essen
4a6d029554
Merge pull request #5125 from rickard-von-essen/cloudstack-cidr
...
cloudstack: Add default cidr_list [ 0.0.0.0/0 ]
9 years ago
Rickard von Essen
89b9b4c456
cloudstack: Add default cidr_list [ 0.0.0.0/0 ]
9 years ago
Rickard von Essen
a1a655bfd8
cloudstack: add note to source_iso
9 years ago
Rickard von Essen
bc5f277faf
cloudstack: add user_data_file to docs
9 years ago
Rickard von Essen
e7320b526c
cloudstack: Added missing `ssh_username` to the example
9 years ago
Rickard von Essen
ec01ffa91b
cloudstack: Moved several settins to the optional section
...
Moved `instance_name`, `template_name`, and `template_display_name` to the
optional section since the have default values.
9 years ago
Rickard von Essen
0d7c3ac171
cloudstack: Allow reading api_url, api_key, and secret_key from env vars
...
If unset reads:
- `api_url` from `CLOUDSTACK_API_URL`
- `api_key` from `CLOUDSTACK_API_KEY`
- `secret_key` from `CLOUDSTACK_SECRET_KEY`
9 years ago
Sander van Harmelen
3f444997b2
Make expunge optional and improve logging output ( #5099 )
9 years ago
Lars Tobias Skjong-Børsting
c01f6d8708
builder/cloudstack: Support http server ( #5017 )
...
builder/cloudstack: Added docs for http server
Closes hashicorp/packer#4949
9 years ago
Taliesin Sisson
2325c1ee58
Merge pull request #5085 from Lee303/builder-hyperv-temppath
...
Hyper-V Builder - Add support for temp_path directive to override system %temp%
9 years ago
Taliesin Sisson
d569a1b879
Merge pull request #5014 from Lee303/builder-hyperv-floppydirs
...
Add support for floppy_dirs with hyperv-iso builder
9 years ago
Lee
599b888278
Update docs to indicate default path
9 years ago
Lee
0680cb08e5
Add support for temp_path directive to override systemp %temp%
9 years ago
Megan Marsh
657ec011d7
docs: properly indent sub-options for ami_block_device_mappings
9 years ago
Rickard von Essen
46ec8ccb97
Merge pull request #5035 from rickard-von-essen/issue-5018
...
googlecompute: Allow using URL's for network and subnetwork
9 years ago
Rickard von Essen
f230f00726
googlecompute: Allow using URL's for network and subnetwork
...
If full server URL's is used in subnetwork we can skip reading from the network
API. This is usefull when you can launch instances in a shared network but don't
have access to do GET on the network resources.
Closes : #5018
9 years ago
Christopher Boumenot
9361a9959c
azure: device login notes
9 years ago
Christopher Boumenot
c8939be0e9
azure: rebase issue with docs
9 years ago
Christopher Boumenot
c09f8b84b9
azure: fit and finish
...
* More unit testing to assert customer's configuration.
* Further reduce the options that are needed to power an Azure build.
This seems like a much more manageable level.
* Update all of the examples to use a more current VM sku.
* Add an example for RHEL.
* Move from OpenSuSE to SuSE.
* Update the docs.
9 years ago
Christopher Boumenot
51e03d39e6
azure: update managed image documentation
...
Alphabetize the optional arguments.
Add documentation for the custom_data_file option.
9 years ago
James Turnbull
db7a4e56f9
Fixed typo
9 years ago
James Turnbull
df5e35f408
Updating some references from mitchellh to hashicorp
9 years ago
Lee Spottiswood
68bddbbf57
Merge branch 'master' into builder-hyperv-floppydirs
9 years ago
Chainarong Tangsurakit
d4e83f044e
Update Builder docs for Google Cloud Platform
...
Update Builder docs for Google Cloud Platform
9 years ago
Lee Spottiswood
f95093ef63
Add support for floppy_dirs with hyperv-iso builder
9 years ago
Matthew Hooker
bcc0d24bf4
run docs through pandoc
9 years ago
Matthew Hooker
176715b7f0
document profile option.
9 years ago
Matthew Hooker
8dae6b60c1
Merge pull request #4996 from hashicorp/mwhooker/4613
...
builder/amazon: Support Assume Role with MFA and ECS Task Roles
9 years ago
Matthew Hooker
a215eb15bc
remove trailing whitespace
9 years ago
Matthew Hooker
160d31a568
update documentation on automatic lookup of credentials.
...
Reverts work in #4612
9 years ago
Megan Marsh
dca38b379a
missed one page to add mfa_code to
9 years ago
Megan Marsh
b1743a942c
port over addition of mfs_code to various amazon docs on website
9 years ago
Kent Wang
e59678a033
Fix alicloud-ecs typo
...
* Fix typo: internet_max_bandwith_out -> internet_max_bandwidth_out
9 years ago
Rickard von Essen
5bc8edc3b2
Updated AWS docs for using default chain
9 years ago
Rickard von Essen
f4f0560101
Updated docs about AWS credentials handeling
9 years ago
jasminSPC
73b917879d
Fixes #4501
9 years ago
Matthew Hooker
ab81b3ef7d
Merge pull request #4699 from BenPhegan/virtualbox_sata_port_count
...
Add configuration to virtualbox-iso to allow sata port count configuration
9 years ago
Matthew Hooker
f1465395aa
formatting
9 years ago
James Turnbull
0993f24fcf
Minor updates to the Docker builder docs to clarify Docker support
9 years ago
Matthew Hooker
b1bcf62ae1
Merge pull request #4619 from zhuzhih2017/master
...
Add packer plugin which support to create alicloud ecs image
9 years ago
Matthew Hooker
8db397765c
spelling and formatting
9 years ago
Matthew Hooker
1f4b532ed5
Merge pull request #4948 from hashicorp/kms_key_regions
...
Kms key regions
9 years ago
Megan Marsh
b8c2a5fd43
fix step initializer everywhere StepAMIRegionCopy is called
9 years ago
Megan Marsh
1944f38985
update docs and clean up
9 years ago
Megan Marsh
6a38de4846
add docs
9 years ago
Matthew Hooker
730cc0889e
Merge pull request #4919 from hashicorp/fix4798
...
builder/vmware: make vnc probe timeout configurable
9 years ago
Matthew Hooker
f801c507fc
builder/vmware: make vnc probe timeout configurable
9 years ago
James Nugent
c4439aba82
builder/vmware: Add vmx_remove_ethernet_interfaces
...
This commit adds a new option, `vmx_remove_ethernet_interfaces`, to both
of the VMWare builders. This is useful when building Vagrant boxes,
since Vagrant now produces output such as:
```
WARNING: The VMX file for this box contains a setting that is
automatically overwritten by Vagrant when started. Vagrant will stop
overwriting this setting in an upcoming release which may pre vent
proper networking setup. Below is the detected VMX setting:
ethernet0.pcislotnumber = "33"
If networking fails to properly configure, it may require this VMX
setting. It can be manually applied via the Vagrantfile:
Vagrant.configure(2) do |config|
config.vm.provider :vmware_fusion do |vmware|
vmware.vmx["ethernet0.pcislotnumber"] = "33"
end
end
```
This can be avoided entirely by removing the ethernet adapters from the
VMX file prior to packaging as a Vagrant box, in which case adapters are
created as expected according to the Vagrantfile specification.
9 years ago
r_takaishi
67ce2da59e
add cacert config to specify custom CA certificate file
9 years ago
r_takaishi
c909a27e7b
fix docs
9 years ago
r_takaishi
a36d9d6b44
add docs
9 years ago
Justin Reagor
edc8eabe2e
Note documentation when building images under private Triton
9 years ago
Matthew Hooker
0479def3ae
docs/amazon: alpha sort fields
9 years ago
Matthew Hooker
710010fbe0
Merge pull request #4896 from remijouannet/f-amazon_builder_custom_endpoint
...
add an option custom_endpoint_ec2 for amazon builder, add a condition…
9 years ago
Rémi Jouannet
38e111ad15
add documentation for custom_endpoint_ec2
9 years ago
Doug Ireton
e15f88bd5d
Use current generation instance type
...
m1 instance types are no longer available from AWS. Use `t2.small` instance type in example
9 years ago
Luke Farnell
22ab1494c4
Added docs
9 years ago
Paul Thrasher
0be5a28080
Fix issue 4693 - Derive vpc_id from subnet_id
...
In AWS we can derive the `VpcId` and AZ from the `SubnetId`, so now we do. In the config you can now only specify the `SubnetId`.
This fixes issue #4693 .
9 years ago
Matthew Hooker
38536b3d53
Merge pull request #4866 from feministy/liz/docs-wording
...
docs: clarify language for "easy"/"simple", update website readme
9 years ago
Sönmez Kartal
b189252f98
Add ONBUILD field to acceptable metadata list
...
Signed-off-by: Sönmez Kartal <szkl89@gmail.com>
9 years ago
Sönmez Kartal
56ec046fe5
Add LABEL field to acceptable metadata list
...
Signed-off-by: Sönmez Kartal <szkl89@gmail.com>
9 years ago
Sönmez Kartal
1d66ecf0f8
Add deprecation notice for MAINTAINER field
...
Signed-off-by: Sönmez Kartal <szkl89@gmail.com>
9 years ago
liz abinante
5139949d5c
docs: some stuff is easy, some stuff is not ⚡ let's be more descriptive
9 years ago
Matthew Hooker
30a957d556
website: document how to enable advanced networking
9 years ago
Ben Phegan
c4b8e8e5df
Merge branch 'master' into virtualbox_sata_port_count
9 years ago
Matthew Hooker
8e277b0ad3
remove tilde expansion
9 years ago
James Nugent
d2ae36214a
builder/triton: Reconcile #4829 and #4838 docs
...
This changes the default region to match the default from Joyent
documentation.
9 years ago
James Nugent
a0271a18c1
Merge pull request #4838 from jen20/triton-new-lib
...
builder/triton: Replace deprecated joyent/gosdc library with joyent/triton-go
9 years ago
James Nugent
d46a8593ae
builder/triton: Update documentation
9 years ago
s-tajima
7df6b85ce1
fix typo in amazon-ebssurrogate.html.md
9 years ago
Matthew Hooker
3608d81319
website/qemu: move misplaced config option
9 years ago
TsuyoshiUshio
47419e92ea
Adding object_id for OSType = Windows
...
When we build a Windows based VHD image, we need to specify object_id.
However, object_id is very ambigous and not mentioned on this document.
I add some explanation and how to get it.
9 years ago
Matthew Hooker
d30605fdfb
use json markdown syntax
9 years ago
Matthew Hooker
56d38b8237
website: fix list formatting
9 years ago
zhuzhih2017
d646e1d035
refactor the code according hashicorp rename the repository
9 years ago
Luke Farnell
3ad05eb85c
Adding monitoring to the docs
9 years ago
Jeremy Voorhis
f06db39c7d
Removes a supurious docs section.
9 years ago
Matthew Hooker
81522dced0
move packer to hashicorp
9 years ago
Howard Nguyen
0acdc8159c
Removed merge conflict from Docker example web page
9 years ago
Matthew Hooker
5e196490ab
fix typo
9 years ago
Seth Vargo
38e0ba8bd3
Fix broken links
9 years ago
Jason Costello
6cbb137883
Bring my changes over to this branch
9 years ago
Seth Vargo
6b80c21043
Revamp pages and docs to fit HashiCorp brand
9 years ago
Matthew Hooker
af48ea255e
Merge pull request #4725 from rickard-von-essen/gce-windows
...
builder/googlecompute: Added Windows example to the docs.
9 years ago
Rickard von Essen
f15925b017
builder/googlecompute: Added Windows example to the docs.
...
Closes : #4713
9 years ago
Matthew Hooker
2f4dc74635
remove windows smart quotes
9 years ago
Matthew Hooker
9b73cab78f
website/docs: fix typo
9 years ago
Matthew Hooker
3c13a6e99c
website/docs: add note about systemd and amazon-chroot.
9 years ago
Matthew Hooker
506a1e6186
document skipping copy_files
9 years ago
Ben Phegan
7e8724c1b3
Add documentation for virtualbox-iso sata_port_count
9 years ago
Matthew Hooker
f9c2d6e01d
Merge pull request #4683 from hfinucane/master
...
Fix example in documentation
9 years ago
Matthew Hooker
c0a02d17ef
fix example json
9 years ago
Matthew Hooker
68e2b150cd
builder/virtualbox: allow skipping upload of version file
9 years ago
Matthew Hooker
b8cf6a9e1b
fix indentation
9 years ago
Rickard von Essen
eefa3e3ffb
amazon-chroot: Fixed indentation
9 years ago
Rickard von Essen
8c2a8f5f81
Merge pull request #4655 from lbordowitz/ostk-sshca
...
OpenStack: Add ssh agent support
9 years ago
Rickard von Essen
ad5a41082e
openstack: Updated docs for ssh_agent_auth and temporary_key_pair_name
9 years ago
zhuzhih2017
0400ebae95
Fix the code according PR review
9 years ago
Rickard von Essen
a047916944
Merge pull request #4621 from hui-yang/disk-type
...
builder/parallels-iso: Configuration of disk type, plain or expanding
9 years ago
Rickard von Essen
de73e22e2c
Reverted command/plugin.go and reworded docs
9 years ago
Larry Bordowitz
c5b8a1069a
Add ssh agent to enable SSH-CA authentication.
9 years ago
Rickard von Essen
2f50d7bea5
googlecompute: Added missing disk_name option to docs.
9 years ago
Rickard von Essen
eac5b6392d
googlecompute: Correct values for on_host_maintenance
...
If preemptible is true then on_host_maintenance must be TERMINATE.
Also corrected order in docs.
Closes #4620
9 years ago
huiyang
b3c6ef9f6b
Skip disk compaction for plain disks
9 years ago
Matthew Hooker
57d2fede3f
the digitalocean ubuntu user is root
9 years ago
Matthew Hooker
615b903817
Merge pull request #4628 from mitchellh/re4622
...
Re4622
9 years ago
Matthew Hooker
5ac53907c2
docs/qemu: reformat
9 years ago
Michael Ledin
ded2693ee7
Add floppy size limitation notice.
...
Should help people dealing with #4570 and #3328 because packer copies
`floppy_files` to floppy without any error even if they exceed 1.44 MB
limit. `floppy_dirs`throws error about FAT size limit exceeded but
without mentioning that real issue is the floppy size limit:
```
Build 'qemu' errored: Error adding path virtio_iso to floppy: FAT FULL
```
9 years ago
Kerim Satirli
37feec41d9
fixes broken link to EBS surrogate page
9 years ago
huiyang
52d4514d6a
builder/parallels-iso: Configuration of disk type, plain or expanding
9 years ago
zhuzhih2017
fadfb696dd
Add packer plugin which support alicloud ecs images
9 years ago
Matthew Hooker
24275aed41
fix triton layout
9 years ago
Matthew Hooker
131e1e3857
clarify that it's profile name
9 years ago
Matthew Hooker
6b95de73c4
document how aws-sdk uses the shared credentials file
...
from https://docs.aws.amazon.com/sdk-for-go/api/aws/credentials/\#SharedCredentialsProvider
9 years ago
James Nugent
e856339309
build/amazon-ebssurrogate: Add region copy, attributes, tags steps
...
As pointed out in the initial code review of #4351 , some of the steps
from the standard EBS builder were (intetionally) omitted. It turns out
that these actually are useful, and the original rationale for the
omission was wrong. Consequently, this commit adds in the following
steps:
- `StepPrevalidate`
- `StepTagEBSVolumes`
- `StepDeregisterAMI`
- `StepCreateEncryptedAMICopy`
- `StepAMIRegionCopy`
- `StepModifyAMIAttribute`
- `StepCreateTags`
We also fix the interpolation filter and documentation to reflect these
additions, though the majority were already documented and just not
functional.
9 years ago
Matthew Hooker
61976dfd86
Merge pull request #4578 from life360/enable_ena
...
Always set both SRIOV and ENA when Enhanced Networking is enabled
9 years ago
Matthew Hooker
1f2df5c174
Merge pull request #4536 from mitchellh/vmwareextraopts
...
builder/vmware: allow extra options for ovftool
9 years ago
Matthew Hooker
1351a9ce1a
also document the kms field
9 years ago
Matthew Hooker
6b2d73c042
ebs surrogate does not support ebs encryption
9 years ago
Matthew Hooker
78fea60bce
document encrypt_boot option for chroot
9 years ago
Aaron Stone
7f7909d6d4
Docs for Enhanced Networking enabling both SriovNetSupport and ENA
9 years ago
Christopher Boumenot
0c04b3a46a
Update docs for deprovision and defaults
...
Change the Windows samples to include sysprep.
Document the default user name for Linux, and why it was chosen.
Document temp_compute_name and temp_resource_group_name, and provide a
reason why you would want to override them.
Document the deprovision process for Windows and Linux.
Document the skip_clean option as it pertains to Linux deprovision.
9 years ago
hfinucane
4eed1b8377
Fix example
...
`device_setup_commands` appears to no longer be a real name.
9 years ago
James Nugent
635aeb765b
amazon/ebssurrogate: Add New Builder
...
This commit adds a new type of builder which builds an AMI based on a
snapshot of an EBS volume which is provisioned on a "surrogate"
instance. This can be used to build operating system images from
scratch, but unlike the `chroot` builder does not require running from
an AWS EC2 instance.
9 years ago
Matthew Hooker
3409ea76ee
Merge pull request #4564 from wtsi-hgi/fix/4551-openstack-builder-reuse-ips
...
add reuse_ips option for openstack builder
9 years ago
Matthew Hooker
83de056e7f
document docker staging directory.
9 years ago
Basil Peace
d9a669f55c
Use .HTTPIP instead of fixed IP address
9 years ago
Matthew Hooker
b04a878ea8
small spelling fix
9 years ago
Joshua Randall
e9cfaa2730
add reuse_ips option for openstack builder
...
add reuse_ips option and use it to control whether openstack builder
will attempt to reuse existing unassigned floating ips rather than
allocating a new one.
fix #4551
9 years ago
Matthew Hooker
488767bc25
add a note about temporary resource names
9 years ago
Matthew Hooker
1d0879ef42
miscellaneous spelling fixes
9 years ago
Matthew Hooker
7911d3a13b
more information about the temporary keypair name
9 years ago
Matthew Hooker
6eaf8f4559
tighten up docs
9 years ago
Dimitri Rudnev
2009fcd9df
OnHostMaintenance, googlecompute updating documenation , additional option for validation and setting defaults
9 years ago
Matthew Hooker
0ed84f843e
builder/vmware: allow extra options for ovftool
9 years ago
Matthew Hooker
65a9b8edf4
builder/amazon: `ssh_private_ip` works for winrm
9 years ago
Matthew Hooker
c0f8f44a10
remove obsolete config key
9 years ago
Matthew Hooker
fe4dd6ef23
Merge pull request #4205 from jfbibeau/patch-1
...
Docs: add QCOW2 format support for `iso_url`
9 years ago
Matthew Hooker
76f897077d
Merge pull request #4399 from rickard-von-essen/aws-interpolate
...
WIP: builder/amazon: Interpolate {{ .BuildRegion }} and {{ .SourceAMI }}
9 years ago
jasminSPC
75e6688871
Fixes #4454
9 years ago
jasminSPC
f55b2b27ae
Fixes #4454
9 years ago
Greg Parsons
88a1e7b572
adds readme section for changes
9 years ago
Rickard von Essen
ce411a0d17
Added docs for SourceAMI and BuildRegion template
9 years ago
Matthew Hooker
47558ebd83
Merge pull request #4410 from mitchellh/docs-block-device
...
Clarified when to use launch_ vs ami_ for block devices
9 years ago
Chris Bednarski
b7c73b89ac
Propagate block device doc changes to AWS chroot and instance builder docs
9 years ago
Matthew Hooker
94a2aae749
Merge pull request #4361 from Tom-Byrne/openstack-instance-metadata
...
support OpenStack instance (not image) metadata
9 years ago
Chris Bednarski
1b2101463d
Clarified when to use launch_ vs ami_ for block devices
9 years ago
Chris Bednarski
e814c37539
Fix docs example for PACKER_KEY_INTERVAL
9 years ago
Chris Bednarski
ee2d636840
Improve delay between key events
...
- Can now tune delay using PACKER_KEY_INTERVAL
- Added implementation to all of VMware and QEMU
- Removed double delay for QEMU
- Default key delay of 100ms (as before)
- Added docs to QEMU and VMware pages
9 years ago
Rickard von Essen
d1b9a91e3d
Change all builder docs to the expected file names
9 years ago
DanHam
37a6d81fd8
docs/qemu: Build on RHEL/RHEL variants errors if scsi disk interface is used
9 years ago
dnABic (Andreja Babic)
4d5d89b328
small documentation typos
9 years ago
Matthew Hooker
20dea71992
docs/vmware: update skip_export wording
9 years ago
Matthew Hooker
98b0f018fa
Merge pull request #4378 from DanHam/skip-export-vmware
...
Add option to skip export of installed VM for VMware ISO builder
9 years ago
Matthew Hooker
8d5c316a30
docs/virtualbox: update skip_export wording
9 years ago
Matthew Hooker
a3da92dc97
Merge pull request #4339 from DanHam/gh-4131
...
Add option to skip export of installed VM for vbox ISO & OVF builders
9 years ago
DanHam
ed158a1c5c
Add skip_export option for VMware iso builder to docs
9 years ago
Tom-Byrne
d7545c4ba0
support OpenStack instance metadata
9 years ago
James Portman
88fceff226
Correcting CLI usage
...
For gcloud compute instances create, multiple scopes should be comma separated in one set of quotes
9 years ago
Rickard von Essen
df0638ad37
builder/hyperv: Added iso_target_extension and iso_target_path to docs
9 years ago
Rickard von Essen
85cf00069f
Merge pull request #4294 from legal90/iso-target-extension
...
Add "iso_target_extension" option for all local *-iso builders
9 years ago
James Nugent
01c09aa7f7
Merge pull request #4325 from siepkes/f-triton-builder-2
...
Add Joyent Triton Builder
9 years ago
Jasper Siepkes
bdf57c9cfa
Fixed documentation error for the 'source_machine_firewall_enabled'
...
option.
9 years ago
DanHam
0ac071b6e7
Add option to skip export of installed VM for Virtualbox ISO & OVF builders
...
Closes #4131
9 years ago
Jasper Siepkes
0c9b576c05
* Unentagled SSH communication with VM's from the Cloud API SSH private
...
key.
* Improved documentation.
9 years ago
Jasper Siepkes
4b651ce3c2
Formatted Triton documentation.
9 years ago
Sean Malloy
e0fd5ac402
Fix formating for network_project_id config option
9 years ago
Jasper Siepkes
10bcf64245
Removed accidentally checked in 'ssh_agent_auth' documentation. See SSH
...
discussion in #4325 as to why it was removed for now.
9 years ago
Jasper Siepkes
24786aeece
Processed code review feedback.
...
* Removed unneeded if statements.
* Made source machine name optional.
9 years ago
Jasper Siepkes
7606dd541b
* Contains the SSH fix by @watters of #3840 .
...
* Fixed minor lint error.
* Added documentation for this builder in `triton.html.md`.
* Added (and updated) the needed Joyent Triton Cloud API Go libraries
to `vendor.json`.
9 years ago
Matthew Hooker
b35226ffae
add a note about running qemu next to a `common` file.
...
Related to $4291
9 years ago
Tom
5927cdf063
Use the latest Centos 6 release
9 years ago
Matthew Hooker
9801e67fdc
Merge pull request #4293 from mitchellh/usedefaultdisplay
...
builder/qemu: add use_default_display option for osx compatibility
9 years ago
Taylor Brown
cac861db99
Update hyperv.html.md
...
Fixing Hyper-V Branding
9 years ago
Taylor Brown
e5e1f70e75
Update hyperv-iso.html.md
...
Correcting Hyper-V Branding
9 years ago
Mikhail Zholobov
57d07f227a
Add "iso_target_extension" option for all local *-iso builders
...
This option allows to set the extension of the ISO file after download.
Defaults to "iso". It makes sense for building Mac OS X guests, where the
bootable image is actually a DMG, not an ISO.
In particular, it is important for "parallels-iso" builder to set the right extension.
9 years ago
Matthew Hooker
0339fcc442
builder/qemu: add use_default_display option
...
If set, won't set `-display dsl` as a default argument. Useful for osx
compatibility.
9 years ago
Matthew Hooker
40ec40410f
add new builders to layout
10 years ago
Matthew Hooker
c61c7765ec
Merge pull request #4288 from troytoman/gce-network-uri
...
enable support for Google Compute XPN
10 years ago
Matthew Hooker
88841cb0e4
Merge pull request #4283 from mitchellh/openstackhacks
...
builder/openstack: Add image visibility & members
10 years ago
Matthew Hooker
9c863cb081
update docs
10 years ago
Rickard von Essen
d3c2239b9e
builder/amazon: Change shutdown_behaviour to shutdown_behavior
10 years ago
Matthew Hooker
d0a3e956a8
docs to get ubuntu building correctly
10 years ago
Taliesin Sisson
143ac300bf
headless is no longer used
10 years ago
Taliesin Sisson
24e9810c23
guest_os_type is no longer used
10 years ago
Taliesin Sisson
602c207f60
Make it clear iso is downloaded
10 years ago
Taliesin Sisson
7add6d3470
Add missing configuration elements.
...
Remove configuration elements that are no longer used.
10 years ago
Taliesin Sisson
3c1df5a791
Remove inconsistent "_mb" from ram size
10 years ago
Taliesin Sisson
55353fae89
Fix spelling mistake
...
Fix code type for formatting
Remove empty space
10 years ago
Taliesin Sisson
ffc7f3f3dc
Address documentation layout and copy issues
10 years ago
Taliesin Sisson
c2d1f6b617
Added the ability to independently configure switch vlan. This will people to leave the switch in trunk mode and set a vlan for the vm.
10 years ago
Taliesin Sisson
b8554dad7d
Add documentation for: enable_mac_spoofing, enable_dynamic_memory and enable_virtualization_extensions
10 years ago
Taliesin Sisson
9c53df1e0e
Add special key modifiers to log output when used.
...
Update documentation to include new key modifiers.
10 years ago
Taliesin Sisson
8e18baf493
Use plain text password
10 years ago
Matthew Hooker
d3ddd99721
Merge pull request #4163 from StackPointCloud/packer-builder-oneandone
...
Packer Builder 1&1
10 years ago
Kerim Satirli
0fe41a29a0
updates quoting for `amazon-ebs-volume.html.md`
10 years ago
Kerim Satirli
73a50ff91f
updates quoting for `amazon-instance.html.md`
10 years ago
Kerim Satirli
74ed95511c
highlights possible values instead of quoting them
...
Hello!
I updated a few values in this page to be highlighted instead of "quoted". I think this is in line with other values already existing on this page and should make the whole more consistent.
Happy to discuss if this needs changes!
This is a clean(er) version of PR 4255
10 years ago
Rickard von Essen
45bf1457db
Added note about kms_key_id
10 years ago
Rickard von Essen
4ce3b8712a
Replace unencrypted EBS snapshots with encrypted
...
To ensure that groups and users attributes are added to the encrypted
snapshots.
10 years ago
Rickard von Essen
c3a352955e
amazon: Added snapshot_users and snapshot_groups
10 years ago
Ari Aviran
46f217f255
amazon - Snapshot permissions correctly applied
...
Fixes #3344
10 years ago
Troy Toman
12f279fa79
add ability to set a different project-id for a network in the googlecloud builder
10 years ago
poida
8b13b75097
Updated documentation and error messages
...
The docs for kms_key_id needed to be next to encrypt_boot.
Shortened some of the kms_key_id error messages.
10 years ago
poida
3eed6fd508
Added KMS CMK support to EBS builder
...
Added the 'kms_key_id' parameter. This supports supplying a customer master key (CMK) when encrypting the EBS volume.
The parameter is optional and only takes effect when 'encrypted' is true. When 'encrypted' is true but 'kms_key_id' is missing the 'aws/ebs' key will be used.
10 years ago
Matthew Hooker
6c6b38af79
don't need explicit span
10 years ago
Rickard von Essen
c2512d232a
Merge pull request #4233 from ankon/pr/docker-ref-ecr
...
Point to the ECR section for more information on `ecr_login`
10 years ago
Andreas Kohn
f3e96c5c0a
Point to the ECR section for more information on `ecr_login`
...
Fixes #4218
10 years ago
Andreas Kohn
68e5baa74c
Fix the reference to the "Dockerfiles" section
10 years ago
Matthew Hooker
832de2104b
Revert "Merge pull request #4230 from mitchellh/revert-4223-closes_3320"
...
This reverts commit bda89b0c42 , reversing
changes made to f9f9d82419 .
10 years ago
Matthew Hooker
f5c3c25d2b
Revert "Adds `force_delete_snapshot` flag"
10 years ago
Matthew Hooker
f9f9d82419
Merge pull request #4223 from artburkart/closes_3320
...
Adds `force_delete_snapshot` flag
10 years ago
Rickard von Essen
d8ef6d1977
Fixed formatting of source_ami_filter example
10 years ago
Arthur Burkart
5b59f56cdb
Adds `force_delete_snapshot` flag
...
This PR adds the ability for Packer to clean up snapshots in addition to
deregistering AMIs at build time.
To test this, I used the following `test.json` file:
```json
{
"builders": [
{
"type": "amazon-ebs",
"region": "us-east-1",
"source_ami": "ami-fce3c696",
"ami_name": "packer-test",
"instance_type": "m3.medium",
"ssh_username": "ubuntu",
"vpc_id": "some-vpc-id",
"subnet_id": "some-subnet-routed-through-igw",
"security_group_id": "some-security-group-with-port-22-access",
"force_delete_snapshot": true
}
],
"provisioners": [
{
"type": "shell-local",
"command": "echo 'hello'"
}
]
}
```
I appreciate any constructive feedbakc that can be given. Cheers!
10 years ago
Matthew Hooker
6c546d4d1f
Merge pull request #3982 from artburkart/close_1195
...
Support remote ova downloads
10 years ago
Matthew Hooker
2d5d598529
Update virtualbox-iso.html.md
10 years ago
Matthew Hooker
cd6b70a2b3
Update amazon-chroot.html.md
10 years ago
Arthur Burkart
1a0dc767f3
Rolls back `partials` work, but still consolidates
...
Since the packer website isn't yet ready to use middleman partials,
this commit rolls back the partials in favor of bringing parity to
each amazon docs page
10 years ago
Arthur Burkart
5499c37080
Adds add'l docs regarding delete_on_termination
...
This PR adds documentation pointing out that volumes are not by
default deleted on termination of any AWS EC2 instance during a
packer build.
10 years ago
Arthur Burkart
337856811e
Implements OVA downloads w/local checksum support
...
Presumably, it is convention to store a manifest file with checksums
inside the OVA, so remote checksum support was not implemented.
10 years ago
Matthew Hooker
541a209f93
clarify docs for TRIM
10 years ago
Rickard von Essen
e36b98ecd5
Merge pull request #4202 from nervo/docker-commit-changes
...
Introduce docker commit changes
10 years ago
Rickard von Essen
cb78cb331d
Documented author, changes, and message
10 years ago
Rickard von Essen
a09f20f996
Merge pull request #4015 from artburkart:closes_3908
...
Closes #3908 : Adds snapshot tag overrides
10 years ago
Rickard von Essen
6947a74151
Merge pull request #4162 from classmarkets/google-source-image-family
...
builder/googlecompute: support source image family
10 years ago
JF Bibeau
529090aaa7
Docs: add QCOW2 format support for `iso_url`
...
Took some digging to realize that `iso_url` can actually take in a qcow2 or img format. This is fantastic and works great out of the box. I feel like adding the extra 2 lines of docs will help future users looking for this.
10 years ago
jasminSPC
a239407093
Typo fix
10 years ago
Rickard von Essen
d3b39ae28f
Unified the docs for floppy_files
10 years ago
jasminSPC
68ca7490bb
Removed default value for ssh_username
10 years ago
Chris Bednarski
79f748ef73
Merge pull request #4156 from friism/patch-1
...
fix markdown
10 years ago
Matthew Hooker
7443e21992
fix broken link in docs
10 years ago
Arthur Burkart
2e65867cba
Closes #3908 : Adds snapshot tag overrides
...
This commit adds the ability to configure unique tags on snapshots
that are separate from the tags defined on the AMI. Anything applied
to the AMI will also be applied to the snapshots, but `snapshot_tags`
will override and append tags to the tags already applied to the snapshots
10 years ago
jasminSPC
484960c9d1
Fixes #4169
10 years ago
Peter Schultz
54aa830943
builder/googlecompute: split docs for source_image and source_image_family
...
Also update the example values to currently non-deprecated images.
10 years ago
jasminSPC
dc231f9600
PR remarks
10 years ago
jasminSPC
4bcba37f38
Packer Builder 1&1
10 years ago
Peter Schultz
bcb319640e
builder/googlecompute: support source image family
...
Closes #4100
10 years ago
Michael Friis
45188f2f2c
fix markdown
10 years ago
Matthew Hooker
1cf9dbf27d
fix json
10 years ago
Matthew Hooker
3d69af1247
sort/uniq IAM policies
10 years ago
Matthew Hooker
ac8e70ade0
Revert "Remove duplicate permission"
...
This reverts commit 78067ff949 .
10 years ago
Matthew Hooker
8eab0ee5b2
Merge pull request #4109 from mitchellh/b-docs
...
builder/amazon: Fix doc of EBS Volume builder name
10 years ago
James Nugent
33c423529d
builder/amazon: Fix doc of EBS Volume builder name
...
Various things still referred to `ebsinit` or `ebs-volume` - the
imported name was `amazon-ebsvolume`.
10 years ago
Amo Chumber
78067ff949
Remove duplicate permission
...
In the suggested policy `ec2:CopyImage` was listed twice.
I've also sorted alphabetically to make it easier for somebody who might be recreating the policy in the AWS gui to follow along more easily.
10 years ago
James Nugent
b1ff8c3bfc
builder/amazon: Add `ebs-volume` builder
...
This commit adds a builder that works like EBS builders, except does not
create an AMI, and instead is intended to create EBS volumes in an
initialized state. For example, the following template can be used to
create and export a set of 3 EBS Volumes in a ZFS zpool named `data` for
importing by instances running production systems:
```
{
"variables": {
"aws_access_key_id": "{{ env `AWS_ACCESS_KEY_ID` }}",
"aws_secret_access_key": "{{ env `AWS_SECRET_ACCESS_KEY` }}",
"region": "{{ env `AWS_REGION` }}",
"source_ami": "{{ env `PACKER_SOURCE_AMI` }}",
"vpc_id": "{{ env `PACKER_VPC_ID` }}",
"subnet_id": "{{ env `PACKER_SUBNET_ID` }}"
},
"builders": [{
"type": "amazon-ebs-volume",
"access_key": "{{ user `aws_access_key_id` }}",
"secret_key": "{{ user `aws_secret_access_key` }}",
"region": "{{user `region`}}",
"spot_price_auto_product": "Linux/UNIX (Amazon VPC)",
"ssh_pty": true,
"instance_type": "t2.medium",
"vpc_id": "{{user `vpc_id` }}",
"subnet_id": "{{user `subnet_id` }}",
"associate_public_ip_address": true,
"source_ami": "{{user `source_ami` }}",
"ssh_username": "ubuntu",
"ssh_timeout": "5m",
"ebs_volumes": [
{
"device_name": "/dev/xvdf",
"delete_on_termination": false,
"volume_size": 10,
"volume_type": "gp2",
"tags": {
"Name": "TeamCity-Data1",
"zpool": "data",
"Component": "TeamCity"
}
},
{
"device_name": "/dev/xvdg",
"delete_on_termination": false,
"volume_size": 10,
"volume_type": "gp2",
"tags": {
"Name": "TeamCity-Data2",
"zpool": "data",
"Component": "TeamCity"
}
},
{
"device_name": "/dev/xvdh",
"delete_on_termination": false,
"volume_size": 10,
"volume_type": "gp2",
"tags": {
"Name": "TeamCity-Data3",
"zpool": "data",
"Component": "TeamCity"
}
}
]
}],
"provisioners": [
{
"type": "shell",
"start_retry_timeout": "10m",
"inline": [
"DEBIAN_FRONTEND=noninteractive sudo apt-get update",
"DEBIAN_FRONTEND=noninteractive sudo apt-get install -y zfs",
"lsblk",
"sudo parted /dev/xvdf --script mklabel GPT",
"sudo parted /dev/xvdg --script mklabel GPT",
"sudo parted /dev/xvdh --script mklabel GPT",
"sudo zpool create -m none data raidz xvdf xvdg xvdh",
"sudo zpool status",
"sudo zpool export data",
"sudo zpool status"
]
}
]
}
```
StepModifyInstance and StepStopInstance are now shared between EBS and
EBS-Volume builders - move them into the AWS common directory and rename
them to indicate that they only apply to EBS-backed builders.
10 years ago
Matthew Hooker
970b37077e
Merge pull request #4050 from jen20/ssh-agent
...
builder/amazon: Allow use of local SSH Agent
10 years ago
Matthew Hooker
01be917450
Merge pull request #3660 from StackPointCloud/packer-builder-profitbricks
...
Packer Builder ProfitBricks
10 years ago
Matthew Hooker
93f0436766
Merge pull request #3909 from svanharmelen/f-cloudstack-builder
...
Add a CloudStack builder
10 years ago
Arthur Burkart
3eaa8a2dc3
Updates root_volume_size documentation
...
It didn't indicate its unit of size (GB), the default value was not
indicated, the fact that it ignores the user-given size when it is
smaller than the source AMI's snapshot size, and the fact that the
value is required when `from_scratch` is `true` all needed to be added.
10 years ago
Kerim Satirli
723a4a1a53
fixes identifier for launch_device_mappings
...
Hi!
I believe the **Note** to reference an incorrect variable: `launch_device_mappings `; this should be `launch_block_device_mappings` as far as I can tell from the [code](https://github.com/mitchellh/packer/search?utf8=%E2%9C%93&q=launch_block_device_mappings ).
10 years ago
Rickard von Essen
d16d5d9686
Merge pull request #3817 from ChrisLundquist/dynamic-source-ami
...
Dynamic source ami
10 years ago
Jinesh Choksi
0f4d2341cb
Packer v0.11.0 requires "ec2:DescribeSecurityGroups" permissions to work
...
Without the "ec2:DescribeSecurityGroups" permission, you would get the following error:
2016/10/25 16:03:28 ui: ==> aws: Creating temporary security group for this instance...
2016/10/25 16:03:28 packer.exe: 2016/10/25 16:03:28 Temporary group name: packer 580f7440-2135-068c-99b7-35595a7522d1
2016/10/25 16:03:28 ui: ==> aws: Authorizing access to port 22 the temporary security group...
2016/10/25 16:03:28 packer.exe: 2016/10/25 16:03:28 [DEBUG] Describing tempSecurityGroup to ensure it is available: sg-38e0355e
2016/10/25 16:03:29 packer.exe: 2016/10/25 16:03:29 [DEBUG] Error in querying security group UnauthorizedOperation: You are not authorized to perform this operation.
2016/10/25 16:03:29 packer.exe: status code: 403, request id: bc664eff-cc01-42c1-8408-23493c11d92d
10 years ago
James Nugent
395d88941c
amazon: Allow SSH Agent auth for existing key pair
...
This commit allows SSH Agent authentication to be used with an existing
key pair defined in AWS.
10 years ago
James Nugent
7425fef2c7
builder/amazon: Allow use of local SSH Agent
...
This commit adds an option to use the local SSH Agent to authenticate
connections to source instances started by the the EBS and Instance
Store builders.
This is of use when the source AMI _already_ has configuration for
authorized SSH keys - for example if one uses an SSH certificate
authority.
A further extension (not implemented in this commit) is to allow SSH
agent use with a pre-defined key pair, in order to allow keys with
passphrases to be used without giving the passphrase to Packer.
10 years ago
Rickard von Essen
dd89aa7243
Formatted the default value and cleaned some trailing spaces.
10 years ago
YAMADA Tsuyoshi
283d3e5758
Updated document
10 years ago
Michael Vermaes
bf17b4bd01
Add tools_upload_flavor/path to vmware-vmx docs
10 years ago
Arthur Burkart
4a00ffeea2
Closes #3999 - Support VirtualBox Trim/Discard
...
Adds a couple options to enable/disable the `--nonrotational` and
`--discard` flags during `VBoxManage storageattach` command execution
10 years ago
Sander van Harmelen
dbf3bf56d4
Add a CloudStack Builder
10 years ago
Rickard von Essen
ecdf59b7b9
Slightly reworded docs for chroot_mounts in amazon-chroot builder
...
Closes #3081
10 years ago
Chris Lundquist
e15c22797b
Update amazon-instance.html.md
10 years ago
Chris Lundquist
7edc3f9857
Update amazon-ebs.html.md
10 years ago
Chris Lundquist
77a7728fd5
Update amazon-chroot.html.md
10 years ago
Christopher Boumenot
249a943a1e
azure: Allow user to override size of OS disk
10 years ago
jasminSPC
5da380baed
Error handling
...
Minor typo fixes
10 years ago
Christopher Boumenot
68c6f64987
azure: fix documentation wording
10 years ago
Scott Crunkleton
591eb12806
Added googlecompute documentation for the source_image_project_id option. It was previously missing.
10 years ago
jasminSPC
dca286bf38
Merge remote-tracking branch 'upstream/master' into packer-builder-profitbricks
10 years ago
Rickard von Essen
5e96709ee9
Merge pull request #2919 from arizvisa/floppy-recurse
...
Added an option for copying entire subdirectories via floppy_dirs (supplants floppy_files)
10 years ago
Matthew Hooker
24c4ba3bb5
add the error you might see
10 years ago
Matthew Hooker
7a1b84cec1
add some debugging info for if your clock is skewed
10 years ago
Matthew Hooker
bddb2c25f2
documentation and changelog for #3952
10 years ago
Matthew Hooker
7b2ed0dd76
CHANGELOG and docs for #3954
10 years ago
Rickard von Essen
0be3034e82
Merge pull request #3953 from rickard-von-essen/amz-ssh
...
builder/amazon: Allow using ssh_private_key_file and ssh_password
10 years ago
Rickard von Essen
a04988a597
Updated docs to reflect support for ssh_password
10 years ago
Rickard von Essen
a38e16bdd8
Delete ssh_username from the builder/amazon docs
10 years ago
Rickard von Essen
cffc8e892c
Merge pull request #3382 from ahamidi/encrypted-boot-volume
...
Create AMI with encrypted boot volume
10 years ago
Chris Lundquist
0e2637696b
[dynamic-source-ami] minor doc improvements
10 years ago
Chris Lundquist
1b4895c684
Merge remote-tracking branch 'origin/master' into dynamic-source-ami
10 years ago
Rickard von Essen
c33a967ffc
Merge pull request #3842 from rickard-von-essen/file-builder-docs
...
Added file builder documentation.
10 years ago
Rickard von Essen
8f35a8267d
Merge pull request #3893 from rickard-von-essen/aws-doc-default-values
...
builder/amazon: Added and corrected some default values in the docs.
10 years ago
Michael Nikitochkin
343c594bb3
Added UserDataFile support for DigitalOcean builder config.
10 years ago
Ali Rizvi-Santiago
86c00490e9
Renamed any and all instances of the word "FloppyContents" to "FloppyDirectories".
...
Ensure that all builders include FloppyDirectories in the StepCreateFloppy options.
Changed the way the unit-tests in common/step_create_floppy_test work to use the static test-fixtures directory instead of creating the paths dynamically.
Removed a duplicate line of documentation from parallels-pvm.html.md that occurred during rebasing.
10 years ago
Rickard von Essen
06e3539ffa
Merge pull request #3767 from taliesins/ExtendScanCodes
...
Add support for ctrl, shift and alt keys and using them as key modifier.
10 years ago
Taliesin Sisson
ec6ea32618
Made requested documentation changes.
...
Line break at 80 chars.
10 years ago
Arthur Barr
d2c6b0ef8a
Fix typo
...
"i.e." instead of "i.g."
10 years ago
Rickard von Essen
8193075c7c
builder/amazon: Added and corrected some default values in the docs.
10 years ago
jasminSPC
178748bb7c
Merge remote-tracking branch 'upstream/master' into packer-builder-profitbricks
10 years ago
jasminSPC
2008c6019a
Addressing PR remarks
10 years ago
Rickard von Essen
7dafd4421e
Merge pull request #3737 from clstokes/docs-googlecompute-metadata
...
builder/googlecompute: Clarify metadata usage.
10 years ago
jasminSPC
325401eaf0
Merge remote-tracking branch 'upstream/master' into packer-builder-profitbricks
10 years ago
Christopher Boumenot
372bffef36
Merge pull request #3876 from AwaNoodle/master
...
Fix for #3875 - Azure documentation updates
10 years ago
Ali Rizvi-Santiago
fbe305cf4e
Renamed floppy_contents to floppy_dirs as requested by rickard.von.essen@gmail.com
10 years ago
Ali Rizvi-Santiago
5f9fdaf5fa
Added documentation for the floppy_contents option to parallels, qemu, virtualbox, and vmware.
10 years ago
Rickard von Essen
ed1b664d65
Merge pull request #3855 from jeremy-asher/chroot-from-scratch
...
amazon-chroot build AMI from scratch
10 years ago
Mark Turner
de35df833b
Fixed azure storage command example to include sku-name and kind
10 years ago
Mark Turner
0f4cba9c82
Added quotes to JQ line when getting Azure accounts
10 years ago
Jeremy Asher
66e55553e8
cleanup and make format on amazon-chroot docs
10 years ago
Rickard von Essen
b2d9782a9e
Improved support for Amazon EC2 Container Registry - ECR
...
This adds support for authenticating towards ECR in the docker builder
and docker-push post-processor using them same mechanisms as in the
amazon builders. I.g. access key/secret key, credentials on file,
environment variables, sts tokens or IAM instance roles.
10 years ago
Jeremy Asher
e1c69a2e9a
amazon-chroot from_scratch option documentation
10 years ago
Jeremy Asher
9a7758a002
fix amazon-chroot docs use of backticks for true/false
10 years ago
Chris Lundquist
defdd1ecf3
Merge remote-tracking branch 'origin/master' into dynamic-source-ami
10 years ago
jasminSPC
8f8907ee13
Merge remote-tracking branch 'upstream/master' into packer-builder-profitbricks
10 years ago
jasminSPC
5caa54acd7
Addressed all the comments
10 years ago
Rickard von Essen
d8e67a0b6f
Added file builder documentation.
10 years ago
Ingo Gottwald
0c1051a017
GCE builder: Switch to google.DefaultClient ( #3655 )
...
* GCE builder: Switch to google.DefaultClient
This enables authentication through an authenticated gcloud tool.
* GCE builder: Add docs about auth mech precedence
10 years ago
Royce Remer
faa971291d
document optional amazon-ebs virt type behavior
10 years ago
Huy Nguyen
5e1aa22dc7
IAM permission needed to deregister failed images ( #3796 )
10 years ago
www.elconas.de
e6c590ace4
Fix IAM Policy to avoid 'Error enabling Enhanced Networking on xxxxxxx: UnauthorizedOperation: You are not authorized to perform this operation' ( #3696 )
10 years ago
Luke Farnell
a2ad2d2d93
providing documentation for solving issue #3586 ( #3702 )
...
* providing documentation for solving issue #3586
* fixed docs to include the env var needing to be set
* typo for env var
10 years ago
Steven Samuel Cole
e88c1542e5
extend export_opts documentation, add sample code ( #3746 )
10 years ago
Steven Samuel Cole
dfae68dc6b
extend export_opts documentation, add sample code ( #3745 )
10 years ago
mieciu
23296988b8
Update example AWS policy document
10 years ago
Chris Lundquist
3d6cf56715
[dynamic-source-ami] add some docs
10 years ago
Rickard von Essen
3e1aed9a6f
Enable to disable vnc password for VMware builder
10 years ago
crunk1
55b5a45ae4
Created googlecompute-export post-processor. Modified the googlecompute builder to pass a few configuration values to its resulting artifact. These values can then be used in googlecompute-export post-processor.
...
Added documentation and changed authentication stuff on temporary VM.
10 years ago
Eric Johnson
0e334e67be
Merge pull request #3774 from evandbrown/google-external-ip-optional
...
builder/googlecompute: provision VM without external IP address
10 years ago
Taliesin Sisson
3a5b9e8546
Add missing boot_command documentation.
10 years ago
Evan Brown
a5c598264f
builder/googlecompute: Support provisioning VM without external IP address
...
This change adds an `omit_external_ip` configuration property that, when true,
will cause no external IP address to be associated with the Google Compute
Engine VM provisioned to create an image. When using `omit_external_ip`, you
must also set the `use_internal_ip` configuration property to true.
Addresses #3296
10 years ago
Christopher Boumenot
ece0a78990
azure: tag all resources
10 years ago
jasminSPC
a61716d4a4
Merge remote-tracking branch 'upstream/master' into packer-builder-profitbricks
...
# Conflicts:
# Godeps/Godeps.json
10 years ago
jasminSPC
92e0f2bf4c
Merge remote-tracking branch 'upstream/master' into packer-builder-profitbricks
...
# Conflicts:
# Godeps/Godeps.json
10 years ago
Taliesin Sisson
e3361eec55
Added ctrl, shift and alt keys to documentation
10 years ago
Taliesin Sisson
a87ad05866
Add support for ctrl, shift and alt keys.
...
Add support for using ctrl, shift and alt as key modifiers. So you can now achieve ctrl+c by using "<leftCtrlOn>c<leftCtrlOff>".
Updated documentation for new key stroke tokens.
10 years ago
Ali Hamidi
6b7ed3aaab
include default value in docs
10 years ago
Ali Hamidi
53b3867c50
allow packer to create an encrypted copy of the AMI
10 years ago
Christopher Boumenot
871ca8c3d9
azure: Support for a user define VNET.
...
Two new configuration options have been exposed to allow users to specify
an existing virtual network: virtual_network_name and
virtual_network_resource_group_name.
* virtual_network_name: name of the virtual network to attach a Packer VM
to.
* virtual_network_resource_group_name: name of the resource group that
contains the virtual network. This value is optional. If the value is
not specified, the builder queries Azure for the appropriate value. If
the builder cannot disambiguate the value, a value must be provided for
this setting.
* virtual_network_subnet_name: name of the subnet attached to the virtual
network. This value is optional. If the value is not specified, the
builder queries Azure for the appropriate value. If the builder cannot
disambiguate the value, a value must be provided for this setting.
10 years ago
Scott Crunkleton
7190fbeed8
Adding support for googlecompute startup scripts.
...
- Startup scripts can be provided through the instance creation metadata field 'startup-script'.
- Script log can be copied to a GCS location by setting the metadata field 'startup-script-log-dest'.
Added Retry method to googlecompute package.
Added GetSerialPortOutput to googlecompute Drivers.
Added StepWaitInstanceStartup (and associated test) which waits for an
instance startup-script to finish.
Changed the instance service account to use the same service account as the one provided in the Packer config template. It was the project default service account.
Tested googlecompute package with 'go test' and also performed builds
with a startup script and without a startup script.
10 years ago
Christopher Boumenot
97b1915d51
Update Azure dependencies
...
* azure-sdk-for-go to 3.1.0-beta
* go-autorest to 7.0.7
* import dgrijalva/jwt-go at 3.0.0
10 years ago
Christopher Boumenot
323dc70ed6
Merge remote-tracking branch 'origin/master' into pr-3680-update-azure-sdk
10 years ago
Cameron Stokes
923375cdbc
Clarify googlecompute#metadata usage.
10 years ago
Christopher Boumenot
7d259ab098
Update Azure dependencies.
...
* azure-sdk-for-go to 3.1.0-beta
* go-autorest to 7.0.7
* dgrijalva/jwt-go to 3.0.0
Add the German cloud configuration.
Ensure the different cloud URLs are _actually_ used.
10 years ago
Chris Bednarski
c0b637b0c5
Merge pull request #3733 from envato/no-shutdown-behaviour-instance-backed
...
No shutdown behaviour instance backed
10 years ago
Chris Bednarski
417a9bb89f
Merge pull request #3710 from cmoscardi/privileged-doc
...
Docker builder: Adding privileged config variable to documentation.
10 years ago
Chris Bednarski
3eaaba37c1
Merge pull request #3712 from sijis/fix/docs_3711
...
Remove Communicator section from amazon-chroot docs
10 years ago
Adron Hall
c4b93d00ad
Format change to spaces vs. tabs. & indentation cleanup.
10 years ago
Adron Hall
a7de9d9a2f
Changed based level example so it can be copied.
...
The base level example doesn't actually work unless enclosed with a "builders" section. All fixed now.
Previous:
{
"type": "googlecompute",
"account_file": "account.json",
"project_id": "my project",
"source_image": "debian-7-wheezy-v20150127",
"zone": "us-central1-a"
}
Now:
{
"builders": [
{
"type": "googlecompute",
"account_file": "account.json",
"project_id": "my project",
"source_image": "debian-7-wheezy-v20150127",
"zone": "us-central1-a"
}
]
}
10 years ago
Sijis Aviles
bd6c0dbde0
Remove Communicator section from amazon-chroot docs
...
Closes #3711
10 years ago
Christian Moscardi
874ff0eaa7
Adding privileged config variable to documentation.
10 years ago
jasminSPC
fc4c88dc6d
Fixed tests
10 years ago
jasminSPC
d575cd62ec
Cleaned up the code
10 years ago
Erika Barcott
d7ace1a72f
Updated text
...
Proofreading.
10 years ago
jasminSPC
e8be8d2f7b
Added documentation
...
Removed unnecessary comments.
10 years ago
Patrick Robinson
9af244afc4
Remove documentation about instance shutdown from instance builder
10 years ago
Tom de Vries
510e4c991e
Add comment on required subnet_id when using vpc_id
10 years ago
Paul Meyer
163da48345
builder/azure-arm: Make tenant_id optional
...
Look up tenant id if not specified by the user
10 years ago
Patrick Robinson
3cf2d1e356
Add documentation for shutdown_behaviour option
10 years ago
Chris Bednarski
ab8d091304
Merge pull request #3593 from grobinson-blockchain/patch-2
...
Add Debian 8.4 to gotchas for google compute builder
10 years ago
Christopher Boumenot
353ce2f2a6
Merge pull request #3575 from mitchellh/pr-custom-image-url
...
Implement support for custom images.
10 years ago
owjjh
d088b01cc8
Updating documentation to include details for the skip_region_validation configuration option
10 years ago
George Robinson
75dc729182
Add Debian 8.4 to gotchas for google compute builder
10 years ago
Erik Olson
a6b59d742d
Amazon documentation, update policy document - minimal set of permissions to allow copying AMIs to other regions
10 years ago
Christopher Boumenot
5950d3d92b
Implement support for custom images.
10 years ago
Chris Bednarski
d6b9978d0e
Merge pull request #3565 from imduffy15/master
...
Allow configurable VNC bind IP for VMware builders
10 years ago
Chris Bednarski
e13b7fbfcd
Merge pull request #3566 from imduffy15/virtualbox
...
Allow configurable VRDP bind IP for VirtualBox builders
10 years ago
Ian Duffy
fa273f3bea
Allow configurable VNC bind IP for QEMU
...
This commit allows for a user configurable VNC bind IP to be used for
QEMU.
By default this will be 127.0.0.1, alternatively, a user can use
0.0.0.0 which will bind to all interfaces.
This pull request should satisfy concerns of #3570 and #3559 . It is
also in-line with the functionality provided by #3566 and #3565
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
10 years ago
Ian Duffy
9abd8b16bc
Update documentation to include vnc_bind_address
...
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
10 years ago
Ian Duffy
4ca03a95c6
Update documentation to include vrdp_bind_address
...
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
10 years ago
Chris Bednarski
42a9d9d5a1
Merge pull request #3352 from chalfant/disable-stop-instance
...
Disable stop instance
10 years ago
Chris Bednarski
97772d0dee
Added warning not to use instance builder with windows
10 years ago
Justin Phelps
c53e3d01c0
Adding reference to GetPasswordData in the Amazon builder documentation. Fixes #3546 ( #3558 )
10 years ago
Brian Candler
56313450a9
Headless documentation ( #3557 )
...
* Add some notes about qemu headless mode
Partly resolves #3530
10 years ago
Chris Bednarski
24cf28d4b6
Merge branch 'yoctocloud-accelerator'
10 years ago
Chris Bednarski
6c1ca3ad49
Updated qemu docs to reflect new behavior
10 years ago
Christopher Boumenot
83e6044595
Documentation for the Azure builder. ( #3518 )
10 years ago
Peter Schultz
8546aafec5
builder/googlecompute: support image family
10 years ago
Chris Bednarski
b30689b7b5
Updated documentation for Azure builder
10 years ago
Tyler Tidman
2472e6bf06
Put vmware-iso builder config options in 'packer fix' order and mention boolean defaults
10 years ago
Chris Bednarski
172184b2f2
Merge pull request #3360 from thomasv314/bugfix/fix-documentation-errors
...
Update documentation to work out of box
10 years ago
Thomas Vendetta
e362cd6b8b
Use new Ubuntu AMI thats t2.micro & us-east-1 eligible
...
Uses this free tier eligible ebs/hvm AMI:
Ubuntu Server 14.04 LTS (HVM), SSD Volume Type - ami-fce3c696
10 years ago
kopernikus
f3011698ba
document keep_registered switch
10 years ago
Chris Chalfant
601b833aaa
style and documentation changes per PR review comments
10 years ago
Chris Bednarski
e2dd57837d
Added azure setup instructions for new accounts
10 years ago
Chris Bednarski
7b9fa48a1b
Added initial azure documentation
10 years ago
Chris Bednarski
1256babce3
Change .markdown to .md because it's shorter
10 years ago
Sander Knape
e75ce84176
Fix incorrect amazon-ebs property in documentation
10 years ago
Chris Bednarski
118fcb27b8
Added docs for google disk_type
10 years ago
Rickard von Essen
b214a175f2
Fixed OpenStack cli install example
...
Closes #3326
10 years ago
Mike Perez
dfeaa32134
Fixing broken link in OpenStack builder docs
10 years ago
Rickard von Essen
1c61c06ff8
Merge pull request #3225 from mohae/openstack-doc-a-z
...
docs: alphabetize openstack settings; username and password are left …
10 years ago
Rickard von Essen
23bc6c3a47
Merge pull request #3226 from mohae/google-compute-doc-a-z
...
docs: alphabetize google-compute settings
10 years ago
Rickard von Essen
995a8b864b
Merge pull request #3227 from mohae/parallels-iso-doc-a-z
...
docs: alphabetize parallels-iso settings
10 years ago
Joel Scoble
46a42fe910
docs: alphabetize parallels-pvm settings
10 years ago
Joel Scoble
dae88620b5
docs: alphabetize parallels-iso settings
10 years ago
Joel Scoble
609131e0e9
docs: alphabetize openstack settings; username and password are left in their current location (not alphabetized
10 years ago
Joel Scoble
70d16132de
docs: alphabetize google-compute settings
10 years ago
Nathan Mische
335a2010bf
Moving SSH IP version validation to prepare function.
10 years ago
Nathan Mische
8396a2db1e
Adding ability to select IP version for SSH connections to OpenStack instances. Addresses #3047
10 years ago
Chris Bednarski
043878ad7a
Merge pull request #3213 from mohae/amazon-instance-doc-settings-a-z
...
docs: amazon-instnace: alphabetize and indent ami_block_device_mappings for consistency
10 years ago
Chris Bednarski
dd678631f9
Merge pull request #3212 from mohae/amazon-ebs-doc-settings-a-z
...
docs: amazon-ebs: alphabetize ami_block_device_mappings for consistency
10 years ago
Chris Bednarski
92728f2ec2
Merge pull request #3214 from dave2/gh-3132
...
Docs: Examples of templates need more assistance about AMI IDs
10 years ago
Tyler Tidman
d593d1a177
Show default ssh_host_port ranges
10 years ago
David Zanetti
d5a5fbc309
Docs: minor typo fixup
...
Signed-off-by: David Zanetti <dave2@wetstring.net>
10 years ago
David Zanetti
3c1013f098
Docs: Examples of templates need more assistance about AMI IDs
...
* Several places where AMI IDs are used now have more explanation about
where to find information about them, or links to the builder docs
* IDs present in examples have not been changed to valid ones, since
this would be an on-going problem to maintain a current valid ID
* See github.com issue #3132
Signed-off-by: David Zanetti <dave2@wetstring.net>
10 years ago
Joel Scoble
68d9f1ff54
alphabetize and indent ami_block_device_mappings
10 years ago
Joel Scoble
9c979d2f30
alphabetize ami_block_device_mappings for consistency
10 years ago
Tyler Tidman
4a628ec02d
Fix qemu builder vnc_port_min and vnc_port_max text (copied from vmware-iso builder)
10 years ago
Dan Sedlacek
0146294095
Added documentation
10 years ago
Ian Duffy
c4b64eb2c7
Closes #2637 - VRDP support for the virtualbox plugin
...
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
10 years ago
Matt Morrison
f566d6f36d
add docs for Region
10 years ago
Matt Morrison
daf57c7632
Add tests and documentation for subnetwork attribute
10 years ago
Tyler Tidman
c7c8b13bb5
Show default for iso_skip_cache in qemu docs
10 years ago
Rickard von Essen
7fa5bcd5d7
Merge pull request #3134 from rickard-von-essen/issue-2701
...
OpenStack: Update documentation, fixes GH-2701
10 years ago
Rickard von Essen
df6e4c0565
Merge pull request #3162 from rickard-von-essen/checksum
...
Allow to specify ISO checksum via URL
10 years ago
Rickard von Essen
e1c470db80
Merge pull request #3135 from rickard-von-essen/issue-2526
...
OpenStack: convert SSH keys from BER to DER with OpenSSL, work around…
10 years ago
Rickard von Essen
6855c480ad
OpenStack: convert SSH keys from BER to DER with OpenSSL, work around for GH-2526.
...
Try to parse the temporary keypair received from OpenStack, if it fails
try to use OpenSSL to convert it from BER encoding to DER.
10 years ago
Rickard von Essen
bbade5d8ae
Added "iso_checksum_url" and keep the functionality of "iso_checksum"
...
Added support for file shema in "iso_checksum_url".
Added some unit tests and updated the docs accordingly.
10 years ago
Vasiliy Tolstov
00fcc3dfdc
allow to specify checksum via url
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
10 years ago
Vasiliy Tolstov
ec4e95493d
builder/digitalocean: add ability to specify api url
...
This is useful in case of using DigitalOcean compatibility api hosting.
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
10 years ago
Chris Bednarski
6c35f44104
Merge pull request #3129 from vtolstov/wait
...
builder/qemu: allow to specify time.Duration in special <wait> command
10 years ago
Rickard von Essen
623dbc1ffe
Merge pull request #3147 from tylert/update-qemu-doc
...
Update qemu builder doc net_device list, put things in packer fix order
10 years ago
Rickard von Essen
e5356dc4c4
Merge pull request #3133 from rickard-von-essen/aws_ssh_cleanup
...
Amazon: Cleaned up the docs about SSH after implementing Communicator.
10 years ago
Tyler Tidman
7c89df2080
Forgot to tidy up a comma too
10 years ago
Tyler Tidman
e20d68cef5
Update qemu builder doc net_device list, put things in packer fix order
10 years ago
Vasiliy Tolstov
2104fcec69
builder/qemu: allow to specify time.Duration in special <wait> command
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
10 years ago
Rickard von Essen
fbeacb3dc4
OpenStack: Update documentation, fixes GH-2701
...
Added documentation for:
- identity_endpoint
- user_id
- OS_USERID
- endpoint_type
- ssh_keypair_name
- user_data
- user_data_file
Improved documentation for:
- floating_ip
- OS_TENANT_NAME
- use_floating_ip
Added a DevStack exmaple and some notes about OpenStack authorization
and how to get started with a correct setup.
10 years ago
Rickard von Essen
209e877d20
Amazon: Cleaned up the docs about SSH after implementing Communicator.
10 years ago
Chris Bednarski
2dd8ad9449
Merge pull request #2577 from cybercom-finland/os_source_image_name
...
Support source_image_name in OpenStack builder
10 years ago
Einar Forselv
c6a21ab491
Openstack builder documentation needs v3 auth information
...
Added some basic information about v3 authentication.
10 years ago
Chris Bednarski
4490826a17
Merge pull request #3040 from kimor79/3011
...
Add mount_partition option to amazon-chroot builder
10 years ago
Vasiliy Tolstov
d96283e475
qemu: allow to use live iso without cache
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
10 years ago
Chris Bednarski
1a5d5acea4
Merge pull request #2737 from jen20/ebs-volume-tags
...
Tag EBS volumes with volume_tags in EBS builder
10 years ago
Chris Bednarski
9dc4c0a7d1
Merge pull request #2761 from stagrlee/master
...
More documentation for ssh_keypair_name, ssh_private_key_file
10 years ago
Chris Bednarski
295bf847db
Merge pull request #3066 from dave2/gh-3052
...
Update docs to reflect current AMI IDs and instance sizes
10 years ago
Seth Vargo
174237ba2f
Use www. for project sites
10 years ago
Seth Vargo
c0b46b2fb8
Use SSL for resources
10 years ago
Chris Bednarski
61aea5f123
Merge pull request #2912 from esemplare/esxi_ssh_key_support
...
Add support for SSH Key Authentication with ESX builder
10 years ago
Chris Bednarski
a63e7ac482
Merge pull request #3065 from clstokes/docs-aws-ecr
...
Add Amazon EC2 Container Registry details.
10 years ago
David Zanetti
0369b8e7c0
Update docs to reflect current AMI IDs and instance sizes
...
- Using Ubuntu-supported image, 14.04 LTS current, for us-east-1
- t1.micro no longer exists, t2.micro replaces it
- Raised in issue #3052
10 years ago
Luke Amdor
213d72a2bb
Add required DescribeSubnets IAM permission
...
From https://github.com/mitchellh/packer/pull/3037 , building an AMI now requires DescribeSubnets so we should document that.
10 years ago
Cameron Stokes
497f1aa66f
Add Amazon EC2 Container Registry details.
10 years ago
Kimo Rosenbaum
09543fc4e7
Add mount_partition to amazon-chroot builder to specify a partition other than 1
10 years ago
Caius Howcroft
0f8b348fca
Added docs for GCE external static IPs
10 years ago
Chris Peterson
c8ff4a5230
Clarify the need to specify device_name when setting volume_size in Amazon builder. refs #2798
11 years ago
Chris Bednarski
00ea5ff7de
Merge pull request #2982 from minimum2scp/features/support-googlecompute-preemptible
...
Added support of preemptible instance in googlecompute builder
11 years ago
Ian Duffy
7271b6ac8d
Add documentation for config_drive
...
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
11 years ago
YAMADA Tsuyoshi
ca43e89aa7
added document
11 years ago
michael
665d7362f4
Update documentation for remote SSH Key Authentication
11 years ago
Greg Baker
6490e4c608
Updated the language of floppy documentation to increase clarity
...
Changed the language of the vmware-iso floppy documentation to make is clearer that the deprecated ks=floppy syntax is a result of changes to Anaconda.
11 years ago
Greg Baker
424edc8253
Added alternative floppy boot command syntax
...
The vmware-iso example configuration to load a Kickstart configuration file off of a mounted floppy image is not valid for recent versions of Linux including RHEL7. The version of Anaconda used no longer supports ks=floppy.
This commit adds an alternative syntax that users can use with more recent version of Linux to source a Kickstart file from a mounted floppy image.
11 years ago
Barrie Bremner
61c98bb701
Doc change only: misspelling of 'termination'
11 years ago
Mark Peek
c2fd83e04c
Merge pull request #2748 from vtolstov/qcow2
...
add shrink step for qcow2 image format
11 years ago
Jason Martin
62bcf6c7ce
Add IAM policy for copying images
...
The ec2:CopyImage privilege is required in order to make a cross-region AMI when using the `ami_regions` option for the amazon-ebs builder.
11 years ago
Vasiliy Tolstov
8e1cc16ab5
add convert step for qcow2 image format
...
https://ext4.wiki.kernel.org/index.php/Ext4_VM_Images does not
recommends to dd zero file and deletes it, but in case of enabling
discards and qcow2 image we can recreate qcow2 file with less used
space.
Also qemu-img able to enable compression for qcow2 files, that
sometimes may be useful because it natively supported by qemu.
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
11 years ago
Mark Peek
4e1e9b788a
Merge pull request #2845 from abridgett/feature/spot_price_zero
...
spot_price of "0" to mean on demand
11 years ago
Mark Peek
6951c6824b
Merge pull request #2688 from mitchellh/docs-aws-session-token
...
Changed AWS_SECURITY_TOKEN to AWS_SESSION_TOKEN
11 years ago
Yuya Kusakabe
699c673536
builder/vmware-esxi: Add step_export
...
If `format` option is configured, packer exports the VM with ovftool.
website: Document about OVF Tool and `format` option.
post-processor/vsphere: Enable to use `mitchellh.vmware-esx` artifact type and OVF and OVA formats, fixes #1457 .
11 years ago
Mark Peek
e9657e6a9f
Merge pull request #2642 from oliviertremblay/master
...
Make TargetPath customizable
11 years ago
Mark Peek
813a66fc2e
Merge pull request #2844 from ruslansalikhov/patch-1
...
Fixing DigitalOcean documentation urls
11 years ago
Mark Peek
135a607fb4
Merge pull request #2745 from jessehub/master
...
documentation - indent ami_block_device_mappings keys
11 years ago
Ruslan Salikhov
e6df3e07a0
Fixing DigitalOcean documentation urls
...
Fixed inserting %5C into links to digitalocean resources.
11 years ago
Mark Peek
edda3de677
Merge pull request #2806 from abridgett/feature/add_ebs_optimized_support
...
Add ebs_optimized support
11 years ago
Dave Cunningham
1fea962a3a
account_file can be verbatim JSON string
11 years ago
Adrian Bridgett
da771c469e
spot_price of "0" to mean on demand
...
this helps avoid duplicating packer templates just to select
spot instances or not
11 years ago
Adrian Bridgett
8349e22df9
Add ebs_optimized support
11 years ago
Mark Peek
2411c779d1
Make qemu ssh_wait_timeout example more reasonable
11 years ago
Robin Kearney
87f2f7c96d
Confusing to specify this twice
11 years ago
Lee Thompson
cef4e88922
Add some more documentation around ssh_keypair_name and ssh_private_key_file
11 years ago
Rickard von Essen
3f14b9d984
Merge pull request #2731 from legal90/prl-compact-disk
...
Parallels: Add "CompactDisk" build step
11 years ago
Rickard von Essen
b528811540
Merge pull request #2662 from rickard-von-essen/prl_pd11
...
Parallels Desktop 11: verify correct edition and enable headless mode
11 years ago
Jesse Callaway
7def47f376
indent ami_block_device_mappings subkeys
11 years ago
James Nugent
632d38a1c5
Tag EBS volumes with volume_tags in EBS builder
...
This change allows specification of a new "volume_tags" array in the
amazon-ebs builder in order to allow tagging of volumes used on the
source instance. It is implemented as a new step which is skipped if
there are no tags specified.
11 years ago
Mikhail Zholobov
36a6fc2cc4
website/docs: Add description of "skip_compaction" option for Parallels builders
11 years ago
Chris Bednarski
5c7481362c
Changed AWS_SECURITY_TOKEN to AWS_SESSION_TOKEN
...
Fixes #2687
11 years ago