015c9b757a
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
9 lines
411 B
YAML
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.
|