Hi Dmitriy We are considering both options at the moment GPU passthrough and Cyborg and at moment we don't intend to use split sample physical GPU into multiple vGPUs. I could see we need to configure below in the nova configuration on the control nodes and computes for the passthrough option: nova-api [pci] passthrough_whitelist: alias: [] enabled_filters: nova-compute [pci] alias = And Create flavor with below property and attach this flavor with the instances. --property "pci_passthrough:alias" For cyborg: Can I get the sample configuration that can help me to start exploring this option, Regards Rambo On Fri, Nov 22, 2024 at 8:56 PM Dmitriy Rabotyagov <noonedeadpunk@gmail.com> wrote:
Hey,
We actually had Nvidia GPUs being provisioned and supplied to end users, but we did that using vGPU feature. So passing through GPUs with PCI -passthrough will be slightly different. And the cyborg is really another way of doing things. So having more specifics on design details would be helpful, as there are quite some ways of passing GPUs to end users.
On Fri, 22 Nov 2024, 18:11 Rambo Rambo, <ram.ramb2412@gmail.com> wrote:
Hi Team
Openstack-Ansible Openstack Victoria Release Ubuntu 20.04
I need to add computes having GPU on them. So I need recommendations on the procedure to add them and also what all configurations through openstack-ansible are required for nova_api, nova_scheduler on control node nova_api containers and compute node nova_compute configurations?
Also does anyone has experience using and installing openstack service : cyborg for GPU management.
Regards Rambo