summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-31 11:53:05 -0800
committerGitHub <noreply@github.com>2020-12-31 11:53:05 -0800
commit4a4060fac9894aa82ee3558d27fff1329a78b086 (patch)
treeb83de6a1754a26dab75221be2444f6df81800e29
parent02827bb8a8621d6987420365ebedf435ba01062d (diff)
downloadchef-4a4060fac9894aa82ee3558d27fff1329a78b086.tar.gz
Update adding_new_platforms_to_infra.md
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--docs/dev/how_to/adding_new_platforms_to_infra.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/how_to/adding_new_platforms_to_infra.md b/docs/dev/how_to/adding_new_platforms_to_infra.md
index 12174e9aaa..ada6b9ec9e 100644
--- a/docs/dev/how_to/adding_new_platforms_to_infra.md
+++ b/docs/dev/how_to/adding_new_platforms_to_infra.md
@@ -50,8 +50,8 @@ Ohai powers all system configuration detection for Chef Infra Client. New distri
### Bento Boxes
-COMING SOON!
+Bento boxes are used by the kitchen-vagrant driver by customers for cookbook testing. When we add a new platform we need to make sure that customers can use it in their testing processes. The [bento repository](https://github.com/chef/bento/) contains packer templates for each platform / platform version, a [builds.yml](https://github.com/chef/bento/blob/master/builds.yml) file which defines the systems to build, and a ruby application which helps with building systems. Bento boxes are generally build for VirtualBox, VMware Fusion, Parallels Desktop, and Hyper-V so you will need both a macOS and Windows system to build all the systems. Once this is complete you can use the `bento upload` command to push these to Vagrant Cloud. You'll need to be added to the Bento Vagrant Cloud org, which #releng-support can assist you with.
### Fauxhai Dumps
-COMING SOON! \ No newline at end of file
+COMING SOON!