Add Networking-MLNX to Neutron-Base packages

The package is required for infiniband deployment to be installed
on containers: neutron-server, neutron-dhcp-agent and neutron-l3-agent.

Change-Id: I017b65c2032648fa0ac7126d4a06cd98cb7c33a0
This commit is contained in:
Hamdy Khader 2019-10-17 12:43:31 +03:00
parent 888833a7f0
commit 0ca16fcea6
3 changed files with 14 additions and 0 deletions

View File

@ -25,6 +25,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python3-networking-sfc',
'python3-networking-vmware-nsx',
'python3-networking-baremetal',
'python3-networking-mlnx',
'python3-openvswitch',
'python3-oslo-vmware'
] %}
@ -33,6 +34,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python-networking-sfc',
'python-networking-vmware-nsx',
'python2-networking-baremetal',
'python2-networking-mlnx',
'python2-openvswitch',
'python2-oslo-vmware'
] %}
@ -50,6 +52,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'neutron-server',
'openvswitch-switch',
'python3-networking-sfc',
'python3-networking-mlnx',
'python3-neutron-fwaas',
'python3-openvswitch',
'python3-oslo.vmware'

View File

@ -579,6 +579,10 @@ SOURCES = {
'type': 'url',
'location': ('$tarballs_base/networking-generic-switch/'
'networking-generic-switch-${openstack_branch}.tar.gz')},
'neutron-base-plugin-networking-mlnx': {
'type': 'url',
'location': ('$tarballs_base/networking-mlnx/'
'networking-mlnx-${openstack_branch}.tar.gz')},
'neutron-base-plugin-networking-sfc': {
'type': 'url',
'location': ('$tarballs_base/networking-sfc/'

View File

@ -0,0 +1,7 @@
---
features:
- |
Add Networking-MLNX package to Neutron-Base image, the package is required
for infiniband deployment to be installed on containers: neutron-server,
neutron-dhcp-agent and neutron-l3-agent.