From Fedora Project Wiki

(Added missing category)
Line 489: Line 489:
| <references/>
| <references/>
|-
|-
[[Category:Test Days]]
[[Category:Test Days]]  [[Category:Fedora 19 Test Days]]
[[Category:OpenStack]]
[[Category:OpenStack]]

Revision as of 11:02, 28 May 2013

OpenStack Test Day
}}}

Date 2013-04-02
Time all day

IRC #fedora-test-day (webirc)



Note.png
Can't make the dates?
If you come to this page before or after the test day is completed, your testing is still valuable, and you can use the information on this page to test, file any bugs you find at Bugzilla, and add your results to the results section. If this page is more than a month old when you arrive here, please check the current schedule and see if a similar but more recent Test Day is planned or has already happened.

Who's available

The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...

Development

Testing


Prerequisite for Test Day

  • Hardware virtualization support (e.g. Intel VT or AMD-V).
  • Up to 10-20Gb free disk space. Guest images take up a lot of space.
Note.png
Hardware Requirements
You can do basic testing of OpenStack in a virtual machine, which is auto detected by the install script below

This is a Fedora 19 test day, but we have OpenStack Grizzly packages available for both Fedora 19 and Fedora 18. It would be advisable to download and install your Fedora 18 or Fedora 19 test systems before the test day if possible.

Fedora 19

  • Fedora 19 Alpha live image can be used to install a virtual machine.
  • TC2 doesn't support bare metal installs, but TC3 should #928228
  • For the live install, VMs should have at least 2G RAM and 16G disk made available #928886

Please record common Fedora 19 issues here:

  • System doesn't boot after install until /run is manually created #922988
  • Screen blanking/locking can't be undone. So disable immediately on first boot #923364
  • If you have an F18, machine, you can update to f19 using:
yum update yum; yum clean all ; yum --releasever=19 distro-sync --nogpgcheck -y;

Fedora 18

Recent Fedora 18 live image respins can be used to install a bare metal or virtual machine.

How to test?

Follow the steps below to prepare the machine, then follow each of the test cases in order.

Configure sudo

Add your account to sudoers, which can be done from a root prompt like:

 (umask 337; echo "non_root_user ALL = (ALL) NOPASSWD: ALL" > /etc/sudoers.d/testday)

Update your machine

Make sure you have all the current updates for it installed:

 sudo yum --enablerepo=updates-testing clean all
 sudo yum update -y

SELinux

SELinux should work with OpenStack services. If there are issues you can disable like:

sudo sed -i 's/^SELINUX=.*/SELINUX=permissive/' /etc/selinux/config
sudo setenforce permissive

Please do note any AVC _denials_ you see in /var/log/audit/audit.log and file them in bugzilla, and update this list:

Install and setup all Openstack services on a single node

Test day only Please use the official Fedora repositories otherwise

 sudo curl http://repos.fedorapeople.org/repos/openstack/openstack-grizzly/fedora-openstack-grizzly.repo -o /etc/yum.repos.d/fedora-openstack-grizzly.repo

So now the yum repositories are in place, so we'll install packstack. This can install all OpenStack services on a single node, including: nova, glance, quantum, cinder, swift, keystone, dashboard, ceilometer. Note it configures and enables all but the quantum and ceilometer services at this time: Packstack is not working on F19 https://bugzilla.redhat.com/show_bug.cgi?id=927298

 sudo yum install -y openstack-packstack
 sudo packstack --gen-answer-file=ans.txt
 # edit ans.txt as required
 sudo packstack --answer-file=ans.txt

packstack known issues :

 # packstack fails to start keystone, if you hit a keystone error during the packstack run, change the permission of the keystone log file and rerun packstack (rhbz#946915)
 sudo chown keystone:keystone /var/log/keystone/keystone.log
 # if sometimes outputs an erorr when trying to start tdtd if this happens start it manually and rerun packstack
 sudo systemctl start tgtd

Alternatively one can use the openstack-demo-install script to do the install:

 sudo yum install -y openstack-utils
 sudo openstack-demo-install

Note this is a major test in itself, so please record any issues encountered.

Now copy the keystonerc file created by the install script above to your home directory, so that it can be easily sourced to provide the credentials used by the various OpenStack command line utilities.

 sudo cp /root/keystonerc ~
 # or if using packstack
 sudo cp /root/keystonerc_admin ~

Known issues

Setup OpenStack volumes

The OpenStack volume service provides persistent block level storage to instances.

This is a commonly used service automatically setup by packstack. If you ran openstack-demo-install instead please enable by following:

Setup Cinder Volumes

Install and setup Quantum on a single node

As an option, you can replace the network manager internal to the OpenStack Nova project with Quantum.

Enable Quantum networking

Note if packstack was used then you need to terminate nova networking. This is done as follows:

  service openstack-nova-network stop
  chkconfig openstack-nova-network off

Test Cases

Basic setup

  1. Add SSH keypair
  2. Register guest images
  3. Create nova network

Core functionality

  1. Launch an instance
  2. Attach a volume
  3. Floating IPs
  4. Separate compute node

Nova boot-from-volume

  1. Create a builder instance
  2. Create and boot from a bootable volume
  3. Create an image from a running volume-backed instance

Quantum functionality

  1. Configure and use a network topology in Quantum

Swift functionality

  1. Upload and download files
  2. Upload Segmented File
  3. Test Auditor/Replicator
  4. Add Storage Device to ring

Dashboard functionality

  1. Basic dashboard setup and login
  2. Launch/terminate an instance with the dashboard
  3. Managing projects and users with the dashboard
  4. VNC access to instances through the dashboard

Heat basic functionality

  1. Basic heat setup and configuration
  2. Launch a basic wordpress stack
  3. Stop Heat services and uninstall Heat

Heat advanced functionality

  1. Run nose unit tests
  2. Run Load Balancing testcase
  3. Run Relational Database service testcase
  4. Run EIP testcase
  5. Run EBS testcase
  6. Run EBS and EIP testcase
  7. Run Single Instance Wordpress testcase
  8. Run Compsed Instances testcase
  9. Run 2 instance EBS testcase
  10. Run 2 instances with EBS and EIP
  11. Run 2 instance Wordpress testcase
  12. Run HAProxy Single Instance testcase
  13. Run CFN API actions testcase
  14. Run AutoScaling testcase

Ceilometer functionality

  1. Install ceilometer
  2. Enable metering of glance
  3. Enable metering of nova
  4. Explore the metering store

Extra credit

  1. Tempest tests
  2. Build an image with Oz
  3. Smoke tests

Test Results

If you have problems with any of the tests, report a bug to Bugzilla usually for one of the openstack-nova, openstack-glance, openstack-keystone, openstack-cinder,openstack-quantum, openstack-swift or openstack-heat or openstack-ceilometer components. 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. For each test case, use the result template to enter your result, as shown in the example result line.

Basic setup:

User openstack-demo-install Create Cinder Volumes Add SSH keypair Register images Create nova network References
Sample User
none
none
Pass pass
Warning warn
[1]
Fail fail
[2]
  1. Test pass, but also encountered RHBZ #54321
  2. RHBZ #12345
Rami Vaknin
none
Packstack installation fails due to "/etc/init.d/xinetd reload" command that it runs
none
none
none
Fail fail
[1]
  1. RHBZ #947427
Rami Vaknin
none
Packstack installation fails due to syntax error in /etc/httpd/conf.d/ssl.conf (Fedora bug)
none
none
none
Fail fail
[1]
  1. RHBZ #947421
Kashyap Chamarthy
none
no obvious way to delete incorrect security rules (added to the default nova security group)
none
none
none
Fail fail
[1] Also reproducible on Fedora-19. Upstream bz - https://bugs.launchpad.net/nova/+bug/1163469
  1. RHBZ #947075
Mario Ceresa
none
Packstack on f18 VM[1]
Pass pass
[2]
Pass pass
[3]
Warning warn
  • glance copy_from hangs on stdin [4]
  • tty images failed with "Could not resolve host: images.ansolabs.com; Name or service not known"
  • Manually downloading a cirros image + glance add name=cirros is_public=true disk_format=qcow2 container_format=bare < cirros-0.3.0-x86_64-disk.img worked.
Pass pass
  1. It worked but encountered RHBZ #947419
  2. was already configured
  3. credentials in keystonerc_admin no keystonerc
  4. RHBZ #923844
Martina Kollarova
none
Packstack on f18 VM[1][2]
Pass pass
[3]
Pass pass
Warning warn
  • glance add using copy_from hangs[4] but downloading it first and redirecting it to stdin works
  • could not test using tty images, the server is unavailable
Pass pass
  1. swift proxy server fails to start RHBZ #947469
  2. tgtd service fails to start but can be manually started RHBZ #947419
  3. done automatically by packstack
  4. RHBZ #923844
Martin Pavlasek
none
Packstack on f18 VM (KVM) [1]
none
didn't install
Pass pass
Warning warn
  • glance add copy_from issue [2]
  • passed with another images, because of outage of server
Pass pass
  1. known bug RHBZ #946915 occured
  2. RHBZ #923844
Giulio Fidente
none
packstack on bare metal f18 [1][2]
Pass pass
Pass pass
Warning warn
  • glance add copy_from issue [3]
  • passed with another images, because of outage of server
Pass pass
  1. RHBZ #946915
  2. RHBZ #948243
  3. RHBZ #923844
Core functionality:
User Launch an instance Attach a volume Floating IPs Separate compute node References
Mario Ceresa
Pass pass
[1]
Fail fail
[2]
none
Pass pass
[3]
  1. If you get a wrong ip on the instance, remember to check if packstack silently configured an additional network or if the default nework of libvirtd is active
  2. RHBZ #947463
  3. Should update the test case page: lokkit does not work with firewallD
Martina Kollarova
Pass pass
Fail fail
[1]
none
none
  1. RHBZ #947463
Martin Pavlasek
Pass pass
none
none
none
Giulio Fidente
Pass pass
Fail fail
[1]
none
Pass pass
  1. RHBZ #922579
Nova boot-from-volume:
User Create a builder instance Create and boot from a bootable volume Create an image from a running volume-backed instance References
Martina Kollarova
Pass pass
none
none
Giulio Fidente
none
Pass pass
Fail fail
[1]
  1. RHBZ #948305
Quantum functionality:
User Configure and use a network topology in Quantum References
Swift functionality:
User Upload and download files Upload Segmented File Test Auditor/Replicator Add Storage Device to ring References
Dashboard functionality:
User Basic dashboard setup and login Launch/terminate an instance with the dashboard Managing projects and users with the dashboard VNC access to instances through the dashboard References
Mario Ceresa
Fail fail
[1]
none
none
none
  1. horizon starts but halts when logging in. Setting DEBUG=true in local_settings showed that python-cinderclient hits the same error as in RHBZ #947463
Giulio Fidente
Pass pass
Pass pass
Pass pass
Fail fail
[1]
  1. RHBZ #948316
heat functionality:
User Basic heat setup and login Launch a basic wordpress stack Stop Heat services and uninstall Heat References
Ceilometer functionality:
User Install ceilometer Enable metering of glance Enable metering of nova Explore the metering store References
Eoghan Glynn
Pass pass
Pass pass
Pass pass
Pass pass
Extra credit:
User Tempest tests Build an image with Oz Smoke tests References
Attila Fazekas
Fail fail
[1][2]
none
none
  1. swift not configured RHBZ #947469
  2. nova availability-zone-list issue RHBZ #947749