92 Commits

Author SHA1 Message Date
Mitchell Hashimoto
992bac69c9 post-processor/vagrant: tests on input artifact 2014-02-21 20:04:03 -08:00
Mitchell Hashimoto
9c79a47f59 post-processor/vagrant: AWS/DO keep input artifacts [GH-55] 2014-02-21 20:02:49 -08:00
Mitchell Hashimoto
4a00b520fb post-processor/docker-push 2014-01-19 20:34:20 -08:00
Mitchell Hashimoto
e9eea49473 post-processor/docker-import: use the repo tag as the ID 2014-01-19 20:20:00 -08:00
Mitchell Hashimoto
c1e155808b post-processor/docker-import: verify proper builder ID 2014-01-19 19:56:50 -08:00
Mitchell Hashimoto
5fa6c5b6c3 builder/docker: make Import part of this Driver for reuse 2014-01-19 19:55:01 -08:00
Mitchell Hashimoto
decaf04e5b post-processor/docker-import: have an Artifact
/cc @mmckeen
2014-01-19 19:48:06 -08:00
Mitchell Hashimoto
6839a01e2d post-processor/docker-import: refactor
/cc @mmckeen - Did a refactor here, CC'd in case you're curious
or want to learn :)
2014-01-19 19:15:25 -08:00
Matthew McKeen
9067228afa docker-push: add code to handle seperate registry, push a specific repository/tag #774 2014-01-13 13:37:09 -08:00
Matthew McKeen
6ce1afda77 docker-import + docker-push: Add some beginning tests. #774 2014-01-13 13:22:43 -08:00
Matthew McKeen
47136e8ff2 docker-import: finish up Dockerfile provisioning, Add TODO for next section #774 2014-01-06 15:12:08 -08:00
Matthew McKeen
1bf660666e docker-import post-processor, add TODO #774 2014-01-06 13:43:30 -08:00
Matthew McKeen
d49ee43ec6 Start adding dockerfile provisioning to docker-import post-processor #774 2014-01-06 13:42:32 -08:00
Matthew McKeen
1581c3c9c0 Add docker-import post-processor.
Implemented initial working version
of Docker image importing code. #774
2014-01-02 14:49:14 -08:00
Matthew McKeen
990c393a14 Finish up parameter parsing and validation.
Login to a docker index now works, ready for
implementation of the actual push logic.
2014-01-01 23:29:27 -08:00
Matthew McKeen
12765ad31d Rename docker post processor to docker-push.
Implement login to a docker registry, error handling
2014-01-01 22:30:28 -08:00
Matthew McKeen
6ff1143753 Do some forward porting of the old work of
mitchellh/packer's docker branch. #774
2014-01-01 21:18:09 -08:00
Mitchell Hashimoto
c806331130 post-processor/vagrant: fix alternate providers 2013-12-25 11:01:59 -07:00
Mitchell Hashimoto
33c993fe16 post-procssor/vagrant: return proper artifact 2013-12-20 09:52:50 -08:00
Mitchell Hashimoto
9a444181dd post-processor/vagrant: do overrides 2013-12-19 14:44:15 -08:00
Mitchell Hashimoto
8d42c28002 post-processor/vagrant: more tests 2013-12-19 14:04:45 -08:00
Mitchell Hashimoto
88693e5c13 post-procssor/vagrant: don't export some things 2013-12-19 13:52:48 -08:00
Mitchell Hashimoto
6389e304e6 post-processor/vagrant: vmware 2013-12-19 13:44:18 -08:00
Mitchell Hashimoto
15bf787c6f post-processor/vagrant: DigitalOcean 2013-12-19 13:41:48 -08:00
Mitchell Hashimoto
813874c276 post-processor/vagrant: transition aws over 2013-12-19 13:37:09 -08:00
Mitchell Hashimoto
0f82c01b98 post-processor/vagrant: start new format 2013-12-19 13:22:46 -08:00
Mitchell Hashimoto
d568db25c5 post-processor/vagrant: include files 2013-12-19 09:28:19 -08:00
Mitchell Hashimoto
1e3c43b123 post-processor/vagrant: compression_level is an int 2013-12-19 09:16:57 -08:00
Mitchell Hashimoto
f5e591b2bb post-processor/vsphere: template process in prepare phase 2013-12-11 14:01:14 -08:00
mheidenr
ddd8475f8e post-processor-vsphere: user variables for datastore 2013-12-02 13:53:13 +01:00
mheidenr
cf7979e4d0 post-processor-vsphere: user variables for vm_name, username, password 2013-12-02 12:39:52 +01:00
mheidenr
c71bce87a5 fix post-processor vsphere 2013-11-29 17:33:26 +01:00
Mitchell Hashimoto
1b429acd2f website: vsphere endpoint docs 2013-11-18 16:23:28 -08:00
Mitchell Hashimoto
7d7e626e6f post-processor/vsphere: cleanups
/cc @mheidenr - Some basic cleanups. :)
2013-11-18 16:04:38 -08:00
Mitchell Hashimoto
4431257026 fmt 2013-11-18 15:57:31 -08:00
Mitchell Hashimoto
15ba287ceb Merge pull request #613 from mheidenr/master
added post-processor-vsphere
2013-11-18 15:57:12 -08:00
Mitchell Hashimoto
b5d0385115 post-processor/vagrant: style nitpicks
/cc @rasa
2013-11-18 15:38:54 -08:00
Ross Smith II
f3a2aeeff9 Skip gzip compression if compression_level=0 2013-11-18 10:38:19 -08:00
mheidenr
f673aaee0e added post-processor-vsphere 2013-11-11 09:56:51 +01:00
Mitchell Hashimoto
1adc543d66 post-processor/vagrant: support compression level for DO 2013-11-05 14:30:03 -08:00
Ross Smith II
a479482d67 post-processor/vagrant: Adds vagrant support for digitalocean
Conflicts:
	post-processor/vagrant/post-processor.go
2013-11-05 14:27:28 -08:00
Mitchell Hashimoto
5cf345f932 Merge pull request #506 from maspwr/compression_level
post-processors/vagrant: add compression_level option
2013-10-20 17:44:26 -07:00
Recai Oktaş
6d6b32924d post-processor/vagrant: fix bug in ova support caused by wrong file path 2013-10-19 01:39:12 +03:00
Mark Aaron Shirley
4f10ff2480 Add compression_level option to vagrant post-processors 2013-10-07 21:59:26 -07:00
Jonas Pfenniger
c2ff4ded9c Use the same vagrant post-processor for amazon instances than EBS. Fixes #502 2013-10-05 23:32:41 +01:00
Jason A. Beranek
6d946fe87c post-processor/vagrant: pass PackerConfig to sub post-processors 2013-09-18 22:56:00 -05:00
Mitchell Hashimoto
bda4754e68 post-processor/vagrant: simplify logic, only send overrides to PP
[GH-413] /cc @jasonberanek
2013-09-18 15:01:06 -07:00
Mitchell Hashimoto
0f64704725 post-processor/vagrant: set output path always in a new raw 2013-09-18 14:51:51 -07:00
Mitchell Hashimoto
cb8fa1010a post-processor/vagrant: fix slice copy to actually work for override
[GH-426]
2013-09-18 14:43:42 -07:00
Mitchell Hashimoto
3a19127f53 post-processor/vagrant: don't error if unused 2013-08-23 15:31:21 -07:00