5aa09d5afe
Additional check to ensure the lxc bridge interface exists added when starting networks. Additional edge cases in the bridge being created and the interface made usable are tested and resolved when they fail. In addition dnsmasq is only kicked when the container network is modified. Co-Authored-By: Kevin Carter <kevin.carter@rackspace.com> Change-Id: I7350626bd736f815bd2a9ed0d4949d42cd5db9af Closes-Bug: 1438374 |
||
---|---|---|
.. | ||
defaults | ||
files | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
CONTRIBUTING.rst | ||
LICENSE | ||
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" ] }