nathanmarz / storm-deploy

One click deploy for Storm clusters on AWS
Other
516 stars 148 forks source link

Changing the region doesn't work #79

Open jkeilson opened 9 years ago

jkeilson commented 9 years ago

Changing the region in the .pallet/config.clj doesn't seem to work. I tried both of these lines: :jclouds.regions "us-gov-west-1" :location {:location-id "us-gov-west-1"} (found in the jclouds pages) and both resulted in the following:

ERROR logging - Exception in thread "main" ERROR logging - org.jclouds.rest.AuthorizationException: POST https://ec2.us-east-1.amazonaws.com/ HTTP/1.1 -> HTTP/1.1 401 Unauthorized (form-init7517205461496562199.clj:1) This is expected, my credentials are for the govcloud region. Per the jclouds documentation, I need to set a specific variable: https://jclouds.apache.org/guides/aws-ec2/ ctrl-f govcloud Is that possible with storm-deploy?