Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/123#discussion_r63809496
--- Diff: metron-deployment/packer-build/README.md ---
@@ -0,0 +1,47 @@
+Build Metron Images
+=========================
+
+Based on the fantastic [Bento](https://github.com/chef/bento) project
developed by Chef.
+
+Images Provided
+---------------------
+- hdp-centos-6.7: Centos 6.7 + HDP. Used in the quick-dev-platform Vagrant
image
+- metron-centos-6.7: Centos 6.7 + HDP + Metron. Used for the
codelab-platform Vagrant image.
+
+Prerequisites
+---------------------
+- Packer 0.10.1 https://www.packer.io/
+- Virtualbox 5.0.16 https://www.virtualbox.org/
+
+Build Both Images
+----------------------
+ Navigate to <your-project-directory>/metron-deployment/packer-build
+ Execute bin/bento
--- End diff --
If I use `build`, I seem to run into an error. What am I doing wrong?
```
nallen @ ~/tmp/incubator-metron-pr-123/metron-deployment/packer-build
$ ./bin/bento build
==> Starting build for templates: ["hdp-centos-6.7", "metron-centos-6.7"]
==> [hdp-centos-6.7] Building: 'packer build
-var-file=/var/folders/hb/dp9xm3q92gq3w9w9btb0kqyw0000gn/T/hdp-centos-6.7-metadata-var-file20160518-26378-12zwyn0
hdp-centos-6.7.json'
>>> [hdp-centos-6.7] Error building, exited pid 26387 exit 127
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---