lxc_hosts role presumes irqbalance is installed

Bug #1482146 reported by Jesse Pretorius
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
Fix Released
Medium
Jesse Pretorius
Juno
Fix Released
Medium
Jesse Pretorius
Kilo
Fix Released
Medium
Jesse Pretorius
Trunk
Fix Released
Medium
Jesse Pretorius

Bug Description

The lxc_hosts role presumes that irqbalance is already installed, but does not include it in the apt package list.

Changed in openstack-ansible:
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to os-ansible-deployment (kilo)

Fix proposed to branch: kilo
Review: https://review.openstack.org/209840

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (kilo)

Reviewed: https://review.openstack.org/209840
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=64f7af7e552a0df1ec613d70a44f36b90497adb5
Submitter: Jenkins
Branch: kilo

commit 64f7af7e552a0df1ec613d70a44f36b90497adb5
Author: Jesse Pretorius <email address hidden>
Date: Thu Aug 6 10:37:45 2015 +0100

    Add irqbalance to apt package list

    This patch adds irqbalance to the apt package list to resolve
    the issue where a deployer may not have the package installed
    in their base OS deployment.

    Change-Id: I968c483fd6eb926f32d55b3761574a6d3c3139b9
    Closes-Bug: #1482146

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to os-ansible-deployment (master)

Fix proposed to branch: master
Review: https://review.openstack.org/210499

Changed in openstack-ansible:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (master)

Reviewed: https://review.openstack.org/210499
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=a145919db16f474feb71759b04c05f03564bc522
Submitter: Jenkins
Branch: master

commit a145919db16f474feb71759b04c05f03564bc522
Author: Jesse Pretorius <email address hidden>
Date: Thu Aug 6 10:37:45 2015 +0100

    Add irqbalance to apt package list

    This patch adds irqbalance to the apt package list to resolve
    the issue where a deployer may not have the package installed
    in their base OS deployment.

    Change-Id: I968c483fd6eb926f32d55b3761574a6d3c3139b9
    Closes-Bug: #1482146
    (cherry picked from commit 64f7af7e552a0df1ec613d70a44f36b90497adb5)

Changed in openstack-ansible:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to os-ansible-deployment (master)

Fix proposed to branch: master
Review: https://review.openstack.org/218354

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (master)

Reviewed: https://review.openstack.org/218354
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=06fadf9dca5e7f42b81c6e584f21db89bb515c95
Submitter: Jenkins
Branch: master

commit 06fadf9dca5e7f42b81c6e584f21db89bb515c95
Author: Jesse Pretorius <email address hidden>
Date: Fri Aug 28 16:27:26 2015 +0100

    Shift irqbalance package from lxc_hosts to openstack_hosts

    The irqbalance daemon is expected by the lxc_hosts playbook in its
    pre_tasks. This patch ensures that it's there by adding the
    package to the openstack_hosts role which runs before the the
    lxc_hosts playbook.

    Change-Id: I88e34aedf727c9a9698ddefcdd05eb4debfa5619
    Closes-Bug: #1482146

Changed in openstack-ansible:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to os-ansible-deployment (kilo)

Fix proposed to branch: kilo
Review: https://review.openstack.org/222104

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible (kilo)

Reviewed: https://review.openstack.org/222104
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=aa893cc1ffe8a6cfd0ebcedef69348f39bce5e9b
Submitter: Jenkins
Branch: kilo

commit aa893cc1ffe8a6cfd0ebcedef69348f39bce5e9b
Author: Jesse Pretorius <email address hidden>
Date: Fri Aug 28 16:27:26 2015 +0100

    Shift irqbalance package from lxc_hosts to openstack_hosts

    The irqbalance daemon is expected by the lxc_hosts playbook in its
    pre_tasks. This patch ensures that it's there by adding the
    package to the openstack_hosts role which runs before the the
    lxc_hosts playbook.

    Change-Id: I88e34aedf727c9a9698ddefcdd05eb4debfa5619
    Closes-Bug: #1482146
    (cherry picked from commit 06fadf9dca5e7f42b81c6e584f21db89bb515c95)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible (juno)

Fix proposed to branch: juno
Review: https://review.openstack.org/227942

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible (juno)

Reviewed: https://review.openstack.org/227942
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=1fea6a98afef498f55453d81c6d38df52969c1f6
Submitter: Jenkins
Branch: juno

commit 1fea6a98afef498f55453d81c6d38df52969c1f6
Author: Jesse Pretorius <email address hidden>
Date: Fri Sep 25 17:37:15 2015 +0100

    Install irqbalance on hosts

    This patch adds irqbalance to the apt package list to resolve
    the issue where a deployer may not have the package installed
    in their base OS deployment.

    Change-Id: I2a4eb13beacef4122153c57ca51ce6aae8624a39
    Closes-Bug: #1482146

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/openstack-ansible 11.2.11

This issue was fixed in the openstack/openstack-ansible 11.2.11 release.

Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/openstack-ansible 11.2.12

This issue was fixed in the openstack/openstack-ansible 11.2.12 release.

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/openstack-ansible 11.2.14

This issue was fixed in the openstack/openstack-ansible 11.2.14 release.

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

Other bug subscribers

Remote bug watches

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