Bug 1667424 - Undercloud fails to install due to ceilometer-upgrade: error: unrecognized arguments: --skip-metering-database
Summary: Undercloud fails to install due to ceilometer-upgrade: error: unrecognized ar...
Keywords:
Status: CLOSED DUPLICATE of bug 1663873
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: instack-undercloud
Version: 13.0 (Queens)
Hardware: x86_64
OS: Linux
urgent
urgent
Target Milestone: ---
: ---
Assignee: James Slagle
QA Contact: Arik Chernetsky
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-01-18 13:02 UTC by Joachim von Thadden
Modified: 2019-01-22 13:48 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-01-21 15:56:48 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Joachim von Thadden 2019-01-18 13:02:35 UTC
Description of problem:
With package instack-undercloud-8.4.6-4.el7ost.noarch the install of the Undercloud fails with:

2019-01-18 13:25:42,203 INFO: Notice: /Stage[main]/Main/Exec[ceilo-gnocchi-upgrade]/returns: ceilometer-upgrade: error: unrecognized arguments: --skip-metering-database

The reason lies in /usr/share/instack-undercloud/puppet-stack-config/puppet-stack-config.pp which uses this old parameter that is not any more known to ceilometer-upgrade from package openstack-ceilometer-common-10.0.1-4.el7ost.noarch.


Version-Release number of selected component (if applicable):
instack-undercloud-8.4.6-4.el7ost.noarch
openstack-ceilometer-common-10.0.1-4.el7ost.noarch

How reproducible:
always

Steps to Reproduce:
1. openstack undercloud install

Actual results:
2019-01-18 13:25:42,203 INFO: Notice: /Stage[main]/Main/Exec[ceilo-gnocchi-upgrade]/returns: ceilometer-upgrade: error: unrecognized arguments: --skip-metering-database


Expected results:
Undercloud installed successfully.

Additional info:
It's fairly easy to solve by simply doing

sudo sed -i -e "s/ --skip-metering-database//" /usr/share/instack-undercloud/puppet-stack-config/puppet-stack-config.pp

after installation of python-tripleoclient and before doing the "openstack undercloud install".

Comment 2 Martin Magr 2019-01-21 15:56:48 UTC

*** This bug has been marked as a duplicate of bug 1659044 ***

Comment 3 Martin Magr 2019-01-22 09:41:51 UTC

*** This bug has been marked as a duplicate of bug 1663873 ***


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