Cloud SIG EC2 Image Fedora Test Day | |
---|---|
Fedora EC2 | |
Date | 2011-08-04 |
Time | all day |
Website | Cloud SIG |
IRC | #fedora-test-day (webirc) |
Mailing list | cloud |
What to test?
Today's installment of Fedora Test Day will focus on Fedora EC2 Images
Who's available
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...
Prerequisite for Test Day
- Free time
- An Amazon EC2 account
- Internet connectivity for connecting to EC2 images.
- Standard Fedora repositories must be available.
How to test?
Test Day EC2 Images
Fedora EC2 images for test day are publicly accessible, but not broadly advertised. To launch an instance, log into the AWS Management Console.
- Choose the EC2 tab.
- In the left pane, select the US-East-1 region.
- In the main window, select launch instance.
- Click on the "Community AMIs" tab.
- Enter one of the ami IDs below into the text box and follow the prompts to launch the image:
Fedora 15 Test Images
Region | Arch | Root Store | AMI ID |
---|---|---|---|
us-east-1 | i386 | instance store | ami-6ebe4507 |
us-east-1 | x86_64 | instance store | ami-72bf441b |
us-east-1 | i386 | EBS Backed | ami-60bd4609 |
us-east-1 | x86_64 | EBS Backed | ami-2abf4443 |
Testing the Images
- Launch one of the mentioned AMIs on EC2.
- Log in as 'ec2-user' using the ssh key you specified on launch
sudo su
should work without requiring a root password- Ensure that SELinux is enabled and functional using:
cat /etc/selinux/config
andcat /selinux/enforce
- Ensure that your instance has network connectivity:
- Check if your DNS is resolving:
nslookup fedoraproject.org
- Check the network settings:
ifconfig
andping -c 4 fedoraproject.org
- Check if your DNS is resolving:
- Run some test-cases.
Test Cases
- QA:Testcase_Yum_basics
- QA:Testcase_rsyslog
- QA:Testcase_OpenSSH
- QA:Testcase_HTTPd
- Run at least one of the following MTA test-cases:
Need help?
If you are unsure about exactly how to file the report or what other information to include, just ask on IRC and we will help you. Once you have completed the tests, add your results to the Results table below, following the example results from the first line as a template. The first column should be your name with a link to your User page in the Wiki if you have one, and the second should be a link to the Smolt profile of the system you tested. For each test case, use the result template to enter your result, as shown in the example result line.
Test Results
If you have problems with any of the tests, report a bug to Bugzilla.
Use the following table to record tests completed.
Tester | Yum basics | System logging | OpenSSH | Sendmail | Postfix | Apache HTTPd | AMI ID | References |
---|---|---|---|---|---|---|---|---|
Sample User | ami-nnnnnnnn | |||||||
Tim Flink | ami-6ebe4507 | |||||||
Athmane Madjoudj | ami-6ebe4507 |