4361ed12e0
This change has shown to improve general performance and system stability. Ubuntu 14.04 has some systemD bits within it and there are a few items that can be tuned. These changes add some additional in container tuning the ensure that the pseudo systemD availability within our containers is not impeding container performance. Additionally the netfilter for bridged interfaces was set to 0 which should also improve bridge performance in general. Change-Id: Iad4f0472cf3e38c95c04b29cee8433c0781ff9ff
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" ] }