Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

inception-server gem failed; had to run from source #30

Open
drnic opened this issue Jul 24, 2013 · 0 comments
Open

inception-server gem failed; had to run from source #30

drnic opened this issue Jul 24, 2013 · 0 comments

Comments

@drnic
Copy link
Contributor

drnic commented Jul 24, 2013

Workaround:

gem install bundler
git clone https://github.com/cloudfoundry-community/inception-server.git
cd inception-server 
bundle
bundle exec bin/inception deploy 

inception ssh is not affected

The error is:

$ inception deploy

knife solo prepare ubuntu@ec2-*********.us-west-2.compute.amazonaws.com -i /me/.inception_server/ssh/inception -j '{"disk":{"mounted":true,"device":"/dev/xvdf"},"git":{"name":"mygit","email":"myemail"},"user":{"username":"ubuntu"},"fog":{"aws_access_key_id":"key-id","aws_secret_access_key":"secret-key"}}' -r 'bosh_inception'
FATAL: Cannot find sub command for: 'solo prepare ubuntu@ec2-*******.us-west-2.compute.amazonaws.com -i /me/.inception_server/ssh/inception -j {"disk":{"mounted":true,"device":"/dev/xvdf"},"git":{"name":"mygit","email":"myemail"},"user":{"username":"ubuntu"},"fog":{"aws_access_key_id":"key-id","aws_secret_access_key":"secret-key"}} -r bosh_inception'
Available subcommands: (for details, knife SUB-COMMAND --help)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant