Skip to content

Yoga Infiniband #1102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
1 change: 1 addition & 0 deletions etc/kayobe/environments/ci-builder/stackhpc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ kolla_enable_magnum: true
kolla_enable_manila: true
kolla_enable_mariabackup: true
kolla_enable_neutron_sriov: true
kolla_enable_neutron_mlnx: true
kolla_enable_octavia: true
kolla_enable_opensearch: true
kolla_enable_ovn: true
Expand Down
14 changes: 14 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,18 @@ kolla_sources:
type: git
location: https://github.com/stackhpc/networking-generic-switch.git
reference: stackhpc/{{ openstack_release }}
neutron-server-plugin-networking-mlnx:
type: git
location: https://opendev.org/x/networking-mlnx
reference: stable/{{ openstack_release }}
nova-base:
type: git
location: https://github.com/stackhpc/nova.git
reference: stackhpc/{{ openstack_release }}
nova-compute-plugin-networking-mlnx:
type: git
location: https://opendev.org/x/networking-mlnx
reference: stable/{{ openstack_release }}

###############################################################################
# Kolla image build configuration.
Expand Down Expand Up @@ -448,6 +456,12 @@ kolla_build_customizations_common:
- /additions/*
ironic_inspector_pip_packages_append:
- /additions/*
neutron_server_packages_append:
- python3-libvirt
- python3-ethtool
nova_compute_packages_append:
Copy link
Contributor

@jovial jovial Aug 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Annoyingly, this gets overridden by: nova_compute_packages_append:

Due to https://github.com/stackhpc/stackhpc-kayobe-config/pull/1102/files#diff-12d955d16a7bd8d6dc7bae8b56c2e485f4445434f0fb67546ea09c9e8b9b504dR516

I think we need to append them to:

  nova_compute_packages_remove:
    - openvswitch

in kolla_build_customizations_el as well.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The other thing we need is a release note

- python3-libvirt
- python3-ethtool

kolla_build_customizations_el:
base_yum_repo_files_remove:
Expand Down
1 change: 1 addition & 0 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ stackhpc_pulp_images_kolla:
- neutron-dhcp-agent
- neutron-l3-agent
- neutron-metadata-agent
- neutron-mlnx-agent
- neutron-openvswitch-agent
- neutron-server
- neutron-sriov-agent
Expand Down
Loading