Jesse Pretorius 06fadf9dca 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
2015-09-10 07:41:05 +00:00
..
2015-05-08 13:22:42 -05:00

OpenStack host setup

tags

openstack, host, cloud, ansible

category

*nix

Role for basic setup and configuration of a host machine for the intended purpose of use within OpenStack.

- name: Basic host setup
  hosts: "hosts"
  user: root
  roles:
    - { role: "openstack_hosts", tags: [ "openstack-hosts-setup" ] }