3 Home
rtyler edited this page 2012-09-03 14:56:36 -07:00

Welcome to the blimpy wiki!

Learn more about:

Pre-requisites

In order to use Blimpy, you will need a ~/.fog file properly set up, e.g.:

:default:
  :aws_access_key_id: [YOUR AWS KEY ID]
  :aws_secret_access_key: [YOUR AWS ACCESS KEY]

If you would like to use Blimpy's AWS and OpenStack support, then your ~/.fog should look like this:

:default:
  :aws_access_key_id: [YOUR AWS KEY ID]
  :aws_secret_access_key: [YOUR AWS ACCESS KEY]
  :openstack_api_key: [OPENSTACK PASSWORD]
  :openstack_username: [OPENSTACK USERNAME]
  :openstack_auth_url: http://openstack-cluster.lan:5000/v2.0/tokens
  :openstack_tenant: [OPENSTACK TENANT]