Role lxc_hosts for OpenStack-Ansible
513244b56b
The lxc_host role overrides the configuration done by the system administrator on the host. If mtu was defined in /etc/lxc/ and in the system network interfaces, then these configurations will be overriden. This commit should allow the deployer to set the mtu for its lxcbr0 network, by setting the variable lxc_net_mtu. Fixes-Bug: #1518303 Change-Id: I42ab3d0a2c20ae94335de195cdb14579d9f59f5f |
||
---|---|---|
defaults | ||
doc | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
tests | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
dev-requirements.txt | ||
LICENSE | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
tox.ini |
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" ] }