Skip to main content

A tool for quick creation and deployment of Openstack machines used for QA testing.

Project description

=== About ===

https://engineering.redhat.com/trac/satellite/wiki/Quality_Engineering/Projects/5minute

=== QuickStart ===

Install OpenStack Nova client tool:

# yum -y install python-novaclient

Get config file:

1. Login to http://qeos.lab.eng.rdu2.redhat.com/
2. Navigate to Access & Security -> API Access
3. Save file from "Download OpenStack RC File" to ~/.5minute/config

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 5minute-RHEL6.6-x86-64-v2

You will get floating IP assigned and *.usersys.redhat.com hostname. It will
take 5 - 20 minutes to hostname to work, but you should be able to use IP
just fine:

$ ssh root@10.8.53.29

When you are done, kill the machine (you can do it via OpenStack webUI,
but this way we can clean DNS records much quicker):

$ ./5minute delete $USER-5minute-RHEL6.6-x86-64-v2

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

5minute-0.1.tar.gz (12.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page