-
Notifications
You must be signed in to change notification settings - Fork 83
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
[Draft] Add nvidia-mdev VA #412
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sbauza The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @sbauza. Thanks for your PR. I'm waiting for a openstack-k8s-operators member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
2dd3408
to
86e8f00
Compare
/ok-to-test |
5f76b55
to
10a6062
Compare
timesync_ntp_servers: | ||
- hostname: pool.ntp.org | ||
# CPU pinning settings | ||
edpm_kernel_args: "default_hugepagesz=1GB hugepagesz=1G hugepages=16 intel_iommu=on iommu=pt isolcpus=4-23,28-47" |
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.
nit: isolcpus shoudl not be used on non realtime hosts
isolcpus=4-23,28-47
we can fix this later
hostName: edpm-compute-1 | ||
services: | ||
- neutron-ovn | ||
- nova-custom-sriov |
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.
nit: in a followup we shoudl avoid using the nova-custom-sriov and use the standard nova datapalne service.
we do not need to create a custom one but that simplicaftion can be done in a follow up.
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.
this list of services however is incomplete
we need to include all of the service that should be deployed ill see if i can provide a suggestion for that shortly
No description provided.