From Fedora Project Wiki

Revision as of 18:24, 8 March 2012 by Apevec (talk | contribs)

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Test that the various OpenStack packages install successfully.

Setup

Only the setup steps described on Test_Day:2012-03-08_OpenStack_Test_Day.

How to test

  • Install the packages:
$> sudo yum install --enablerepo=updates-testing -y openstack-nova openstack-glance openstack-keystone openstack-swift\*
  • Install latest glance from koji, if it's not available in updates-testing:
$> sudo yum update --enablerepo=updates-testing -y http://kojipkgs.fedoraproject.org/packages/openstack-glance/2012.1/0.5.e4.fc17/noarch/python-glance-2012.1-0.5.e4.fc17.noarch.rpm http://kojipkgs.fedoraproject.org/packages/openstack-glance/2012.1/0.5.e4.fc17/noarch/openstack-glance-2012.1-0.5.e4.fc17.noarch.rpm
  • Install latest keystone from koji, if it's not available in updates-testing:
$> sudo yum update --enablerepo=updates-testing -y http://kojipkgs.fedoraproject.org/packages/openstack-keystone/2012.1/0.10.e4.fc17/noarch/openstack-keystone-2012.1-0.10.e4.fc17.noarch.rpm http://kojipkgs.fedoraproject.org/packages/openstack-keystone/2012.1/0.10.e4.fc17/noarch/python-keystone-2012.1-0.10.e4.fc17.noarch.rpm

Expected Results

  1. The packages install with no errors.