[SRU] ironic-conductor.init.in has wrong entries

Bug #1429962 reported by Mark Vanderwiel
20
This bug affects 3 people
Affects Status Importance Assigned to Milestone
ironic (Ubuntu)
Fix Released
High
Unassigned
Vivid
Fix Released
High
Unassigned

Bug Description

[Impact]
ironic conductor process is not started by init

[Test Case]
sudo apt-get install ironic-conductor

[Regression Potential]
None

[Original Bug Report]
Description: Ubuntu 14.04.1 LTS
Release: 14.04

ii ironic-api 2015.1~b1-0ubuntu4~cloud0 all Openstack bare metal provisioning service - API
ii ironic-common 2015.1~b1-0ubuntu4~cloud0 all Openstack bare metal provisioning service - daemons
ii ironic-conductor 2015.1~b1-0ubuntu4~cloud0 all Openstack bare metal provisioning service - conductor
ii python-ironic 2015.1~b1-0ubuntu4~cloud0 all Openstack bare metal provisioning service - Python library
ii python-ironicclient 0.3.1-0ubuntu1~cloud0 all Python bindings for the Ironic API

ironic-conductor 2015.1~b1-0ubuntu4~cloud0

ironic_2015.1~b2-0ubuntu1.debian.tar.xz

ironic-conductor.init.in was copied from the ironic-api one and NOT updated with conductor specific service info

It looks like this:

#!/bin/sh
### BEGIN INIT INFO
# Provides: ironic-api
# Required-Start: $network $local_fs $remote_fs $syslog
# Required-Stop: $remote_fs
# Should-Start: postgresql mysql keystone ntp rabbitmq-server
# Should-Stop: postgresql mysql keystone ntp rabbitmq-server
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Baremetal API server
# Description: Frontend Baremetal (Ironic) API server
### END INIT INFO

# Author: Thomas Goirand <email address hidden>

DESC="OpenStack Baremetal Service API"
PROJECT_NAME=ironic
NAME=ironic-api

All references to api should be conductor.

summary: - conductor has wrong
+ ironic-conductor.init.in has wrong entries
Revision history for this message
Ma Wen Cheng (mars914) wrote : Re: ironic-conductor.init.in has wrong entries

from my local test, conductor installation has some problems, but not described as this bug.
it is that:
Declaring queue failed with (403: (ACCESS_REFUSED - operation not permitted on the default exchange, (50, 20), None)), retrying

Ma Wen Cheng (mars914)
Changed in ironic (Ubuntu):
assignee: nobody → Ma Wen Cheng (mars914)
status: New → In Progress
Revision history for this message
Ma Wen Cheng (mars914) wrote :

@Mark, looks like that it is some issues about ubuntu release packages, from my test, rhel pkgs are ok.

Ma Wen Cheng (mars914)
Changed in ironic (Ubuntu):
assignee: Ma Wen Cheng (mars914) → nobody
Ma Wen Cheng (mars914)
Changed in ironic (Ubuntu):
assignee: nobody → Ma Wen Cheng (mars914)
assignee: Ma Wen Cheng (mars914) → nobody
Changed in ironic (Ubuntu):
status: In Progress → New
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in ironic (Ubuntu):
status: New → Confirmed
Revision history for this message
JJ Asghar (d-jj) wrote :
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package ironic - 2015.1~b3-0ubuntu1

---------------
ironic (2015.1~b3-0ubuntu1) vivid; urgency=medium

  * New upstream release.
    + d/control:
      - Align with upstream dependencies.
      - Add dh-python to build-dependencies.
      - Add psmisc as a dependency. (LP: #1358820)
    + d/p/fix-requirements.patch: Rediffed.
    + d/ironic-conductor.init.in: Fixed typos in LSB headers,
      thanks to JJ Asghar. (LP: #1429962)
 -- Chuck Short <email address hidden> Mon, 30 Mar 2015 11:14:57 +0100

Changed in ironic (Ubuntu):
status: Confirmed → Fix Released
Revision history for this message
Mark Vanderwiel (vanderwl) wrote :

This bug is back again in the ironic-conductor 2015.1~rc1-0ubuntu1~cloud0 package from the repo:
root@controller:/etc/apt# cat sources.list.d/openstack-ppa.list
deb http://ubuntu-cloud.archive.canonical.com/ubuntu trusty-updates/kilo main

Changed in ironic (Ubuntu):
status: Fix Released → New
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in ironic (Ubuntu):
status: New → Confirmed
James Page (james-page)
Changed in ironic (Ubuntu):
importance: Undecided → High
status: Confirmed → In Progress
description: updated
summary: - ironic-conductor.init.in has wrong entries
+ [SRU] ironic-conductor.init.in has wrong entries
Revision history for this message
James Page (james-page) wrote :

We'll push this with the kilo release on thursday.

Thanks

Revision history for this message
Chris J Arges (arges) wrote : Please test proposed package

Hello Mark, or anyone else affected,

Accepted ironic into vivid-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/ironic/2015.1.0-0ubuntu1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

tags: added: verification-needed
Changed in ironic (Ubuntu Vivid):
status: In Progress → Fix Committed
Revision history for this message
Mark Vanderwiel (vanderwl) wrote :

I verified this package fix.

tags: added: verification-done
removed: verification-needed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package ironic - 2015.1.0-0ubuntu1

---------------
ironic (2015.1.0-0ubuntu1) vivid; urgency=medium

  [ Chuck Short ]
  * New upstream release for OpenStack Kilo. (LP: #1449744)
  * debian/ironic-common.install: Dropped ironic-nova-bm-migrate.

  [ JJ Asghar ]
  * d/ironic-conductor.init.in: ironic-api -> ironic-conductor
    (LP: #1429962).

 -- Chuck Short <email address hidden> Sun, 03 May 2015 13:50:22 -0400

Changed in ironic (Ubuntu):
status: Fix Committed → Fix Released
Changed in ironic (Ubuntu Vivid):
status: Fix Committed → Fix Released
Revision history for this message
Chris J Arges (arges) wrote : Update Released

The verification of the Stable Release Update for ironic has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
Mark Vanderwiel (vanderwl) wrote :

@Chris, it there a timeframe when the trusty-updates will be getting updated with the 2015.1.0-0ubuntu1 packages?

Revision history for this message
Mark Vanderwiel (vanderwl) wrote :

nvm, I see the fix on the _updates side now. thx.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.