openstack-ansible/playbooks/roles/lxc_hosts
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
..
defaults Shift irqbalance package from lxc_hosts to openstack_hosts 2015-09-10 07:41:05 +00:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta added role to pin packages 2015-05-08 13:22:42 -05:00
tasks Verify lxc cache file after download 2015-08-07 17:24:32 +00:00
templates Rename group rpc to openstack 2015-06-23 11:43:24 -05:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00

README.rst

OpenStack LXC host setup

tags

openstack, lxc, host, cloud, ansible

category

*nix

Role for deployment and setup of an LXC host.

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