From bd886f1e4b39b80eb7db70776882b6970688a69c Mon Sep 17 00:00:00 2001 From: mattrowe-opennebula Date: Thu, 11 Jun 2026 14:32:52 +0200 Subject: [PATCH 1/3] F OpenNebula/one#7743: Added editions page --- .../release_notes/editions.md | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 content/software/release_information/release_notes/editions.md diff --git a/content/software/release_information/release_notes/editions.md b/content/software/release_information/release_notes/editions.md new file mode 100644 index 00000000..ab909e5c --- /dev/null +++ b/content/software/release_information/release_notes/editions.md @@ -0,0 +1,61 @@ +--- +title: "OpenNebula Editions and Subscription Options" +linkTitle: "Software Editions" +date: "2026-06-11" +description: +categories: +pageintoc: "247" +tags: +weight: "5" +--- + +OpenNebula is delivered through a single software distribution and code base. Organizations can choose between different subscription models that provide support, maintenance, and access to additional software extensions to meet varied operational and business requirements. +The OpenNebula documentation uses the following suffixes in page titles to identify which features are extensions related to a specific subscription or edition: + +* **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 + +## 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 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 and is not a separate product or code base. OpenNebula maintains a single software distribution, and the Community and Enterprise Editions share the same source code. +Enterprise Subscription holders have access to support services and software extensions that extend the capabilities of the core OpenNebula platform for production-grade cloud deployments. + +An Enterprise Subscription includes: + +* Access to Enterprise maintenance releases +* Professional support and SLAs +* Access to Enterprise Extensions + +The distinction comes after the initial release. Starting with the first maintenance release of a version, bug fixes, stability improvements, security updates, and maintenance releases are delivered through Enterprise channels to Enterprise subscribers. These maintenance releases do not introduce new functionality; they provide production-grade fixes and long-term maintenance for supported deployments. + +Enterprise Extensions are distributed separately from the OpenNebula core platform and are installed independently. Examples include: + +* NetApp storage integration +* LVM storage integration +* Everpure storage integration +* Veeam backup integration +* Elastic Kubernetes Service +* OneKS (OpenNebula Kubernetes Service) + +## 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. Examples include: + +* NVIDIA Spectrum-X integration +* NVIDIA Fabric Manager integration + +These extensions provide advanced capabilities for GPU-accelerated infrastructure, AI Clusters, and large-scale AI Factory deployments. From 4570c0da51f3ea54c117bf7fa3f0e28ae35feb00 Mon Sep 17 00:00:00 2001 From: mattrowe-opennebula Date: Mon, 15 Jun 2026 20:07:35 +0200 Subject: [PATCH 2/3] F OpenNebula/one#7743: Added editions page --- .../release_notes/editions.md | 51 +++++++------------ layouts/_partials/sidebar-tree.html | 6 +++ 2 files changed, 23 insertions(+), 34 deletions(-) diff --git a/content/software/release_information/release_notes/editions.md b/content/software/release_information/release_notes/editions.md index ab909e5c..cd4fa13b 100644 --- a/content/software/release_information/release_notes/editions.md +++ b/content/software/release_information/release_notes/editions.md @@ -6,56 +6,39 @@ description: categories: pageintoc: "247" tags: -weight: "5" +weight: "7" --- -OpenNebula is delivered through a single software distribution and code base. Organizations can choose between different subscription models that provide support, maintenance, and access to additional software extensions to meet varied operational and business requirements. -The OpenNebula documentation uses the following suffixes in page titles to identify which features are extensions related to a specific subscription or edition: +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 +* **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. +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 users have access to the latest OpenNebula releases and the full set of features included in the core platform. +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 and is not a separate product or code base. OpenNebula maintains a single software distribution, and the Community and Enterprise Editions share the same source code. -Enterprise Subscription holders have access to support services and software extensions that extend the capabilities of the core OpenNebula platform for production-grade cloud deployments. - -An Enterprise Subscription includes: - -* Access to Enterprise maintenance releases -* Professional support and SLAs -* Access to Enterprise Extensions +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: -The distinction comes after the initial release. Starting with the first maintenance release of a version, bug fixes, stability improvements, security updates, and maintenance releases are delivered through Enterprise channels to Enterprise subscribers. These maintenance releases do not introduce new functionality; they provide production-grade fixes and long-term maintenance for supported deployments. - -Enterprise Extensions are distributed separately from the OpenNebula core platform and are installed independently. Examples include: - -* NetApp storage integration -* LVM storage integration -* Everpure storage integration -* Veeam backup integration -* Elastic Kubernetes Service -* OneKS (OpenNebula Kubernetes Service) +* **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. +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. Examples include: - -* NVIDIA Spectrum-X integration -* NVIDIA Fabric Manager integration +* Access to **AI Factory Extensions** -These extensions provide advanced capabilities for GPU-accelerated infrastructure, AI Clusters, and large-scale AI Factory deployments. +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. diff --git a/layouts/_partials/sidebar-tree.html b/layouts/_partials/sidebar-tree.html index 632ed66f..395e7bc8 100644 --- a/layouts/_partials/sidebar-tree.html +++ b/layouts/_partials/sidebar-tree.html @@ -63,10 +63,16 @@ + {{ $editionsLink := "software/release_information/release_notes/editions/" | relURL -}} + {{ with .Site.GetPage "software/release_information/release_notes/editions" -}} + {{ $editionsLink = .RelPermalink -}} + {{ end -}} + + {{ define "section-tree-nav-section" -}} {{ $s := .section -}} From d815cb3ffe05ed7123c9eeb11b9304bc7649b528 Mon Sep 17 00:00:00 2001 From: mattrowe-opennebula Date: Mon, 15 Jun 2026 20:12:27 +0200 Subject: [PATCH 3/3] M #~: Adjusted sidebar note padding --- assets/scss/sidebar-tree/_styles_project_sidebar-tree.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/sidebar-tree/_styles_project_sidebar-tree.scss b/assets/scss/sidebar-tree/_styles_project_sidebar-tree.scss index 6b76691a..a136f56b 100644 --- a/assets/scss/sidebar-tree/_styles_project_sidebar-tree.scss +++ b/assets/scss/sidebar-tree/_styles_project_sidebar-tree.scss @@ -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;