@@ -422,18 +422,6 @@ kolla_build_blocks:
422
422
rm -f liblasso3_2.7.0-2build3_amd64.deb
423
423
{% endif %}
424
424
{% endraw %}
425
- neutron_server_footer : |
426
- {% if kolla_base_distro in ['centos', 'rocky'] %}
427
- # Install networking-mlnx plugin and dependencies
428
- {% raw %}
429
- {% if base_package_type == 'rpm' %}
430
- ADD plugins-archive /
431
- RUN python3 -m pip --no-cache-dir install /plugins/* \
432
- && dnf install python3-libvirt python3-ethtool -y \
433
- && dnf clean all
434
- {% endif %}
435
- {% endraw %}
436
- {% endif %}
437
425
nova_base_footer : |
438
426
{% if kolla_base_distro == 'centos' %}
439
427
# Fix for https://bugs.launchpad.net/nova/+bug/1955035, i.e.
@@ -444,18 +432,6 @@ kolla_build_blocks:
444
432
{% endif %}
445
433
{% endraw %}
446
434
{% endif %}
447
- nova_compute_footer : |
448
- {% if kolla_base_distro in ['centos', 'rocky'] %}
449
- # Install networking-mlnx plugin and dependencies
450
- {% raw %}
451
- {% if base_package_type == 'rpm' %}
452
- ADD plugins-archive /
453
- RUN python3 -m pip --no-cache-dir install /plugins/* \
454
- && dnf install python3-libvirt python3-ethtool -y \
455
- && dnf clean all
456
- {% endif %}
457
- {% endraw %}
458
- {% endif %}
459
435
magnum_base_footer : |
460
436
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
461
437
{% raw %}
@@ -480,6 +456,12 @@ kolla_build_customizations_common:
480
456
- /additions/*
481
457
ironic_inspector_pip_packages_append :
482
458
- /additions/*
459
+ neutron_server_packages_append :
460
+ - python3-libvirt
461
+ - python3-ethtool
462
+ nova_compute_packages_append :
463
+ - python3-libvirt
464
+ - python3-ethtool
483
465
484
466
kolla_build_customizations_el :
485
467
base_yum_repo_files_remove :
0 commit comments