Skip to content

Build neutron-mlnx-agent kolla container #1093

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 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ stackhpc_pulp_images_kolla:
- neutron-dhcp-agent
- neutron-l3-agent
- neutron-metadata-agent
- neutron-mlnx-agent
Copy link
Member

Choose a reason for hiding this comment

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

I was expecting the eswitchd image in here?

Do we need to install networking-mlnx into the nova-compute image as well, so os-vif can use the ebrctl?
https://opendev.org/x/networking-mlnx/src/commit/0a69b9715505f21fe7cca8c408c42b618d2e72d7/setup.cfg#L55

Copy link
Member

Choose a reason for hiding this comment

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

ah, sorry, there isn't one, even better!

Copy link
Contributor

Choose a reason for hiding this comment

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

This is a list of images that get synced into pulp, but doesn't control which images are built in our CI pipeline. For that you would need to set kolla_enable_neutron_mlnx: true in etc/kayobe/environments/ci-builder/stackhpc-ci.yml.

For context, this adds the regex to the kolla-build command https://opendev.org/openstack/kayobe/src/branch/master/ansible/inventory/group_vars/all/kolla#L206

- neutron-openvswitch-agent
- neutron-server
- neutron-sriov-agent
Expand Down
Loading