Skip to content

Instantly share code, notes, and snippets.

@murtaza52
Created August 30, 2012 13:27
Show Gist options
  • Save murtaza52/3528494 to your computer and use it in GitHub Desktop.
Save murtaza52/3528494 to your computer and use it in GitHub Desktop.
Pallet config file
(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