06fadf9dca
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 |
||
---|---|---|
.. | ||
defaults | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst |
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" ] }