Commit Graph

2895 Commits

Author SHA1 Message Date
Ross Smith II e38ff2f84e Merge pull request #1021 from laggyluke/master
builder/amazon: configurable virtualization type
2014-04-21 18:08:32 -07:00
Ross Smith II 55016b881a another attempt at fixing echo -e 2014-04-21 10:50:28 -07:00
Ross Smith II afd2e2d033 removed extraneous -e from make output [GH-991] 2014-04-21 09:30:51 -07:00
Ross Smith II 850b066408 Merge pull request #945 from benlangfeld:feature/vb_output_opts (manually) 2014-04-21 08:38:48 -07:00
higebu 37b92dff3a Fix unknown command and syntax error of the ESX5Driver 2014-04-22 00:27:33 +09:00
Ross Smith II da7dd7f818 Update CHANGELOG.md 2014-04-21 08:22:18 -07:00
Ross Smith II ec847acf80 Merge pull request #963 from rhburrows/ansible-local-paths-on-windows
Fix ansible paths when provisioning Linux from Windows
2014-04-21 08:21:08 -07:00
Ross Smith II db96a79bf4 use code.google.com/p/gosshold/ssh 2014-04-21 08:18:19 -07:00
Ross Smith II a33aee13d5 Merge pull request #970 from fnoeding/nullbuilder
implemented null buider
2014-04-21 08:12:33 -07:00
Ross Smith II db32e38246 Update CHANGELOG.md 2014-04-21 08:11:38 -07:00
Ross Smith II ef1898083a Merge pull request #971 from fnoeding/amazon-sshkey
optionally use existing ssh key for amazon builders
2014-04-21 08:10:05 -07:00
Ross Smith II e94a7e7f43 Update CHANGELOG.md 2014-04-21 08:07:06 -07:00
Ross Smith II e9c84ef449 Merge pull request #1001 from zshenker/update-gce-builder-to-v1-api
Updates googlecompute build to v1 API & uses boot persistent disk
2014-04-21 08:04:35 -07:00
Ross Smith II 4f186fbd6e Merge pull request #1006 from jgornick/add-ansible-inventory-file (manually) 2014-04-21 07:57:24 -07:00
Ross Smith II fe3131f62a Update CHANGELOG.md 2014-04-21 07:39:21 -07:00
Ross Smith II 3f4baf4aec Merge pull request #1011 from rasa/add-cloning-in-windows
builder/vmware-vmx: add cloning support on Windows [GH-824]
2014-04-21 07:38:05 -07:00
Ross Smith II 4942b920f3 Update CHANGELOG.md 2014-04-21 07:35:53 -07:00
Ross Smith II 1984ce1733 Merge pull request #1016 from jgornick/ansible-chdir
Update Ansible provisioner to set cwd to staging directory.
2014-04-21 07:35:03 -07:00
Ross Smith II 2ab3346b67 Update CHANGELOG.md 2014-04-21 07:32:35 -07:00
Ross Smith II fd4dd284fb Merge pull request #1018 from priteau/openstack-state-fix
Properly return error when invalid instance state is found
2014-04-21 07:30:18 -07:00
Mitchell Hashimoto 57c3b8d9b9 Merge pull request #991 from berendt/fixing-colored-output-of-makefile
fixing colored output of Makefile
2014-04-20 23:07:17 -07:00
Mitchell Hashimoto ba22b5efea Update CHANGELOG.md 2014-04-17 14:43:53 -07:00
Mitchell Hashimoto 755db6f332 Merge pull request #1043 from databus23/create_floppy_error_handeling
common: fix error handeling when creating a floppy
2014-04-17 14:43:22 -07:00
Fabian Ruff 2a3393ca84 fix error handeling when creating a floppy 2014-04-17 23:34:55 +02:00
Pierre Riteau 77dedd9eab Properly return error when invalid instance state is found 2014-04-17 12:56:25 -05:00
Ross Smith II 7e970a8c08 Merge pull request #1033 from rasa/patch-2
builder/digitalocean: updated default image_id, fixes #1032
2014-04-16 22:37:31 -07:00
Ross Smith II 203f85bfb0 Merge pull request #1034 from rasa/patch-1
builder/digitalocean: updated default image_id, per #1032
2014-04-16 22:36:31 -07:00
Ross Smith II ee1b9ec7c2 Update CHANGELOG.md 2014-04-16 22:29:08 -07:00
Ross Smith II 00204f8c4c Merge pull request #1028 from rasa/use-old-ssh-until-higebus-branch-is-ready
use old ssh code until higebu's branch (#1030) is ready, see #1019
2014-04-16 22:23:21 -07:00
higebu f087ce16dc Fix the build problem by updating ssh package 2014-04-15 10:17:26 +09:00
Ross Smith II 0dcd5d9aff builder/digitalocean: updated default image_id, per #1032 2014-04-13 16:44:51 -07:00
Ross Smith II 9cf76ff338 builder/digitalocean: updated default image_id, per #1032 2014-04-13 16:43:43 -07:00
Ross Smith II 27491f93f8 use old ssh code until higebu's branch is ready, see #1019 2014-04-11 08:23:12 -07:00
George Miroshnykov fc6e8c0830 builder/amazon: configurable virtualization type 2014-04-10 15:16:31 +03:00
Joe Gornick d9fc06a170 Update Ansible provisioner to set cwd to staging directory. 2014-04-08 09:50:26 -05:00
Ross Smith II d420947db6 added %s for productVersion param 2014-04-06 15:50:19 -07:00
Ross Smith II 72924f0d56 builder/vmware-vmx: add cloning support on Windows [GH-824] 2014-04-06 15:31:49 -07:00
Joe Gornick 6d56def162 Add inventory_file option to Ansible provisioner. 2014-04-04 14:58:48 -05:00
Zac Shenker 139e498962 Changing to the v1 google-api-go-client. Now creates a persistent disk as the boot disk, and sets it to auto delete 2014-04-03 15:18:58 -07:00
asatara ecbb0e8498 Added ssh_address variable to vmware builders 2014-03-31 11:54:14 -07:00
Christian Berendt e7e30acaec fixing colored output of Makefile
The colored output is broken when using Zsh.

\033[32;01m==> Installing dependencies\033[0m
\033[32;01m==> Building\033[0m

After adding the parameter -e to echo I get the expected green lines.
2014-03-31 14:21:01 +02:00
Florian Noeding 6371b70609 optionally use existing ssh key for amazon builders 2014-03-24 12:47:00 +01:00
Florian Noeding b879ec85cc implemented null buider
The null builder is not really a bulider, it just setups a SSH
connection and runs the provisioners. It can be used to debug
provisioners without incurring high wait times. It does not create any
kind of image or artifact.
2014-03-24 11:26:10 +01:00
Matthew Hooker dc21bf011a Merge pull request #969 from tedpennings/patch-1
Fix a trailing comma in an example template
2014-03-21 13:11:26 -07:00
Ted Pennings 17ec0089c6 Fix a trailing comma in an example template 2014-03-21 16:09:51 -04:00
Ryan Burrows 6420fbb469 Fix ansible paths when provisioning Linux from Windows
Since the paths are generated on the host machine but the commands are
executed on the VM being provisioned the paths generated will use path
separators from the host. In the case of provisioning a Linux VM from
Windows this path will not work.

Convert the path to use a '/' separator which should work for both
platforms in Go
2014-03-18 11:12:13 -07:00
Ben Langfeld 128f555a2c Formatting 2014-03-14 13:22:49 -03:00
Ben Langfeld 5b07e2604c Fix export opts tests 2014-03-14 13:22:44 -03:00
Ben Langfeld 8cf0e53b19 Properly apply templates to export opts 2014-03-14 13:22:32 -03:00
Ben Langfeld 2cee7a5c10 Log export command being executed 2014-03-14 00:26:26 -03:00