Created
July 15, 2011 04:37
-
-
Save davidsantiago/1084079 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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