Skip to content

Instantly share code, notes, and snippets.

@davidsantiago
Created July 15, 2011 04:37
Show Gist options
  • Select an option

  • Save davidsantiago/1084079 to your computer and use it in GitHub Desktop.

Select an option

Save davidsantiago/1084079 to your computer and use it in GitHub Desktop.
(defpallet
:services
{:aws {:provider "aws-ec2"
:identity ";)"
:credential "tb4tch/43va"}
:virtualbox
{:provider "virtualbox"
:images
{}
:model-path "/Users/David/.vmfest/models"
:node-path "/Users/David/.vmfest/nodes"
: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}}
:image
{:bridged-network "en1: PCI Ethernet Slot PCI Slot 5, Port 2 (AirPort)"}}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment