Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/fog-summary
Display summary of all accounts mentioned in ~/.fog
https://github.com/drnic/fog-summary
Last synced: 30 days ago
JSON representation
Display summary of all accounts mentioned in ~/.fog
- Host: GitHub
- URL: https://github.com/drnic/fog-summary
- Owner: drnic
- License: mit
- Created: 2014-02-06T16:17:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-08T19:29:15.000Z (over 10 years ago)
- Last Synced: 2023-04-10T17:09:48.029Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# fog-summary
Display summary of all accounts mentioned in `~/.fog` (or `$FOG_FILE`).
```
$ fog-summary --skip swisscom-cf-swifttest --skip bluebox-demo --skip attdfw2default: AWS (PERSONAL_ACCESS_KEY)
AuthFailure => AWS was not able to validate the provided access credentialsstarkandwayne: AWS (AKIAI7ZLXAD...)
servers: 3 - m1.small, m1.small, m1.small
Networking: unavailableswblobstore: AWS (AKIAJ56O7S3CJFUZ....)
UnauthorizedOperation => You are not authorized to perform this operation.customer1: OpenStack (https://identity.customer.com/v2.0/tokens / cftest)
servers: 16 - s1.micro, s1.small, s1.medium, s1.medium, s1.micro, s1.micro, s1.micro, s1.large, s1.micro, s1.small, s1.small, s1.medium, s1.micro, s1.micro, s1.small, s1.micro
subnets: Internal-VM-NET, Internal-L3-DEV, INTERNET, Internet Access, SW_CF_Internet
```## Installation
Install via RubyGems:
gem fog-summary
## Usage
Execute from the terminal:
$ fog-summary
$ fog-summary --skip key-to-skip## Contributing
WARNING: This was a quick hack where all the code is in `bin/fog-summary`. If you really want to contribute; probably start the project from scratch.
1. Fork it ( http://github.com/drnic/fog-summary/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request