Skip to content

Instantly share code, notes, and snippets.

@sritchie
Created December 14, 2011 08:45
Show Gist options
  • Save sritchie/1475775 to your computer and use it in GitHub Desktop.
Save sritchie/1475775 to your computer and use it in GitHub Desktop.
(defpallet
:services
{:virtualbox {:provider "virtualbox"
:model-path "/Users/sritchie/.vmfest/models"
:node-path "/Users/sritchie/.vmfest/nodes"
:default-local-interface "vboxnet0"
:default-bridged-interface "en1: AirPort"
:default-network-type :local
:url "http://localhost:18083"
:identity ""
:credential ""
:environment
{:algorithms
{:lift-fn pallet.core/parallel-lift
:vmfest
{:create-nodes-fn pallet.compute.vmfest/parallel-create-nodes}
:converge-fn pallet.core/parallel-adjust-node-counts}}}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment