Skip to content

Instantly share code, notes, and snippets.

@hugoduncan
Created October 28, 2010 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugoduncan/652256 to your computer and use it in GitHub Desktop.
Save hugoduncan/652256 to your computer and use it in GitHub Desktop.
Local resource definition for mounting an ebs volume in ec2
(pallet.resource/deflocal attach-volume
(attach-volume*
[request]
(jclouds-compute/with-compute-service [(:compute request)]
(volume/attach-volume :us-east-1 "INSTANCE" VOLUME_ID "/dev/sdh"))
request))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment