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
{{ message }}
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.
I had to add a :default: section containing my AWS credentials in order for "inception deploy" to work. This is regardless of what credentials I select when prompted.
Before adding :default:, here's the error:
$ inception deploy [661/1374]
Auto-detected infrastructure API credentials at ~/.fog (override with $FOG)
OpenStack (openstack)
AWS (amazon)
Alternate credentials
Choose an auto-detected infrastructure: 2
Using provider AWS
*US East (Northern Virginia) Region (us-east-1)
US West (Oregon) Region (us-west-2)
US West (Northern California) Region (us-west-1)
EU (Ireland) Region (eu-west-1)5. Asia Pacific (Singapore) Region (ap-southeast-1)
Asia Pacific (Sydney) Region (ap-southeast-2)
Asia Pacific (Tokyo) Region (ap-northeast-1)
South America (Sao Paulo) Region (sa-east-1)
Choose AWS region: 1
Confirming: Using AWS/us-east-1
Preparing deployment settings
Using your git user.name (Matt Stine)
Acquiring a public IP address... 54.221.200.255
Provision inception server
Reusing security group ssh
Booting m1.small inception server... /Users/pivotal/.rvm/gems/ruby-1.9.3-p392@drnic-bosh-cf/gems/fog-1.14.0/lib/fog/core/errors.rb:109:in `missing_credentials': Missing Credentia
ls (Fog::Errors::LoadError)
To run as 'default', add the following to your resource config file: /Users/pivotal/.fog
An alternate file may be used by placing its path in the FOG_RC environment variable
I had to add a :default: section containing my AWS credentials in order for "inception deploy" to work. This is regardless of what credentials I select when prompted.
Before adding :default:, here's the error:
$ inception deploy [661/1374]
Auto-detected infrastructure API credentials at ~/.fog (override with $FOG)
Choose an auto-detected infrastructure: 2
Using provider AWS
Choose AWS region: 1
Confirming: Using AWS/us-east-1
Preparing deployment settings
Using your git user.name (Matt Stine)
Acquiring a public IP address... 54.221.200.255
Provision inception server
Reusing security group ssh
Booting m1.small inception server... /Users/pivotal/.rvm/gems/ruby-1.9.3-p392@drnic-bosh-cf/gems/fog-1.14.0/lib/fog/core/errors.rb:109:in `missing_credentials': Missing Credentia
ls (Fog::Errors::LoadError)
To run as 'default', add the following to your resource config file: /Users/pivotal/.fog
An alternate file may be used by placing its path in the FOG_RC environment variable
Fog Credentials File
Key-value pairs should look like:
:aws_access_key_id: 022QF06E7MXBSAMPLE
:default:
:aws_access_key_id:
:aws_secret_access_key:
The text was updated successfully, but these errors were encountered: