Skip to content

Nova (Compute)

Nova is the OpenStack compute service. It handles VM lifecycle - scheduling, spawning, live migration, and evacuation - across the hypervisor nodes.

Architecture

Components

ComponentRole
Nova APIREST API for VM operations; accepts requests from users and Cinder
Nova ConductorMediates database access from compute agents; handles complex workflows like live migration
Nova Compute AgentRuns on each hypervisor node as a daemonset; instructs libvirtd to create/delete/migrate VMs
RabbitMQAsync messaging between API, Conductor, and Compute Agents

Integration with CobaltCore compute

Nova Compute Agents run as Kubernetes daemonsets on hypervisor nodes managed by the Hypervisor Operator. When the Hypervisor Operator registers a new node, it also registers the node's compute capacity with Nova.

The HA Service calls Nova's host evacuation API when a hypervisor fails.

Cortex integrates with Nova's placement API to make intelligent scheduling decisions based on cluster state.

See also

EU and German government funding logos

Funded by the European Union – NextGenerationEU.

The views and opinions expressed are solely those of the author(s) and do not necessarily reflect the views of the European Union or the European Commission. Neither the European Union nor the European Commission can be held responsible for them.