d0546485f6
* Adding Dockerfile to build image with ironic-neutron-agent. * Add ``neutron-base-plugin-networking-baremetal`` in kolla/common/config.py to enable building neutron with baremetal plugin. Since the ML2 mechanism driver and L2 Agent is in the same python package, the source install will include the ironic-neutron-agent as part of neutron-base. Change-Id: I232dcf44c8a56c268610053cf362714d52e6cb93
18 lines
747 B
YAML
18 lines
747 B
YAML
---
|
|
features:
|
|
- |
|
|
Add networking-baremetal components: The ``baremetal`` ML2 mechanism driver
|
|
and the ``ironic-neutron-agent`` L2 agent.
|
|
|
|
Networking Baremetal provides deep integration between the Networking
|
|
service and the Bare Metal service. Advanced networking features like
|
|
notifications of port status changes and routed networks support in clouds
|
|
with Bare Metal service.
|
|
|
|
The ML2 mechanism driver is installed in the neutron-base image when
|
|
building from source. Binary users can use
|
|
``neutron_server_packages_append`` to include the
|
|
``python-networking-baremetal`` package when building neutron-server image.
|
|
The ``ironic-neutron-agent`` L2 agent is in the ``ironic-neutron-agent``
|
|
image.
|