Created
August 30, 2012 13:27
-
-
Save murtaza52/3528494 to your computer and use it in GitHub Desktop.
Pallet config file
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 | |
;; you can specify global data in the :environment key here | |
;; | |
:environment { | |
:algorithms | |
{:lift-fn pallet.core/parallel-lift | |
:converge-fn | |
pallet.core/parallel-adjust-node-counts}} | |
:admin-user | |
{:username "ubuntu" | |
:private-key-path "~/.ssh/ubuntu-app-server.pem" | |
:public-key-path "~/.ssh/ubuntu-app-server.pub"} | |
:services | |
{:data-center {:provider "node-list" | |
:node-list [["dev" "app-servers" "xxxxx" :ubuntu]]}} | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment