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 1: Line 1:
{{Infobox_group
{{Infobox_group
| name = OpenStack Test Days
| name = OpenStack Test Days
| date = 2012-09-18 and 2012-09-25
| 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 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 | 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)
* Development - [[User:gkotton|gkotton]] (garyk)
* 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)
* Development - [[User:sdake|sdake]] (sdake)
* Development - [[User:shardy|shardy]] (shardy)
* Development - [[User:stevebake|stevebake]] (stevebake)
* Development - [[User:Jpeeler|jpeeler]] (jpeeler)


== 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
* {{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|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


'''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 127: Line 124:


=== 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 183:
# [[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]]
Heat basic functionality (recommended for all developers):
# [[QA:Testcase_OpenStack_heat_setup|Basic heat setup and configuration]]
# [[QA:Testcase_OpenStack_heat_launch|Launch a basic wordpress stack]]
# [[QA:Testcase_OpenStack_heat_stop|Stop Heat services and uninstall Heat]]
Heat advanced functionality (recommended for heat developers):
# [[QA:Testcase_OpenStack_heat_rununit|Run nose unit tests]]
# [[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_Single_Instance_With_EIP|Run EIP testcase]]
# [[QA:Testcase_OpenStack_heat_run_WordPress_Single_Instance_With_EBS|Run EBS testcase]]
# [[QA:Testcase_OpenStack_heat_run_WordPress_Single_Instance_With_EBS_EIP|Run EBS and EIP testcase]]
# [[QA:Testcase_OpenStack_heat_run_WordPress_Single_Instance|Run Single Instance Wordpress testcase]]
# [[QA:Testcase_OpenStack_heat_run_Composed_Instances|Run Compsed Instances testcase]]
# [[QA:Testcase_OpenStack_heat_run_WordPress_2_Instances_With_EBS|Run 2 instance EBS testcase]]
# [[QA:Testcase_OpenStack_heat_run_WordPress_2_Instances_With_EBS_EIP|Run 2 instances with EBS and EIP]]
# [[QA:Testcase_OpenStack_heat_run_WordPress_2_Instances|Run 2 instance Wordpress testcase]]
# [[QA:Testcase_OpenStack_heat_run_HAProxy_Single_Instance|Run HAProxy Single Instance testcase]]
# [[QA:Testcase_OpenStack_heat_run_CFN_API_Actions|Run CFN API actions testcase]]
# [[QA:Testcase_OpenStack_heat_run_AutoScalingMultiAZSample|Run AutoScaling testcase]]


Extra credit:
Extra credit:
Line 213: Line 192:
== 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], [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=18&component=openstack-swift openstack-swift] or [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=18&component=heat heat]  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.
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 233:
| {{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 244:
| {{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 250:
| [[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 280:
| [[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}}
| <references/>
|-
 
|-
| [[User:eglynn|Eoghan Glynn (day2)]]
| {{result|pass}}
| {{result|warn}} <ref>with tgtd.conf workaround</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
Line 347: Line 286:
| <references/>
| <references/>
|-
|-


|-
|-
Line 364: Line 302:
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|fail||858372}}
| {{result|fail}} <ref>{{bz|858372}}</ref>
| {{result|pass}}
| {{result|pass}}
| <references/>
| <references/>
Line 371: Line 309:
|-
|-
| [[User:Zaitcev|Pete Zaitcev]]
| [[User:Zaitcev|Pete Zaitcev]]
| {{result|pass}}
| {{result|none}}
| {{result|none}}
| {{result|pass}}
| {{result|none}}
| {{result|pass}}
| {{result|pass}}
| <references/>
| <references/>
|-
|-


|-
|-
| [[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 399: Line 334:
|-
|-


|-
| [[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/>
|-
|-
| [[User:bertux|Bertrand Juglas]]
| {{result|pass}} <ref>On F17 bare metal</ref>
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| <references/>
|-
|-
| [[User:gstaicu|Gabriel Staicu]]
| {{result|pass}} <ref>On F17 x64 VM hosted on openstack essex ..:)</ref>
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|fail}} <ref>859358</ref>
| <references/>
|-
|-
| [[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 349:
| [[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 367:
| [[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 376:
| [[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 589: Line 409:
|-
|-


|-
| [[User:zaitcev|Pete Zaitcev]]
| {{result|fail}} <ref>Same as Nikola's {{bz|858237}}, but restart does not help.</ref>
| {{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|}}
| <references/>
|-


{|
{|
Line 666: Line 423:
| [[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 431:
| [[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 703: Line 443:


Quantum functionality:
Quantum functionality:
|-
| [[User:gstaicu|Gabriel Staicu]]
| {{result|pass}} <ref>Fedora17 x64  VM</ref>
| <references/>
|-
| [[User:red|Sandro Mathys]]
| {{result|pass}}
| <references/>
|-




Line 761: Line 491:
|-
|-


|-
| [[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 505:
| [[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 803: Line 516:
| {{result|}}
| {{result|}}
| {{result|}}
| {{result|}}
| {{result|}}
| <references/>
|-
|-
| [[User:gstaicu|Gabriel Staicu]]
| {{result|pass}}
| {{result|pass}}
| {{result|}}
| {{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|}}
| {{result|}}
| <references/>
| <references/>
Line 865: Line 526:
! [[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 537:
|-
|-


  [[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)