From Fedora Project Wiki

mNo edit summary
(remove from cloud SIG category)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
* Install the packages:
* Install the packages:
  $> sudo yum install --enablerepo=updates-testing -y openstack-nova openstack-glance openstack-keystone openstack-swift\*
  $> 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
|results=
|results=
# The packages install with no errors.
# The packages install with no errors.
Line 17: Line 11:


[[Category:OpenStack Test Cases]]
[[Category:OpenStack Test Cases]]
[[Category:Cloud SIG]]

Latest revision as of 06:13, 25 April 2012

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\*

Expected Results

  1. The packages install with no errors.