From Fedora Project Wiki
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{Infobox_group | {{Infobox_group | ||
| name = OpenStack Test Days | | name = OpenStack Test Days | ||
| date = 2012-09-18 | | date = 2012-09-18 | ||
| time = all day | | time = all day | ||
| irc = [irc://irc.freenode.net/#fedora-openstack #fedora-openstack] ([http://webchat.freenode.net/?channels=fedora-openstack webirc]) | | irc = [irc://irc.freenode.net/#fedora-openstack #fedora-openstack] ([http://webchat.freenode.net/?channels=fedora-openstack webirc]) | ||
}} | }} | ||
{{admon/note | Can't make the | {{admon/note | Can't make the date? | 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 [http://bugzilla.redhat.com 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 [[QA/Test_Days|current schedule]] and see if a similar but more recent Test Day is planned or has already happened.}} | ||
== Who's available == | == Who's available == | ||
Line 15: | Line 15: | ||
* Development - [[User:Derekh|Derekh]] (derekh) | * Development - [[User:Derekh|Derekh]] (derekh) | ||
* Development - [[User:eglynn|eglynn]] (eglynn) | * Development - [[User:eglynn|eglynn]] (eglynn) | ||
* | * Deployment - [[User:gkotton|gkotton]] (garyk) | ||
* Consulting - [[User:kensey|kensey]] (kensey) | * Consulting - [[User:kensey|kensey]] (kensey) | ||
* Development - [[User:markmc|markmc]] (markmc) | * Development - [[User:markmc|markmc]] (markmc) | ||
Line 27: | Line 27: | ||
* Development - [[User:dprince|dprince]] (dprince) | * Development - [[User:dprince|dprince]] (dprince) | ||
* Development - [[User:imain|imain]] (Slower) | * Development - [[User:imain|imain]] (Slower) | ||
== Prerequisite for Test Day == | == Prerequisite for Test Day == | ||
Line 91: | Line 87: | ||
* {{bz|856653}} glance - api can't access mysql | * {{bz|856653}} glance - api can't access mysql | ||
* {{bz|837330}} glance - 'name_connect' accesses on the tcp_socket | * {{bz|837330}} glance - 'name_connect' accesses on the tcp_socket | ||
== Install and setup all Openstack services on a single node == | == Install and setup all Openstack services on a single node == | ||
sudo wget http://repos.fedorapeople.org/repos/openstack/openstack-folsom/fedora-openstack-folsom.repo -O /etc/yum.repos.d/fedora-openstack-folsom.repo | |||
sudo | |||
'''FEDORA 18 ONLY''' To avoid issues with stale libvirt, netcf, virt-viewer packages in official Fedora 18 repositories | '''FEDORA 18 ONLY''' To avoid issues with stale libvirt, netcf, virt-viewer packages in official Fedora 18 repositories | ||
please enable this side repository containing the latest such packages: | please enable this side repository containing the latest such packages: | ||
sudo | sudo wget http://repos.fedorapeople.org/repos/openstack/f18-testing/f18-testing.repo -O /etc/yum.repos.d/fedora-testing.repo | ||
'''FEDORA 18 ONLY''' To workaround {{bz|858188}} issue with keystone you should do: | |||
sudo yum install -y openstack-keystone | |||
sudo openstack-config --del /etc/keystone/keystone.conf DEFAULT onready | |||
sudo sed -i 's/Type=notify/Type=simple/' /usr/lib/systemd/system/openstack-keystone.service | |||
'''FEDORA 18 ONLY''' To workaround {{bz|858311}} issue with libvirtd auth: | '''FEDORA 18 ONLY''' To workaround {{bz|858311}} issue with libvirtd auth: | ||
sudo yum install -y libvirt-daemon | sudo yum install -y libvirt-daemon | ||
sudo sed -i 's/#\(auth_unix_r[ow] = "none"\)/\1/' /etc/libvirt/libvirtd.conf | sudo sed -i 's/#\(auth_unix_r[ow] = "none"\)/\1/' /etc/libvirt/libvirtd.conf | ||
So now the yum repositories are in place | So now the yum repositories are in place as is the openstack-demo-install script. | ||
This script will install all OpenStack services on a single node, including: | This script will install all OpenStack services on a single node, including: | ||
nova, glance, quantum, cinder, swift, keystone, dashboard. | nova, glance, quantum, cinder, swift, keystone, dashboard. | ||
Note it configures and enables all but the quantum service at this time: | Note it configures and enables all but the quantum service at this time: | ||
sudo [https://github.com/fedora-openstack/openstack-utils/blob/master/utils/openstack-demo-install openstack-demo-install] | sudo [https://github.com/fedora-openstack/openstack-utils/blob/master/utils/openstack-demo-install openstack-demo-install] | ||
Line 127: | Line 123: | ||
=== Known issues === | === Known issues === | ||
If you're running in a VM, then Nova needs this tweak to support nested virtualization, or otherwise you get {{bz|858216}} 'libvirtError: unsupported configuration: CPU specification not supported by hypervisor' | |||
when starting instances: | |||
sudo openstack-config --set /etc/nova/nova.conf DEFAULT libvirt_cpu_mode none | |||
== Setup OpenStack volumes == | == Setup OpenStack volumes == | ||
Line 181: | Line 182: | ||
# [[QA:Testcase_OpenStack_dashboard_add_users|Managing projects and users with the dashboard]] | # [[QA:Testcase_OpenStack_dashboard_add_users|Managing projects and users with the dashboard]] | ||
# [[QA:Testcase_OpenStack_dashboard_vnc|VNC access to instances through the dashboard]] | # [[QA:Testcase_OpenStack_dashboard_vnc|VNC access to instances through the dashboard]] | ||
Extra credit: | Extra credit: | ||
Line 213: | Line 191: | ||
== Test Results == | == Test Results == | ||
If you have problems with any of the tests, report a bug to [https://bugzilla.redhat.com Bugzilla] usually for one of the [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=18&component=openstack-nova openstack-nova], [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=18&component=openstack-glance openstack-glance], [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=18&component=openstack-keystone openstack-keystone], [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=18&component=openstack-cinder openstack-cinder],[https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=18&component=openstack-quantum openstack-quantum] | If you have problems with any of the tests, report a bug to [https://bugzilla.redhat.com Bugzilla] usually for one of the [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=18&component=openstack-nova openstack-nova], [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=18&component=openstack-glance openstack-glance], [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=18&component=openstack-keystone openstack-keystone], [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=18&component=openstack-cinder openstack-cinder],[https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=18&component=openstack-quantum openstack-quantum] or [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=18&component=openstack-swift openstack-swift] 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 [[Template:result|result template]] to enter your result, as shown in the example result line. | 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 [[Template:result|result template]] to enter your result, as shown in the example result line. | ||
Line 254: | Line 232: | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} <ref>Test pass, whilst in state SAVING command glance image-list takes a very long time (f16 image)</ref> <ref>upload of ami-tty leaves image in state "queued" (with size 0)</ref> | | {{result|pass}} <ref>Test pass, whilst in state SAVING command glance image-list takes a very long time (f16 image)</ref> <ref>upload of ami-tty leaves image in state "queued" (with size 0)</ref> | ||
| {{result|pass}} | | {{result|pass}} | ||
| <references/> | | <references/> | ||
Line 285: | Line 243: | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} | | {{result|pass}} | ||
| <references/> | | <references/> | ||
|- | |- | ||
Line 301: | Line 249: | ||
| [[User:ndipanov|Nikola Đipanov]] | | [[User:ndipanov|Nikola Đipanov]] | ||
| {{result|pass}} <ref>On an F17 VM</ref> | | {{result|pass}} <ref>On an F17 VM</ref> | ||
| {{result|fail | | {{result|fail}} <ref>{{bz|858256}}</ref> | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} | | {{result|pass}} | ||
Line 331: | Line 279: | ||
| [[User:eglynn|Eoghan Glynn]] | | [[User:eglynn|Eoghan Glynn]] | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|fail | | {{result|fail}} <ref>{{bz|858256}}</ref> | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} | | {{result|pass}} | ||
Line 337: | Line 285: | ||
| <references/> | | <references/> | ||
|- | |- | ||
|- | |- | ||
Line 364: | Line 301: | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|fail | | {{result|fail}} <ref>{{bz|858372}}</ref> | ||
| {{result|pass}} | | {{result|pass}} | ||
| <references/> | | <references/> | ||
Line 371: | Line 308: | ||
|- | |- | ||
| [[User:Zaitcev|Pete Zaitcev]] | | [[User:Zaitcev|Pete Zaitcev]] | ||
| {{result|none}} | | {{result|none}} | ||
| {{result|none}} | | {{result|none}} | ||
| <references/> | | <references/> | ||
|- | |- | ||
|- | |- | ||
| [[User: | | [[User:stevebake|Steve Baker]] | ||
| {{result|pass}} <ref>On F17 bare metal</ref> | | {{result|pass}} <ref>On F17 bare metal</ref> | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|warn}} <ref>{{bz|858372}}</ref> | |||
| {{result|}} | |||
| <references/> | | <references/> | ||
|- | |- | ||
{| | {| | ||
! User | ! User | ||
Line 502: | Line 337: | ||
| [[User:eglynn|Eoghan Glynn]] | | [[User:eglynn|Eoghan Glynn]] | ||
| {{result|pass}} <ref>See issue with libvirt_cpu_mode {{bz|858216}}</ref> | | {{result|pass}} <ref>See issue with libvirt_cpu_mode {{bz|858216}}</ref> | ||
| {{result|fail | | {{result|fail}} <ref>{{bz|858256}}</ref> | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|}} | | {{result|}} | ||
Line 538: | Line 355: | ||
| [[User:Vaneldik|Jan van Eldik]] | | [[User:Vaneldik|Jan van Eldik]] | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|fail | | {{result|fail}} <ref>{{bz|858256}}</ref> | ||
| {{result|}} | | {{result|}} | ||
| {{result|}} | | {{result|}} | ||
Line 556: | Line 364: | ||
| [[User:nsantos|Nuno Santos]] | | [[User:nsantos|Nuno Santos]] | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|fail | | {{result|fail}} <ref>{{bz|858256}}</ref> | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|}} | | {{result|}} | ||
Line 580: | Line 388: | ||
|- | |- | ||
{| | {| | ||
Line 666: | Line 402: | ||
| [[User:ndipanov|Nikola Đipanov]] | | [[User:ndipanov|Nikola Đipanov]] | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|fail | | {{result|fail}} <ref>{{bz|858256}}</ref> | ||
| {{result|}} | | {{result|}} | ||
| <references/> | | <references/> | ||
Line 682: | Line 410: | ||
| [[User:nsantos|Nuno Santos]] | | [[User:nsantos|Nuno Santos]] | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|fail | | {{result|fail}} <ref>{{bz|858256}}</ref> | ||
| {{result|}} | | {{result|}} | ||
| <references/> | | <references/> | ||
|- | |- | ||
{| | {| | ||
Line 703: | Line 422: | ||
Quantum functionality: | Quantum functionality: | ||
Line 751: | Line 460: | ||
| <references/> | | <references/> | ||
|- | |- | ||
{| | {| | ||
! User | ! User | ||
Line 783: | Line 473: | ||
| [[User:Vaneldik|Jan van Eldik]] | | [[User:Vaneldik|Jan van Eldik]] | ||
| {{result|fail}} <ref>Access and Security unavailable</ref> <ref>Firewall not open on HTTP port (80)</ref> | | {{result|fail}} <ref>Access and Security unavailable</ref> <ref>Firewall not open on HTTP port (80)</ref> | ||
| {{result|}} | | {{result|}} | ||
| {{result|}} | | {{result|}} | ||
Line 803: | Line 484: | ||
| {{result|}} | | {{result|}} | ||
| {{result|}} | | {{result|}} | ||
| {{result|}} | | {{result|}} | ||
| <references/> | | <references/> | ||
Line 865: | Line 494: | ||
! [[QA:Testcase_run_the_OpenStack_smoke_tests|Smoke tests]] | ! [[QA:Testcase_run_the_OpenStack_smoke_tests|Smoke tests]] | ||
! References | ! References | ||
|- | |- | ||
Extra credit: | Extra credit: | ||
Line 877: | Line 505: | ||
|- | |- | ||
[[Category:Test Days]] | |||
[[Category:OpenStack]] | [[Category:OpenStack]] | ||