-
Notifications
You must be signed in to change notification settings - Fork 23
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -477,6 +477,7 @@ stackhpc_pulp_images_kolla: | |
- neutron-dhcp-agent | ||
- neutron-l3-agent | ||
- neutron-metadata-agent | ||
- neutron-mlnx-agent | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 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 | ||
|
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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!