Jack Pearkes
7d4efdc236
post-processor/vagrant-cloud: initial commit
2014-06-16 15:53:37 -04:00
Mitchell Hashimoto
48ff225dab
Merge pull request #1262 from thorduri/master
...
website: Don't use a real domain in examples.
2014-06-16 09:09:44 -07:00
Thordur Bjornsson
9058061a38
Don't use a real domain in examples.
...
Use example.com instead.
2014-06-16 13:10:52 +02:00
Ian Delahorne
d99eff49f7
Reorder documentation into alphabetical order
2014-06-15 18:46:02 -05:00
Ross Smith II
e2acb8e988
Update CHANGELOG.md
2014-06-15 12:24:10 -07:00
Ross Smith II
17957dd40d
Merge pull request #1259 from lflux/openstack-force-ipv4-ssh
...
Force IPv4 addresses from address pools in Openstack. Fixes #1258
2014-06-15 12:23:18 -07:00
Ian Delahorne
c00696992a
Add ability to configure networks for openstack
...
Add configuration option `networks`, a list of network UUIDs, to attach to the
source instance.
In some openstack installs, no default network will be attached or the network
with the ability to attach a public floating IP will need to be specified.
2014-06-15 13:56:19 -05:00
Ian Delahorne
189dad1348
Added required value for openstack_provider for rackspace example
...
If `openstack_provider:rackspace` is omitted in the configuration, the example
won't work at all against rackspace. Not sure what the actual documentation for
this configuration value should be, but this was a major source of irritation
when I couldn't get the default example working against Rackspace.
2014-06-15 02:19:26 -05:00
Ian Delahorne
8bf935beb8
Force IPv4 addresses from address pools in Openstack. Fixes #1258
...
Rackspace defaults to a public IPv4 and IPv6 address. These are returned in
random order, with the sprintf further on generating an incorrect connection
string if on IPv6. Force IPv4 until support for correct connection strings and
a configuration flag for logging in over IPv6 is added.
2014-06-15 02:12:52 -05:00
Peter Sankauskas
ac44f4175d
Adding a script to compile the linux binaries
2014-06-13 23:01:35 -07:00
Ross Smith II
be56b5a6b8
Merge pull request #1255 from rjocoleman/fusion
...
vmware-vmx clarify VMware Fusion support
2014-06-13 09:35:01 -07:00
Robert Coleman
8b229af9fd
update vmware-vmx docs
2014-06-14 00:17:05 +12:00
John Bellone
a492ca7424
Fix warnings about not utilizing test module.
...
Make these tests green adn them figure out how to test the actual post-processor.
2014-06-12 16:45:37 -04:00
John Bellone
7da7623d38
Fix user variables to properly evaluate.
2014-06-12 16:36:37 -04:00
John Bellone
a4de58b5f6
[post-processor/compress] Add support for compress.
...
This commit adds support for a post-processor that produces a compressed
archive that can be uploaded to an OpenStack cluster through either
the Horizon web interface or Glance.
2014-06-12 16:36:37 -04:00
Yuya Kusakabe
6ff38c86ea
Fixes #1244 , Add a check for upload iso hash to ESXi Driver
2014-06-12 14:33:34 +09:00
Ross Smith II
dbb6151b03
Merge pull request #1238 from mnaser/patch-2
...
Update run_config.go
2014-06-08 18:49:47 -07:00
StefanScherer
de5c38e6c5
skip adding floppy again in vmx_data_post step
2014-06-09 01:02:21 +02:00
Mohammed Naser
110c168a68
Update run_config.go
2014-06-07 16:04:29 -04:00
Rickard von Essen
905f242582
Parallels-iso errors while removing floppy drive GH-1226
...
Status "stopping" should be handled in IsRunning
2014-06-06 15:59:27 +02:00
Paul Palmer
5a8f56b6ad
Parallels errors while creating floppy disk GH-1225
...
Patch applied with modifications - tests updated to pass.
2014-06-06 15:54:19 +02:00
James Massara
4b6b504d12
Docs updated with new config option
2014-06-04 15:13:28 -07:00
James Massara
be27ecc64b
Add option to enable enhanced networking (SriovNetSupport) for images.
2014-06-04 14:58:11 -07:00
Steven Pecht
45ba949f39
Changed the ordering of the environmental variables to be alphabetic.
2014-06-04 15:59:48 -04:00
Steven Pecht
9fd05c9995
Added documentation page for environmental variables. #1130
2014-06-04 13:06:31 -04:00
Jacob Gillespie
3afa0a56b1
Update GCE source_image to debian-7-wheezy-v20140415
2014-05-30 00:38:21 -05:00
Ross Smith II
1dcaf17168
Merge pull request #1209 from blt04/fix-chef-solo-chroot
...
Fix chroot builder to work with chef-solo provisioner. Fixes #1196
2014-05-27 18:26:51 -07:00
Brandon Turner
b2258dc4e9
Fix chroot builder to work with chef-solo
...
According to be5adb92b5c4d5d95e5089be94c706b930fea7ba, the UploadDir
method supports two ways of copying depending on whether a trailing
slash is used:
src = "dir" -> dest/dir
src = "dir/" -> dest
On BSD-based systems (such as OSX, FreeBSD, etc.) the `cp -R` command
handles these two cases automatically. However, Linux treats "src/" and
"src" the same.
To support the trailing slash syntax portably, we can use:
src = "dir" -> dest/dir
src = "dir/." -> dest
This works on BSD and Linux. It is better than using wildcards as it
grabs hidden files as well.
This fixes #1196 that prevents the chef-solo provisioner from working
with the chroot builder.
2014-05-27 19:02:29 -05:00
Henry Huang
bf7b8199da
Add the document for the new spot_price parameter
2014-05-26 23:03:49 +08:00
Ross Smith II
6630d2cac7
Merge pull request #1205 from humboldtux/patch-1
...
Fix staging_directory default path
2014-05-26 08:03:22 -07:00
Henry Huang
da29d684a8
Enable the spot_price in "amazon-instance-store" AMI
2014-05-26 23:01:49 +08:00
Henry Huang
3980c7dcfd
Save the spot request before waiting for its active state
2014-05-26 23:01:49 +08:00
Henry Huang
1e1fa3de26
Add the cleanup for existing spot request
2014-05-26 23:01:49 +08:00
Henry Huang
5d410bddc9
When unexpected state found in waiting, notify the caller func with a correct error message
2014-05-26 23:01:49 +08:00
Henry Huang
3a74c469e5
Add "spot_price" param into template processing
2014-05-26 23:01:49 +08:00
Henry Huang
a411405628
Clean up code via "go fmt"
2014-05-26 23:01:49 +08:00
Henry Huang
c33e7cc867
Add the support of launching spot instances in "amazon-ebs" AMI
2014-05-26 23:01:49 +08:00
Benoit Benedetti
9462129bef
Fix staging_directory default path
2014-05-26 14:27:17 +02:00
Matt Behrens
32f6553d04
add documentation for iso_interface
2014-05-24 07:20:05 -04:00
Matt Behrens
9eb32e5dcd
implement iso_interface
setting
...
Adds a new configuration option, `iso_interface`, that can be set to
`sata` to mount the ISO on the SATA controller. Required for OS X.
2014-05-23 21:14:24 -04:00
Ross Smith II
8e3559a035
Merge pull request #1199 from krismolendyke/fix-website-typo
...
Fix website shell provisioner typo.
2014-05-23 15:19:15 -07:00
Kris
64c210f06d
Fix website shell provisioner typo.
2014-05-23 18:10:50 -04:00
Ross Smith II
676084efe0
Update CHANGELOG.md
2014-05-22 11:55:39 -07:00
Ross Smith II
27137c34de
Merge pull request #1194 from gregburek/encrypted-ebs
...
Adds support for encrypted EBS volumes
2014-05-22 11:53:49 -07:00
Greg Burek
3a45712780
Adds support for encrypted EBS volumes
2014-05-22 11:36:22 -07:00
cfortier2
bf38fa9f4f
reorder chef_environment alphabetically
2014-05-21 13:34:12 -04:00
cfortier2
fe743f96c7
update website chef-client provisioner page
2014-05-21 09:40:02 -04:00
cfortier2
e908cc1733
add chef_environment test
2014-05-21 09:30:18 -04:00
cfortier2
25386f8e8e
add support for chef_environment
2014-05-21 09:24:34 -04:00
Henry Huang
43385a58bc
Refine the comments
2014-05-20 11:16:50 +08:00