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
4 changes: 2 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ no_list: true

# Welcome to OpenNebula {{< version >}}

[OpenNebula](https://opennebula.io) is a powerful, but easy-to-use open source platform for enterprise, private, hybrid or edge cloud infrastructure. OpenNebula focuses on simplicity, flexibility, scalability and vendor independence.
This site contains the OpenNebula technical documentation. For additional resources, see the [OpenNebula Community Forum](https://forum.opennebula.io/) and [blog](https://opennebula.io/blog/).
[OpenNebula](https://opennebula.io) is a powerful, easy-to-use open source platform for enterprise, private, hybrid or edge cloud infrastructure. OpenNebula focuses on simplicity, flexibility, scalability and vendor independence.
This site contains the OpenNebula technical documentation. For additional resources, visit the [OpenNebula Community Forum](https://forum.opennebula.io/) and [blog](https://opennebula.io/blog/).
To access additional material including white papers, guides and screencasts, see [Official Guides](https://opennebula.io/docs/).

{{< dashboard >}}
4 changes: 2 additions & 2 deletions content/getting_started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ title: "Getting Started"
linkTitle: "Getting Started"
type: docs
date: "2025-02-17"
description: "Conceptual overviews to understand the platform and its architecture, followed by practical guidance on cloud design and deployment. Step-by-step tutorials help you quickly install and explore OpenNebula using tools like miniONEideal for evaluation and testing, and easily extendable to hybrid cloud environments and Kubernetes workloads."
description: "Conceptual overviews to understand the platform and its architecture, followed by practical guidance on cloud design and deployment. Step-by-step tutorials help you quickly install and explore OpenNebula using tools like miniONEideal for evaluation and testing, and easily extendable to hybrid cloud environments and Kubernetes workloads."
categories:
#no_list: true
pageintoc: "1"
tags:
weight: "1"
dashboard_icon_light: "images/dashboard/light/getting_started.svg"
dashboard_icon_dark: "images/dashboard/dark/getting_started.svg"
dashboard_description: "Gain a high-level view of OpenNebula, and easily deploy a cloud for evaluation and testing."
dashboard_description: "Get a high-level view of OpenNebula and easily deploy a cloud for evaluation and testing."
---

<a id="cloud-installation"></a>
2 changes: 1 addition & 1 deletion content/getting_started/try_opennebula/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Try OpenNebula"
linkTitle: "Quick Start"
date: "2025-02-17"
description: "Sequential tutorials to help you install and explore OpenNebula in just a few minutes. Whether you’re evaluating the platform, testing key features, or preparing for a future production deployment, these guides will help you get started quickly and efficiently"
description: "Guides and tutorials to help you install and explore OpenNebula in just a few minutes. Whether you’re evaluating the platform, testing key features, or preparing for a future production deployment, these guides will help you get started quickly and efficiently."
categories:
pageintoc: "13"
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Extend OpenNebula On-prem with Hybrid Cloud"
description: "Extend your on-premises infrastructure into a hybrid cloud environment, combining local resources with public or sovereign cloud providers to enable dynamic scaling, improved availability, and cost-optimized resource usage while maintaining full control, consistent operations, and data sovereignty"
description: "Extend your on-premises infrastructure into a hybrid cloud environment, combining local resources with public or sovereign cloud providers to enable dynamic scaling, improved availability, and cost-optimized resource usage while maintaining full control, consistent operations, and data sovereignty."
toc_hide: true
draft: true
weight: 3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "OpenNebula On-prem with OnePoC ISO"
description: "For faster evaluations or more controlled Proof-of-Concept (PoC) environments, you can use the OpenNebula PoC ISO. This ready-to-use image allows you to boot into a preconfigured OpenNebula setup without needing to install anything manually. It’s ideal for testing on physical hardware, lab environments, or air-gapped systems, and is especially useful when you want to showcase key features with minimal setup effort"
description: "For faster evaluations or more controlled Proof-of-Concept (PoC) environments, you can use the OpenNebula PoC ISO. This ready-to-use image allows you to boot into a preconfigured OpenNebula setup without needing to install anything manually. It’s ideal for testing on physical hardware, lab environments, or air-gapped systems, and is especially useful when you want to showcase key features with minimal setup effort."
toc_hide: true
draft: true
weight: 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "OpenNebula Sandbox deployment"
linkTitle: "OpenNebula deployment"
description: "These tutorials cover the deployment of a Sandbox environment to quickly try out OpenNebula out of the box features. There are two main mechanisms: using miniONE script or using a ISO which includes the OS as well. After following one of them, all the necessary components to manage and run VMs will be installed and configured on your system."
title: "OpenNebula Sandbox Deployment"
linkTitle: "OpenNebula Deployment"
description: "Deploy OpenNebula in a Sandbox environment for rapid evaluation and testing using the miniONE installer or the OpenNebula PoC ISO image."
type: docs
weight: 1
---
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Congratulations! You've now installed an OpenNebula Front-end on an AWS instance

Now that you have a working miniONE OpenNebula installation, we suggest that you explore OpenNebula's functionality further with the following guides:

* [Deploy a WordPress virtual machine]({{% relref "/getting_started/try_opennebula/opennebula_sandbox_deployment/validate_the_environment.md#downloading-and-deploying-a-virtual-machine" %}})
* [Deploy a Kubernetes cluster with the OneKE appliance]({{% relref "/getting_started/try_opennebula/try_kubernetes_on_opennebula/running_kubernetes_clusters.md" %}})
* [Deploy a Kubernetes cluster using Rancher and the Cluster API]({{% relref "/getting_started/try_opennebula/try_kubernetes_on_opennebula/managing_k8s_with_rancher" %}})
* [Deploy a WordPress Virtual Machine]({{% relref "/getting_started/try_opennebula/opennebula_sandbox_deployment/validate_the_environment.md#downloading-and-deploying-a-virtual-machine" %}})
* [Deploy a Kubernetes Cluster with the OneKE appliance]({{% relref "/getting_started/try_opennebula/try_kubernetes_on_opennebula/running_kubernetes_clusters.md" %}})
* [Deploy a Kubernetes Cluster using Rancher and the Cluster API]({{% relref "/getting_started/try_opennebula/try_kubernetes_on_opennebula/managing_k8s_with_rancher" %}})
* [Further validate your miniONE installation]({{% relref "/getting_started/try_opennebula/opennebula_sandbox_deployment/validate_the_environment.md" %}}) and learn how to download appliances from the [OpenNebula Marketplace](https://marketplace.opennebula.io/)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Deploy OpenNebula on-prem with miniONE"
linkTitle: "Install miniONE on-prem"
title: "Deploy OpenNebula On-prem with miniONE"
linkTitle: "Install miniONE On-prem"
date: "2025-02-17"
#description: "Install an OpenNebula Front-end and a KVM hypervisor on a single server in a few minutes, using **miniONE**, the installation script provided by OpenNebula."
categories: [Introduction, Evaluation, Learning]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "Try Kubernetes on OpenNebula"
linktitle: "Kubernetes on OpenNebula"
description: "Deploy a Kubernetes cluster on virtual machines -- on premises or in a hybrid cloud environment -- using tools like Rancher, or OpenNebula’s OneKE. Once the cluster is up and running, workloads can be deployed declaratively using YAML manifests, and managed through the kubectl CLI, dashboards, or CI/CD pipelines"
description: "Deploy Kubernetes Clusters quickly and easily using OpenNebula's streamlined Kubernetes appliances."
type: docs
weight: 4
---
Loading
Loading