From Fedora Project Wiki

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

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 6: Line 6:
}}
}}


{{admon/note | 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 [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.}}
{{admon/note | This test day is being rerun on Tue 2012-09-25 (using this same page)}}
 
{{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 28: Line 30:
* Development - [[User:imain|imain]] (Slower)
* Development - [[User:imain|imain]] (Slower)
* Development - [[User:sdake|sdake]] (sdake)
* Development - [[User:sdake|sdake]] (sdake)
* Development - [[User:shardy|shardy]] (shardy)
* Development - [[User:stevebake|stevebake]] (stevebake)
* Development - [[User:stevebake|stevebake]] (stevebake)
* Development - [[User:Jpeeler|jpeeler]] (jpeeler)


== Prerequisite for Test Day ==  
== Prerequisite for Test Day ==  
Line 91: Line 91:
* {{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
* {{bz|809198}} rsync/swift replicator - rsync restricted by selinux


== Install and setup all Openstack services on a single node ==
== Install and setup all Openstack services on a single node ==


'''Test day only''' Please use the official Fedora repositories otherwise
   sudo wget http://repos.fedorapeople.org/repos/openstack/openstack-folsom/fedora-openstack-folsom.repo -O /etc/yum.repos.d/fedora-openstack-folsom.repo
   sudo curl http://repos.fedorapeople.org/repos/openstack/openstack-folsom/fedora-openstack-folsom.repo -o /etc/yum.repos.d/fedora-openstack-folsom.repo


'''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 curl http://repos.fedorapeople.org/repos/openstack/f18-testing/f18-testing.repo -o /etc/yum.repos.d/fedora-testing.repo
   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|858311}} issue with libvirtd auth:
  sudo yum install -y libvirt-daemon
  sudo sed -i 's/#\(auth_unix_r[ow] = "none"\)/\1/' /etc/libvirt/libvirtd.conf
 
'''FEDORA 18 ONLY''' There is a SELinux bug {{bz|860201}} causing openstack-demo-install to exit early,
when installing withing a VM. Please apply this workaround only if installing within a VM:
  sudo yum install -y openstack-utils
  sudo sed -i 's/setsebool -P/setsebool/' /usr/bin/openstack-demo-install


So now the yum repositories are in place, so we'll install the openstack-demo-install script.
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.
Line 125: Line 114:


   sudo cp /root/keystonerc ~
   sudo cp /root/keystonerc ~
If testing heat, please install and start heat services (see known issues for location of heat-keystone-service)
  sudo yum install -y heat
  sudo heat-db-setup rpm
  source ~/keystonerc
  sudo -E heat-keystone-service
  for svc in heat-api-cfn heat-api-cloudwatch heat-engine heat-metadata
  do
    sudo systemctl start $svc.service
  done


=== Known issues ===
=== Known issues ===
The Heat rpm does not include heat-keystone-service {{bz|860105}}.  Please download heat-keystone-service from https://raw.github.com/heat-api/heat/master/tools/heat-keystone-service.


== Setup OpenStack volumes ==
== Setup OpenStack volumes ==
Line 185: Line 186:


# [[QA:Testcase_OpenStack_heat_setup|Basic heat setup and configuration]]
# [[QA:Testcase_OpenStack_heat_setup|Basic heat setup and configuration]]
# [[QA:Testcase_OpenStack_heat_list|List existing stacks]]
# [[QA:Testcase_OpenStack_heat_launch|Launch a basic wordpress stack]]
# [[QA:Testcase_OpenStack_heat_launch|Launch a basic wordpress stack]]
# [[QA:Testcase_OpenStack_heat_stop|Stop Heat services and uninstall Heat]]
# [[QA:Testcase_OpenStack_heat_stop|Stop Heat services]]
# [[QA:Testcase_OpenStack_heat_uninstall|Uninstall heat]]


Heat advanced functionality (recommended for heat developers):
Heat advanced functionality (recommended for heat developers):


# [[QA:Testcase_OpenStack_heat_rununit|Run nose unit tests]]
# [[QA:Testcase_OpenStack_heat_runnose|Run nose tests]]
# [[QA:Testcase_OpenStack_heat_run_WordPress_With_LB|Run Load Balancing testcase]]
# [[QA:Testcase_OpenStack_heat_run_WordPress_With_LB|Run Load Balancing testcase]]
# [[QA:Testcase_OpenStack_heat_run_WordPress_With_RDS|Run Relational Database service testcase]]
# [[QA:Testcase_OpenStack_heat_run_WordPress_With_RDS|Run Relational Database service testcase]]
Line 254: Line 257:
| {{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}}
| <references/>
|-
|-
| [[User:Vaneldik|Jan van Eldik (2)]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|warn}} <ref>Encountered {{bz|858372}}</ref>
| {{result|pass}}
| <references/>
|-
|-
| [[User:Jhenner|Jaroslav Henner]]
| {{result|warn}} <ref>Encountered {{bz|860333}}</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|warn}} <ref>Encountered {{bz|858372}}</ref>
| {{result|pass}}
| {{result|pass}}
| <references/>
| <references/>
Line 285: Line 268:
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
|-
| [[User:Pbrady|Pádraig Brady(2)]]
| {{result|warn}} <ref>Encountered {{bz|860120}}</ref>
| {{result|}}
| {{result|}}
| {{result|}}
| {{result|}}
| <references/>
| <references/>
|-
|-
Line 301: Line 274:
| [[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||858256}}
| {{result|fail}} <ref>{{bz|858256}}</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
Line 331: Line 304:
| [[User:eglynn|Eoghan Glynn]]
| [[User:eglynn|Eoghan Glynn]]
| {{result|pass}}
| {{result|pass}}
| {{result|fail||858256}}
| {{result|fail}} <ref>{{bz|858256}}</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
Line 337: Line 310:
| <references/>
| <references/>
|-
|-
|-
| [[User:eglynn|Eoghan Glynn (day2)]]
| {{result|pass}}
| {{result|warn}} <ref>with tgtd.conf workaround</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-


|-
|-
Line 364: Line 326:
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|fail||858372}}
| {{result|fail}} <ref>{{bz|858372}}</ref>
| {{result|pass}}
| {{result|pass}}
| <references/>
| <references/>
Line 380: Line 342:


|-
|-
| [[User:stevebake|Steve Baker (day2)]]
| [[User:stevebake|Steve Baker]]
| {{result|warn}} <ref>On F18 vm</ref> <ref>openstack-glance clashed with python-glanceclient</ref><ref>needed setsebool workaround {{bz|860127}}</ref>
| {{result|pass}} <ref>On F17 bare metal</ref>
| {{result|warn}} <ref>needed workaround described on cinder page</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|warn}} <ref>{{bz|858372}}</ref>
| {{result|pass}}
| {{result|pass}}
| <references/>
| <references/>
Line 396: Line 358:
| {{result|none}}
| {{result|none}}
| {{result|none}}  
| {{result|none}}  
| <references/>
|-
|-
| [[User:imain|Ian Main]]
| {{result|warn}} <ref>On F18</ref> <ref>{{bz|860120}}</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
|-
| [[User:markmc|Mark McLoughlin (2)]]
| {{result|warn||858311}}
| {{result|warn||860162}}
| {{result|pass}}
| {{result|warn||858372}}
| {{result|pass}}
| <references/>
| <references/>
|-
|-
Line 439: Line 381:
|-
|-


|-
| [[User:shardy|Steven Hardy]]
| {{result|pass}} <ref>On F18 Alpha bare metal</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
|-
| [[User:Jpeeler|Jeff Peeler]]
| {{result|pass}} <ref>On F18 VM</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
|-
| [[User:derekh|Derek Higgins (TD2)]]
| {{result|warn}} <ref> on F18 vm</ref><ref>needed setsebool workaround {{bz|860127}}</ref>
| {{result|warn}} <ref>needed workaround described on cinder page</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
|-
| [[User:sdake|Steven Dake]]
| {{result|warn}} <ref> on F18 vm</ref><ref>needed setsebool workaround {{bz|860127}}</ref>
| {{result|warn}} <ref>needed workaround described on cinder page</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
|-
| [[User:red|Sandro Mathys]]
| {{result|pass}} <ref>F18 bare metal</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| N/A <ref>Using Quantum</ref>
| <references/>
|-
{|
{|
! User
! User
Line 502: Line 395:
| [[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||858256}}
| {{result|fail}} <ref>{{bz|858256}}</ref>
| {{result|pass}}
| {{result|}}
| <references/>
|-
 
|-
| [[User:eglynn|Eoghan Glynn (day2)]]
| {{result|pass}}
| {{result|warn}} <ref>Volume detach fails due to: {{bz|860227}}, should work with re-built python-cinderclient package</ref>
| {{result|pass}}
| {{result|}}
| <references/>
|-
 
|-
| [[User:imain|Ian Main (day2)]]
| {{result|pass}}
| {{result|warn}} <ref>Volume attached but went onto /dev/vdb as the tiny flavor had no ephemeral storage.  I had all updates as of 11:00am PDT.</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|}}
| {{result|}}
Line 538: Line 413:
| [[User:Vaneldik|Jan van Eldik]]
| [[User:Vaneldik|Jan van Eldik]]
| {{result|pass}}
| {{result|pass}}
| {{result|fail||858256}}
| {{result|fail}} <ref>{{bz|858256}}</ref>
| {{result|}}
| {{result|}}
| <references/>
|-
 
|-
| [[User:Vaneldik|Jan van Eldik (2)]]
| {{result|pass}}
| {{result|pass}}
| {{result|}}
| {{result|}}
| {{result|}}
| {{result|}}
Line 556: Line 422:
| [[User:nsantos|Nuno Santos]]
| [[User:nsantos|Nuno Santos]]
| {{result|pass}}
| {{result|pass}}
| {{result|fail||858256}}
| {{result|fail}} <ref>{{bz|858256}}</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|}}
| {{result|}}
Line 594: Line 460:
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|}}
| <references/>
|-
|-
| [[User:eglynn|Eoghan Glynn]]
| {{result|warn||858216}}
| {{result|fail||858256}} <ref>{{bz|860227}}</ref> <ref>Also saw (a) volume attached as /dev/vdc and (b) hd errors in tty guest running mkfs</ref>
| {{result|pass}}
| {{result|}}
| <references/>
|-
|-
| [[User:jhenner|Jaroslav Henner]]
| {{result|pass}}
| {{result|fail}} <ref>{{bz|861222}} IO errors</ref>
| {{result|pass}}
| {{result|}}
| <references/>
|-
|-
| [[User:shardy|Steven Hardy]]
| {{result|pass}} <ref>F18 (physical) worked too after avoiding {{bz|858311}}</ref>
| {{result|}}
| {{result|}}
| {{result|}}
| <references/>
|-
|-
| [[User:Jpeeler|Jeff Peeler]]
| {{result|pass}}
| {{result|pass}} <ref>Using mknod /dev/vdb 252 16</ref>
| {{result|pass}}
| {{result|}}
| <references/>
|-
|-
| [[User:stevebake|Steve Baker]]
| {{result|pass}} <ref>F18 vm, worked too after avoiding {{bz|858311}}</ref>
| {{result|}}
| {{result|}}
| {{result|}}
| <references/>
|-
|-
| [[User:red|Sandro Mathys]]
| {{result|fail||860658}}
| {{result|warn}} <ref>Using vdb instead of vdc</ref> <ref>{{bz|861312}}</ref> <ref>{{bz|861341}}</ref>
| N/A <ref>Successfully done with the instructions from the Quantum test case</ref>
| {{result|}}
| {{result|}}
| <references/>
| <references/>
Line 666: Line 477:
| [[User:ndipanov|Nikola Đipanov]]
| [[User:ndipanov|Nikola Đipanov]]
| {{result|pass}}
| {{result|pass}}
| {{result|fail||858256}}
| {{result|fail}} <ref>{{bz|858256}}</ref>
| {{result|}}
| <references/>
|-
 
|-
| [[User:jhenner|Jaroslav Henner]]
| {{result|warning}} Key got injected for root, not cirros.
| {{result|fail}} ISCSI IO errors
| {{result|}}
| {{result|}}
| <references/>
| <references/>
Line 682: Line 485:
| [[User:nsantos|Nuno Santos]]
| [[User:nsantos|Nuno Santos]]
| {{result|pass}}
| {{result|pass}}
| {{result|fail||858256}}
| {{result|fail}} <ref>{{bz|858256}}</ref>
| {{result|}}
| {{result|}}
| <references/>
| <references/>
|-
|-
|-
| [[User:eglynn|Eoghan Glynn (day2)]]
| {{result|pass}}
| {{result|warn}} <ref>Volume detach fails due to: {{bz|860227}}, should work with re-built python-cinderclient package</ref>
| {{result|pass}}
| <references/>
|-


{|
{|
Line 707: Line 501:
| [[User:gstaicu|Gabriel Staicu]]
| [[User:gstaicu|Gabriel Staicu]]
| {{result|pass}} <ref>Fedora17 x64  VM</ref>
| {{result|pass}} <ref>Fedora17 x64  VM</ref>
| <references/>
|-
| [[User:red|Sandro Mathys]]
| {{result|pass}}
| <references/>
| <references/>
|-
|-
Line 761: Line 551:
|-
|-


|-
| [[User:derekh|Derek Higgins (TD2)]]
| {{result|pass}}
| {{result|pass}}
| {{result|warn}} <ref> rsync selinux AVC's {{bz|809198}} </ref>
| {{result|pass}}
| <references/>
|-


{|
{|
Line 783: Line 565:
| [[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|}}
| <references/>
|-
|-
| [[User:Vaneldik|Jan van Eldik (2)]]
| {{result|pass}} <ref>Sign out seems to misbehave, investigating...</ref>
| {{result|}}
| {{result|}}
| {{result|}}
| {{result|}}
Line 813: Line 586:
| {{result|}}
| {{result|}}
| {{result|fail}} <ref>Fedora17 x64 {{bz|859127}}</ref>
| {{result|fail}} <ref>Fedora17 x64 {{bz|859127}}</ref>
| <references/>
|-
{|
! User
! [[QA:Testcase_OpenStack_heat_setup|Basic heat setup and login]]
! [[QA:Testcase_OpenStack_heat_launch|Launch a basic wordpress stack]]
! [[QA:Testcase_OpenStack_heat_stop|Stop Heat services and uninstall Heat]]
! References
|-
|-
heat functionality:
|-
| [[User:sdake|Steven Dake]]
| {{result|warn}} <ref>{{bz|860105}} {{bz|860282}} {{bz|860435}}</ref>
| {{result|pass}} <ref>boot of VM took 8 minutes, Provision step took 29 minutes</ref>
| {{result|}}
| <references/>
|-
|-
| [[User:shardy|Steven Hardy]]
| {{result|warn}} <ref>{{bz|860105}} {{bz|860282}}</ref>
| {{result|fail}} <ref>Stack launches but deployment incomplete</ref>
| {{result|}}
| <references/>
|-
|-
| [[User:imain|Ian Main]]
| {{result|pass}} <ref>{{bz|860105}} {{bz|860282}}</ref>
| {{result|pass}} <ref>First launch I got a kernel panic in the VM, looked like it involved selinux.  Second time stack launched and functioned properly.</ref>
| {{result|}}
| <references/>
|-
|-
| [[User:stevebake|Steve Baker]]
| {{result|pass}} <ref>{{bz|860105}} {{bz|860282}}</ref>
| {{result|fail}} <ref>F18 vm. Instance launches but host network not reachable</ref>
| {{result|}}
| <references/>
| <references/>
|-
|-
Line 865: Line 595:
! [[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 606:
|-
|-


  [[Category:Fedora 18 Test Days]]
[[Category:Test Days]]
[[Category:OpenStack]]
[[Category:OpenStack]]


Please note that all contributions to Fedora Project Wiki are considered to be released under the Attribution-Share Alike 4.0 International (see Fedora Project Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please solve the following task below and enter the answer in the box (more info):

Cancel Editing help (opens in new window)