Role lxc_container_create for OpenStack-Ansible
Go to file
Markos Chandras 49309c4a92 Always create containers with fixed MAC addresses
Patch I0d83fd4895d4c5beaf5a84a239c1a1ed71521dee dropped the ARP=yes
option for networkd because it's not supported by old systemd releases.
This however brings back a problem where the default one sysctl
arp_notify option in the kernel may not correctly set for our use case.
Containers are created with random MAC addresses so we need to ensure
that ARP entries are populated correctly when a container is restarted.
Instead of having to implement some sort of a new workaround on the host,
it's probably better to create all containers with fixed MAC addresses from
now on.

Change-Id: I8ad390fc3ce27756f26c57c92aaa3adc8e506a17
2018-03-06 17:00:36 +00:00
defaults Always create containers with fixed MAC addresses 2018-03-06 17:00:36 +00:00
doc Initial OSA zuul v3 role jobs 2017-10-17 22:17:20 +01:00
examples [DOCS] Move playbook example to separate file 2016-08-12 09:29:13 -05:00
files Unify container network interfaces with networkd 2018-03-01 10:55:14 +00:00
handlers Unify container network interfaces with networkd 2018-03-01 10:55:14 +00:00
meta Unify container network interfaces with networkd 2018-03-01 10:55:14 +00:00
releasenotes Always create containers with fixed MAC addresses 2018-03-06 17:00:36 +00:00
tasks Always create containers with fixed MAC addresses 2018-03-06 17:00:36 +00:00
templates Always create containers with fixed MAC addresses 2018-03-06 17:00:36 +00:00
tests Always create containers with fixed MAC addresses 2018-03-06 17:00:36 +00:00
vars Unify container network interfaces with networkd 2018-03-01 10:55:14 +00:00
zuul.d zuul: Add missing CentOS and openSUSE jobs 2018-03-02 15:40:55 +00:00
.gitignore Updated from OpenStack Ansible Tests 2017-06-22 15:19:00 +00:00
.gitreview New git dotfiles for independant repository 2015-11-26 00:43:02 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:05:32 +00:00
CONTRIBUTING.rst Update the outdated links 2018-02-27 13:45:28 +08:00
LICENSE IRR for lxc_container_create 2015-11-03 08:00:45 -06:00
manual-test.rc Use centralised test scripts 2016-09-27 16:16:22 +01:00
README.rst Update the outdated links 2018-02-27 13:45:28 +08:00
run_tests.sh Updated from OpenStack Ansible Tests 2017-11-10 13:15:03 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-14 09:35:05 +08:00
setup.py Updated from global requirements 2017-03-02 11:51:15 +00:00
test-requirements.txt Updated from global requirements 2018-01-24 01:16:00 +00:00
tox.ini Add functional tests for our different backendstores 2017-10-06 10:54:04 -05:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-01-22 16:53:42 +00:00

Team and repository tags

image

OpenStack-Ansible LXC container create

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-lxc_container_create/latest/

The project home is at:

https://launchpad.net/openstack-ansible