puppet-tripleo/releasenotes/notes/add-neutron-agent-wrappers-bf84104f3607264b.yaml
Brent Eagles 015c9b757a Adding wrapper scripts for neutron agent subprocesses
The neutron agents use subprocesses like dnsmasq and keepalived as part
of their implementation. Running these "subprocesses" in separate
containers prevent dataplane breakages/unnecessary failover on agent
container restart.

Also amends docker daemon options to allow including additional unix
domain sockets to bind to the docker daemon. The paths can be mounted by
containers that launch containers instead of mounting /run/docker.sock.
This avoids issues if the docker daemon is restarted while the containers
are running.

Related-Bug: #1749209
Change-Id: Icd4c24ac686d957391548a04722266cefc1bce27
2018-04-30 21:58:29 -02:30

9 lines
411 B
YAML

---
features:
- |
Added parameters to generate wrapper scripts for the neutron dhcp and l3 agents
to run dnsmasq and keepalived, respectively, in separate containers.
- Added `tripleo::profile::base::docker::additional_sockets` to allow configuring
additional domain sockets bindings on dockerd. This facilitates creating
containers that need to access dockerd without having to mount /run.