Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.
rtyler edited this page Sep 3, 2012 · 3 revisions

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]
Clone this wiki locally