a very interesting new sandbox project relevant to BOA developers looking for a tool-chain from local dev to stage to prod on BOA systems
Ariadne: Vagrant-based Drupal Development Toolchain
Ariadne is a standardized virtual machine (VM) development environment for easily developing Drupal sites in a local sandbox that is essentially identical to a fully-configured hosted solution. It attempts to emulate a dedicated Acquia/Pantheon server as closely as possible, with added development tools. Once several simple system requirements have been met, it can be set up using only a few commands from your computer's terminal.
The current iteration aims to create a local Vagrant environment that mimics Acquia's infrastructure as closely as possible, using cookbooks and roles that can easily be used to deploy an actual cluster.
How It Works
Vagrant uses Virtualbox to boot a stripped-down VM image, and then uses the Chef configuration management tool (one of the few components installed on the VM initially) to bring that blank slate into a fully configured state.
Development
This is a mirror of the GitHub repository, where development is active:
http://github.com/myplanetdigital/ariadne

Comments
more WetKit Drupal
more
WetKit Drupal Distribution: VirtualBox Vagrant Chef Provision
https://github.com/sylus/wet-boew-drupal-devops
patcon's sandbox: Ariadne: Vagrant-based Drupal Development Toolchain
http://drupal.org/sandbox/patcon/1783838
Ariadne: Vagrant-based Drupal Development Toolchain
http://drupal.org/node/1783868
Drupal Quickstart: Pre-made Development Environment
http://drupal.org/project/quickstart
https://github.com/quickstart/quickstart-drupal/wiki
http://www.drupalquickstart.org/
DrupalPro Development Desktop is built on Ubuntu 12.04
http://drupal.org/project/drupalpro
Drupal-up is a Drush extension that facilitates building virtual machines for local development of Drupal sites.
http://drupal.org/project/drupal-up
Quickstart for BOA ? Local to Production Pipeline
http://groups.drupal.org/node/160449
Aegir DevShop
has anyone tried DevShop ?
http://drupal.org/project/devshop
I've been using
I've been using https://github.com/zivtech/vagrant-development-vm along with drush fetcher. It's great for local development, really stable and has everything I need. I especially like being able to so readily deploy solr instances. I haven't tried to use fetcher with a dev > stage > production workflow, however, so I'm not sure how that will work out. Thanks for listing these though, I'll give them a try!
Here's YAWD (yet another
Here's YAWD (yet another webkit Drupal) project -- https://github.com/thom8/acquia-vagrant
For use with Acquia projects only for now but the main goal is smiplicity.