RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1175450 - packstack fails to start Nova on Rawhide: Error: comparison of String with 18 failed at [...]ceilometer/manifests/params.pp:32
Summary: packstack fails to start Nova on Rawhide: Error: comparison of String with 18...
Keywords:
Status: CLOSED EOL
Alias: None
Product: RDO
Classification: Community
Component: openstack-packstack
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: Juno
Assignee: Martin Magr
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-17 18:41 UTC by Richard W.M. Jones
Modified: 2016-05-19 16:03 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-19 16:03:37 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 143060 0 None None None Never

Description Richard W.M. Jones 2014-12-17 18:41:50 UTC
Description of problem:

Similar to bug 1170646, on this machine:

$ facter osfamily
RedHat
$ facter operatingsystem
Fedora
$ facter operatingsystemrelease
Rawhide

and so the comparison in
/usr/share/openstack-puppet/modules/ceilometer/manifests/params.pp
fails.

I fixed this by changing the line to:

      if ($::operatingsystem == 'Fedora' and $distrelease == 'Rawhide') or ($::\
operatingsystem == 'Fedora' and $::operatingsystemrelease >= 18) {


Version-Release number of selected component (if applicable):

openstack-puppet-modules-2014.2.7-3.fc22.noarch

How reproducible:

100%

Steps to Reproduce:
1. packstack --allinone

Comment 1 Richard W.M. Jones 2014-12-17 18:48:31 UTC
(In reply to Richard W.M. Jones from comment #0)
> I fixed this by changing the line to:
> 
>       if ($::operatingsystem == 'Fedora' and $distrelease == 'Rawhide') or
> ($::\
> operatingsystem == 'Fedora' and $::operatingsystemrelease >= 18) {

Ooops, no I didn't.

Offending line should be changed to:

      if ($::operatingsystem == 'Fedora' and $::operatingsystemrelease == 'Rawhide') or ($::operatingsystem == 'Fedora' and $::operatingsystemrelease >= 18) {

Comment 3 Mike McCune 2016-03-28 23:08:19 UTC
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions

Comment 5 Chandan Kumar 2016-05-19 16:03:37 UTC
This bug is against a Version which has reached End of Life.
If it's still present in supported release (http://releases.openstack.org), please update Version and reopen.


Note You need to log in before you can comment on or make changes to this bug.