A tool for quick creation and deployment of Openstack machines used for QA testing.
Project description
=== QuickStart ===
- To run 5minute you need to install following libs:
python-keystoneclient python-cinderclient python-heatclient python-neutronclient python-novaclient xmltodict lprettytable
If you have installed 5minute using pip, they were installed as dependencies. Otherwise, you have to install them manually.
Get config file:
Login into your OpenStack instance WebUI
Navigate to Access & Security -> API Access
Save file from “Download OpenStack RC File” to ~/.5minute/config.new
Get started:
Show help:
$ 5minute help
Upload your SSH public key:
$ 5minute key ~/.ssh/id_rsa.pub
Show images we can work with:
$ 5minute images
Boot your machine (consider adding ‘–name’ or ‘–flavor’ to the command):
$ 5minute boot <image_name_or_id>
When the boot is finished, you should be able to ssh to your new machine
$ ssh root@<machine_ip_address>
You can list your current machines:
$ 5minute list
When you are done, kill the machine (you can do this via OpenStack webUI as well):
$ 5minute delete <machine_name_or_id>
To list available OpenStack scenarios:
$ 5minute scenario templates
Run scenario:
$ 5minute scenario boot <scenario_template_name>
- When finished with the scenario, you should delete it:
$ 5minute scenario delete <scenario_name_or_id>
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file 5minute-0.1.1.tar.gz
.
File metadata
- Download URL: 5minute-0.1.1.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c44a01a2066662c029d5c97b8af2ce3b5e952f43dbac15ab776ac13da5a4232 |
|
MD5 | 4f70c381059de41d014efb0bef1d31db |
|
BLAKE2b-256 | 97bfda8a301069544c63bde3b261994fd3dfb8d6da8fee5a11bd1a54e3913f97 |