You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi James - in our sample provision script included with this repository we run it as root not ubuntu which is why it's failing here. (Ubuntu version may make a difference too but I suspect not, we're not doing anything exciting).
Probably this can be fixed easily by changing run on line 93 of fabfile.py to sudo. However I haven't tested (a) whether or not that works for AWS and (b) whether or not that will break provisioning on DigitalOcean. However can't see why it wouldn't.
I'd love for someone to do a proper provisioning script for this using Ansible or something. At the moment we actually use our own internal tools to provision so this method isn't particularly well tested.
@jvandyke try again with most recent update, I've just tested against both AWS (it didn't much like running on a micro instance, though) and DigitalOcean.
jerem
added a commit
to jerem/cabot
that referenced
this issue
Nov 21, 2014
Trying to provision a Cabot instance on AWS, I get a permission denied error.
Steps:
I run:
$ fab provision -i ~/.ssh/my-aws-keypair.pem -H ubuntu@ec2-123-123-123-123.compute-1.amazonaws.com -u ubuntu
And get result:
The text was updated successfully, but these errors were encountered: