Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example IAM node-spec to README #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jcf
Copy link
Contributor

@jcf jcf commented Mar 27, 2014

This example does not currently work, I'm in the process of trying to get this running.

The reason I'm sending this pull request through is that I've found the docs around setting up instances quite abstract, and some real world examples would be really helpful.

It would probably make sense to rename a few things, and perhaps remove config that isn't specific to Amazon, but as a conversation starter this is hopefully of some use.

@jcf
Copy link
Contributor Author

jcf commented Mar 28, 2014

The exception goes away when I rollback to v0.2.0.

Is there an example somewhere of how to configure this provider? Is it similar to setting up the aws provider?

lein pallet add-service pallet-ec2 pallet-ec2 \
  $AWS_ACCESS_KEY_ID $AWS_SECRET_ACCESS_KEY

Edit The above command doesn't work, reporting Could not find a configuration for service: :pallet-ec2 {:service-name :pallet-ec2}.

@hugoduncan
Copy link
Member

I think the exception you are seeing with 0.2.1 comes from using clojure 1.5.1 code with clojure 1.4. I'll check the declared clojure dependencies.

@hugoduncan
Copy link
Member

When do you get the Could not find a configuration for service: :pallet-ec2 {:service-name :pallet-ec2} message? when runnning lein pallet add-service?

@jcf
Copy link
Contributor Author

jcf commented Mar 29, 2014

My project is using Clojure 1.4.0, which is what the lein pallet template generated when I used it maybe two weeks ago.

On Sat, Mar 29, 2014 at 12:30 AM, Hugo Duncan [email protected]
wrote:

I think the exception you are seeing with 0.2.1 comes from using clojure 1.5.1 code with clojure 1.4. I'll check the declared clojure dependencies.

Reply to this email directly or view it on GitHub:
#5 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants