Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squidboylan/fogtest
Basic script for testing fog against an openstack cloud
https://github.com/squidboylan/fogtest
Last synced: about 1 month ago
JSON representation
Basic script for testing fog against an openstack cloud
- Host: GitHub
- URL: https://github.com/squidboylan/fogtest
- Owner: squidboylan
- Created: 2015-11-05T23:21:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T17:43:39.000Z (about 9 years ago)
- Last Synced: 2024-10-16T11:35:08.223Z (3 months ago)
- Language: Ruby
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FogTest
Simple script that tests the basic fog functionality against an openstack
cloud.Tests
-----
+ List images
+ List flavors
+ List servers
+ List security groups
+ Get image
+ Get flavor
+ Launch instance
+ Create security group
+ Get unused floating ip
+ Attach ip to instance
+ Detach ip from instance
+ Create volume
+ Attach volume to instance
+ Detach volume from instance
+ Delete volume
+ Delete instance
+ Delete security group