Mitchell Hashimoto
e4e0953030
website: add Vagrantfile
2014-09-04 18:27:16 -07:00
Mitchell Hashimoto
5b26560ee9
website: update private open stack example
2014-09-04 18:23:29 -07:00
Mitchell Hashimoto
c6b36420b4
Merge pull request #1459 from msabramo/add_private_openstack_example
...
Update openstack builder doc to include private openstack example
2014-09-04 18:22:36 -07:00
Marc Abramowitz
12d838e0c3
Update openstack builder doc to include private openstack example
...
This illustates how to use the OpenStack builder with a private
OpenStack cloud, as opposed to a public cloud such as Rackspace public
cloud.
2014-09-04 18:17:13 -07:00
Mitchell Hashimoto
77bd024079
builder/*: fix flaky tests, get tests passing
2014-09-04 18:11:05 -07:00
Mitchell Hashimoto
5f5e94711c
Update CHANGELOG
2014-09-04 18:08:23 -07:00
Mitchell Hashimoto
5cb7355814
builder/docker: change commit to the opt-in, special case build steps
...
/cc @andytson - Wanted to CC you in here so you could see some changes I
made.
First, I changed commit to opt-in, so you set "commit": true to get
commit behavior. This simplifies the logic a bit. Then, I removed the
skipping for StepExport and StepCommit and put that into the Builder
itself. This simplifies those steps (limits abstraction leakage).
Otherwise, everything looks great!
2014-09-04 18:03:15 -07:00
Mitchell Hashimoto
5f126dc154
Merge branch 'andytson-feature/docker-image'
2014-09-04 17:56:52 -07:00
Mitchell Hashimoto
cb2c405d88
Merge branch 'feature/docker-image' of github.com:andytson/packer into andytson-feature/docker-image
...
Conflicts:
config.go
2014-09-04 17:56:47 -07:00
Mitchell Hashimoto
b267c3eb4a
builder/docker: wait for tail to end when running remote command
2014-09-04 17:24:09 -07:00
Mitchell Hashimoto
c139aa3b71
builder/docker: style
2014-09-04 17:07:21 -07:00
Mitchell Hashimoto
74a4f27a16
buidler/docker: remove container [GH-1206] [GH-1095]
2014-09-04 17:03:24 -07:00
Mitchell Hashimoto
2e2f59a87b
Vagrantfile should use a much newer Ubuntu
2014-09-04 15:29:03 -07:00
Mitchell Hashimoto
49ac4acdd2
scripts: able to set XC_ARCH/OS manually
2014-09-04 15:13:29 -07:00
Mitchell Hashimoto
dabbcd45a8
Update CHANGELOG
2014-09-04 11:48:42 -07:00
Mitchell Hashimoto
84237ec98f
Add Vagrantfile for cross cmpiling
2014-09-04 11:35:27 -07:00
Mitchell Hashimoto
a2f06c2b5f
website: fix docs [GH-1222]
2014-09-04 11:26:53 -07:00
Mitchell Hashimoto
0d35473d41
communicator/ssh: make TCP keep-alive period shorter [GH-1232]
2014-09-04 11:24:01 -07:00
Mitchell Hashimoto
847cb02eb3
packer: fuzzy search broken pipe too [GH-1314]
2014-09-03 21:31:34 -07:00
Mitchell Hashimoto
c7dffaf12f
Update CHANGELOG
2014-09-03 21:28:37 -07:00
Mitchell Hashimoto
67afff5ede
fmt
2014-09-03 21:27:54 -07:00
Mitchell Hashimoto
dc74c2bbdd
builder/amazon: tests
2014-09-03 21:27:43 -07:00
Mitchell Hashimoto
ad51098a3e
packer/rpc: don't panic on cache errors [GH-1328]
2014-09-03 21:17:53 -07:00
Mitchell Hashimoto
e9c2628a77
packer/plugin: clean up log output by only using the base
2014-09-03 21:11:43 -07:00
Mitchell Hashimoto
c0f9dbde41
builder/virtualbox: search VBOX_MSI_INSTALL_PATH [GH-1337]
2014-09-03 21:08:57 -07:00
Mitchell Hashimoto
f0bc4fd0b7
website: update supported builders
2014-09-03 21:01:23 -07:00
Mitchell Hashimoto
749baa19c4
builder/virtualbox/iso: append timestamp to name [GH-1365]
2014-09-03 20:54:02 -07:00
Mitchell Hashimoto
23e2387d61
website: document needing knife [GH-1429]
2014-09-03 20:38:01 -07:00
Mitchell Hashimoto
32c88c20ef
Don't notify IRC
2014-09-03 20:33:38 -07:00
Mitchell Hashimoto
28de122579
builder/virtualbox: fix typo
2014-09-03 20:33:22 -07:00
Mitchell Hashimoto
94f385ecf9
builder/virtualbox: error if guest additions URL can't be read [GH-1439]
2014-09-03 20:30:16 -07:00
Mitchell Hashimoto
01abbc4460
common/ssh: error if encrypted key is used
2014-09-03 20:25:31 -07:00
Mitchell Hashimoto
76a8221636
builder/*: extract key path to ssh.Signer
2014-09-03 20:23:39 -07:00
Mitchell Hashimoto
414bf1748d
website: fix escaped underscores [GH-1458]
2014-09-03 20:12:10 -07:00
Mitchell Hashimoto
31876427e3
Update CHANGELOG
2014-09-02 15:30:14 -07:00
Mitchell Hashimoto
60182afb0b
Automatically discover plugins
2014-09-02 15:29:37 -07:00
Mitchell Hashimoto
7097c75610
Update travis
2014-09-02 15:14:42 -07:00
Mitchell Hashimoto
2788ccc653
Update scripts to latest HashiCorp style
2014-09-02 15:13:55 -07:00
Mitchell Hashimoto
db90658250
Merge pull request #1456 from mitchellh/f-yamux
...
packer/rpc: Replace MuxConn with Yamux
2014-09-02 14:33:26 -07:00
Mitchell Hashimoto
b7c604795e
packer/plugin: increase version for Yamux
2014-09-02 14:28:21 -07:00
Mitchell Hashimoto
9ffa0b8e25
packer/rpc: no more muxconn
2014-09-02 14:23:06 -07:00
Mitchell Hashimoto
062e86e218
packer/rpc: MuxBroker
2014-09-02 14:05:22 -07:00
Mitchell Hashimoto
6bbf64c5ab
builder/qemu: use 512M for -m [GH-1444]
2014-09-02 11:19:12 -07:00
Mitchell Hashimoto
90d4bcdbe8
builder/digitalocean: region supports vars [GH-1452]
2014-09-02 11:16:39 -07:00
Mitchell Hashimoto
ae276fd833
Next version will be 0.7.0 (update changelog)
2014-09-02 11:11:58 -07:00
Mitchell Hashimoto
0780225037
Update CHANGELOG
2014-09-02 11:10:06 -07:00
Mitchell Hashimoto
953fd27a27
Merge pull request #1167 from rasa/1057-add-floppy-files-to-vmware-vmx-v2
...
builder/vmware-vmx: add floppy_files support
2014-09-02 11:09:25 -07:00
Mitchell Hashimoto
35b51c8492
Update CHANGELOG
2014-09-02 11:08:49 -07:00
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