Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion assets/scss/sidebar-tree/_styles_project_sidebar-tree.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ nav.foldable-nav .ul-1 .with-child > label::before {
bottom: 0;
z-index: 1;
margin-top: auto;
padding: 14px 10px 20px 6px;
padding: 14px 10px 10px 6px;
background-color: var(--background-color);
color: var(--body-disabled-color);
text-align: left;
Expand Down
44 changes: 44 additions & 0 deletions content/software/release_information/release_notes/editions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: "OpenNebula Editions and Subscription Options"
linkTitle: "Software Editions"
date: "2026-06-11"
description:
categories:
pageintoc: "247"
tags:
weight: "7"
---

OpenNebula offers a range of subscriptions and extensions to suit various operational and business requirements. Organizations can choose subscription models that provide support, maintenance, and access to additional software extensions.

* **EE** - Refers to features that are Enterprise Extensions and are only available to customers with an Enterprise Subscription
* **AE** - Refers to features that are AI Factory Extensions and are only available to customers with an AI Factory Subscription
* **CE** - Refers to the Community Edition, available to all users

Refer to the [OpenNebula website](https://opennebula.io/enterprise-services/#subscriptions) for further information about subscriptions and commercial services.

## OpenNebula Community Edition

When a new OpenNebula major or minor version is released, it is immediately available to everyone and is considered the **Community Edition**. This edition provides the complete OpenNebula core platform, allowing organizations to build and operate private, hybrid, edge, and sovereign cloud environments.

Community Edition users have access to the latest OpenNebula releases and the full set of features included in the core platform.

## OpenNebula Enterprise Edition

The **Enterprise Edition** is available to **Enterprise Subscription** customers. The Enterprise Edition and the Community Edition share the same source code and OpenNebula maintains a single software distribution. Enterprise subscription customers have access to the following additional features and services:

* **Maintenance Updates**: Delivered through Enterprise channels, maintenance releases include minor enhancements, bug fixes, software patches and stability improvements. Maintenance updates do not introduce significant new features and functionality.
* **Enterprise Extensions**: Software extensions that expand the capabilities of OpenNebula for production-grade cloud deployments. These extensions are delivered, installed and maintained independently from the main OpenNebula distribution.
* **SLA-based Support and Professional Services**: Enterprise customers are provided with secure, private support under a commercial SLA and access to OpenNebula Systems’ Professional Services for expert assistance with cloud deployment and maintenance.

## AI Factory Subscription

The **AI Factory Subscription** follows the same model as the Enterprise Subscription. It uses the same OpenNebula core platform and includes all Enterprise Edition benefits, while adding access to AI-specific extensions and support for AI infrastructure deployments.
An AI Factory Subscription includes:

* Access to Enterprise maintenance releases
* Professional support and SLAs
* Access to Enterprise Extensions
* Access to **AI Factory Extensions**

AI Factory Extensions are also delivered separately from the OpenNebula core platform through Enterprise channels and are installed independently. The extensions provide advanced capabilities for GPU-accelerated infrastructure, AI Clusters, and large-scale AI Factory deployments.
6 changes: 6 additions & 0 deletions layouts/_partials/sidebar-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,16 @@
</ul>
</nav>

{{ $editionsLink := "software/release_information/release_notes/editions/" | relURL -}}
{{ with .Site.GetPage "software/release_information/release_notes/editions" -}}
{{ $editionsLink = .RelPermalink -}}
{{ end -}}
<a href="{{ $editionsLink }}">
<aside class="sidebar-note" aria-label="Documentation note">
<p class="sidebar-note__line sidebar-note__line--primary"><span class="sidebar-note__badge">EE</span> Enterprise Extension</p>
<p class="sidebar-note__line"><span class="sidebar-note__badge">AE</span> AI Factory Extension</p>
</aside>
</a>
</div>
{{ define "section-tree-nav-section" -}}
{{ $s := .section -}}
Expand Down
Loading