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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/axelera_ai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/backup_restore_vms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/basic_vm_operations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/clusters_oneform.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/create_manage_vdcs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/disk_vm_snapshots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/frontend_ha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/import_ova.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/install_minione.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/migrate_vm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/minione_oneform.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/native_netapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/nvidia_nico.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/one_llm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/oneks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/oneslurm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/oneslurm_hpc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/oneswap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screencasts/resizing_running_vm.png
Binary file added assets/images/screencasts/run_linux_workloads.png
Binary file added assets/images/screencasts/users_groups_views.png
Binary file added assets/images/screencasts/vm_ha.png
Binary file added assets/images/screencasts/vnet_management.png
Binary file added assets/images/screencasts/windows_vm_template.png
2 changes: 1 addition & 1 deletion assets/scss/banner/_styles_project_banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
linear-gradient(var(--docs-home-banner-grid) 1px, transparent 1px),
linear-gradient(90deg, var(--docs-home-banner-grid) 1px, transparent 1px);
background-size: 48px 48px;
opacity: 0.35;
opacity: 0.45;
transform: rotate(-15deg);
transform-origin: center;
}
Expand Down
4 changes: 1 addition & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ hide_feedback: true
no_list: true
---

[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/).
[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. Visit the [OpenNebula website](https://opennebula.io/) for additional resources including [white papers](https://opennebula.io/white-papers/), [webinars](https://opennebula.io/webinars/), [screencasts](https://opennebula.io/screencasts/) and the [OpenNebula blog](https://opennebula.io/blog/). You can also interact with the OpenNebula team and user community through the [OpenNebula Community Forum](https://forum.opennebula.io/).

{{< dashboard >}}
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Make the `minione` script executable:
chmod +x minione
```

Now run the installation script, choosing one of the following options as appropriate:
Now run the installation script, choosing one (or more) of the following options as appropriate:

* **Front-end only**:

Expand All @@ -113,6 +113,14 @@ Now run the installation script, choosing one of the following options as approp
./minione --lxc
```

* **Enterprise subscription customers**:

If you have an [Enterprise Subscription]({{% relref "software/release_information/release_notes/subscriptions/" %}}), use the `--enterprise` option to ensure you install the latest OpenNebula packages including the maintenance releases:

```bash
./minione --enterprise <token>
```


{{< alert title="Tip" type="primary" >}} miniONE will create credentials with a randomized password for logging into the Sunstone UI. You can use the `--password` option to enter a secure and memorable password of your own: `./minione --password <password>`{{< /alert >}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,78 +16,82 @@ screencast updates.
## Introduction and Getting Started

<div class="screencast-grid">
{{< screencast id="YdZQlqvJHHQ" title="Introduction to OpenNebula" >}}
{{< screencast id="YdZQlqvJHHQ" title="Introduction to OpenNebula" thumbnail="opennebula_introduction.png">}}
{{< screencast id="fMfUoG8JIjE" title="Discover OpenNebula - The Open Source Cloud & Edge Computing Platform" thumbnail="discover_openNebula.png" >}}
{{< screencast id="LLa2nS1irPM" title="Install OpenNebula Using miniONE" >}}
{{< screencast id="xd4v8fHx14I" title="Production Deployment with miniONE and OneForm" >}}
{{< screencast id="LLa2nS1irPM" title="Install OpenNebula Using miniONE" thumbnail="install_minione.png">}}
{{< screencast id="xd4v8fHx14I" title="Production Deployment with miniONE and OneForm" thumbnail="minione_oneform.png">}}
</div>

## Virtual Machines

<div class="screencast-grid">
{{< screencast id="j6e0y4ShrMk" title="Basic VM Operations in OpenNebula" >}}
{{< screencast id="USXYzwah7Fs" title="Disk and VM Snapshots in OpenNebula" >}}
{{< screencast id="PQs15vy5WC8" title="Migrate a VM in OpenNebula" >}}
{{< screencast id="vI5F7ok-TYM" title="Resizing a Running Virtual Machine in OpenNebula" >}}
{{< screencast id="NaeiaSa0vuM" title="Build a Windows VM Template and Image" >}}
{{< screencast id="182NyVvb5Zg" title="Run Linux OS Workloads in OpenNebula" >}}
{{< screencast id="j6e0y4ShrMk" title="Basic VM Operations in OpenNebula" thumbnail="basic_vm_operations.png">}}
{{< screencast id="USXYzwah7Fs" title="Disk and VM Snapshots in OpenNebula" thumbnail="disk_vm_snapshots.png">}}
{{< screencast id="PQs15vy5WC8" title="Migrate a VM in OpenNebula" thumbnail="migrate_vm.png">}}
{{< screencast id="vI5F7ok-TYM" title="Resizing a Running Virtual Machine in OpenNebula" thumbnail="resizing_running_vm.png">}}
{{< screencast id="NaeiaSa0vuM" title="Build a Windows VM Template and Image" thumbnail="windows_vm_template.png">}}
{{< screencast id="182NyVvb5Zg" title="Run Linux OS Workloads in OpenNebula" thumbnail="run_linux_workloads.png">}}
</div>

## Virtual Networks

<div class="screencast-grid">
{{< screencast id="ThxGVlC7Jq8" title="Virtual Network Management in OpenNebula" >}}
{{< screencast id="azJ-1Ho3nOA" title="Virtual Network Security Groups in OpenNebula" >}}
{{< screencast id="uEmSZDV3y_M" title="Disk and vNIC Operations on a Running VM in OpenNebula" >}}
{{< screencast id="ThxGVlC7Jq8" title="Virtual Network Management in OpenNebula" thumbnail="vnet_management.png">}}
{{< screencast id="azJ-1Ho3nOA" title="Virtual Network Security Groups in OpenNebula" thumbnail="vnet_security_groups.png">}}
{{< screencast id="uEmSZDV3y_M" title="Disk and vNIC Operations on a Running VM in OpenNebula" thumbnail="disk_vnic_operations.png">}}
</div>

## Storage and Backup

<div class="screencast-grid">
{{< screencast id="iBfnZSJ9rQw" title="Adding New Datastores in OpenNebula" >}}
{{< screencast id="kJRBuG2-JLo" title="Backup and Restore Virtual Machines in OpenNebula" >}}
{{< screencast id="h2Qp1AoZqz0" title="Integrate OpenNebula and Veeam® Backup & Replication" >}}
{{< screencast id="WoAuDt3KZ3I" title="Native NetApp Integration with OpenNebula" >}}
{{< screencast id="iBfnZSJ9rQw" title="Adding New Datastores in OpenNebula" thumbnail="adding_new_datastores.png">}}
{{< screencast id="kJRBuG2-JLo" title="Backup and Restore Virtual Machines in OpenNebula" thumbnail="backup_restore_vms.png">}}
{{< screencast id="h2Qp1AoZqz0" title="Integrate OpenNebula and Veeam® Backup & Replication" thumbnail="opennebula_veeam_backup.png">}}
{{< screencast id="WoAuDt3KZ3I" title="Native NetApp Integration with OpenNebula" thumbnail="native_netapp.png">}}
</div>

## Secure Multi-Tenancy

<div class="screencast-grid">
{{< screencast id="9x-orCQ68Qw" title="Users, Groups, and Views in OpenNebula" >}}
{{< screencast id="NmR0XSds3Fg" title="Create and Manage Virtual Datacenters in OpenNebula" >}}
{{< screencast id="wAd9YpFJnq4" title="Enforcing Resource Quotas in OpenNebula" >}}
{{< screencast id="g03gKz_rG04" title="Managing Custom Sunstone Views in OpenNebula" >}}
{{< screencast id="9x-orCQ68Qw" title="Users, Groups, and Views in OpenNebula" thumbnail="users_groups_views.png">}}
{{< screencast id="NmR0XSds3Fg" title="Create and Manage Virtual Datacenters in OpenNebula" thumbnail="create_manage_vdcs.png">}}
{{< screencast id="wAd9YpFJnq4" title="Enforcing Resource Quotas in OpenNebula" thumbnail="enforcing_resource_quotas.png">}}
{{< screencast id="g03gKz_rG04" title="Managing Custom Sunstone Views in OpenNebula" thumbnail="custom_sunstone_views.png">}}
</div>

## High Availability and Resources

<div class="screencast-grid">
{{< screencast id="cLvmSUUZh1Y" title="OpenNebula Frontend High Availability" >}}
{{< screencast id="ea8nGH4bvWQ" title="Virtual Machine High Availability in OpenNebula" >}}
{{< screencast id="HuHqGAwNzW8" title="Optimizing Infrastructure at Scale with OpenNebula’s AI-Powered DRS" thumbnail="ai_drs.png" >}}
{{< screencast id="cLvmSUUZh1Y" title="OpenNebula Frontend High Availability" thumbnail="frontend_ha.png">}}
{{< screencast id="ea8nGH4bvWQ" title="Virtual Machine High Availability in OpenNebula" thumbnail="vm_ha.png">}}
{{< screencast id="HuHqGAwNzW8" title="Optimizing Infrastructure at Scale with OpenNebula’s AI-Powered DRS" thumbnail="optimizing_infra_ha.png" >}}
</div>

## VMware Migration

<div class="screencast-grid">
{{< screencast id="xW65OIzpu2c" title="Import OVA Images to OpenNebula" >}}
{{< screencast id="UkPzfjtmcRY" title="Migrate from VMware to OpenNebula with OneSwap" >}}
{{< screencast id="xW65OIzpu2c" title="Import OVA Images to OpenNebula" thumbnail="import_ova.png">}}
{{< screencast id="UkPzfjtmcRY" title="Migrate from VMware to OpenNebula with OneSwap" thumbnail="oneswap.png">}}
</div>

## Kubernetes and Hybrid Cloud
## Kubernetes

<div class="screencast-grid">
{{< screencast id="LWtFQgM8WXQ" title="OpenNebula Kubernetes Service" >}}
{{< screencast id="qhgdeehNnZE" title="Provisioning Clusters with OneForm" >}}
{{< screencast id="LWtFQgM8WXQ" title="OpenNebula Kubernetes Service" thumbnail="oneks.png">}}
</div>

## Hybrid Cloud
<div class="screencast-grid">
{{< screencast id="qhgdeehNnZE" title="Provisioning Clusters with OneForm" thumbnail="clusters_oneform.png">}}
</div>

## AI Factories

<div class="screencast-grid">
{{< screencast id="yWMkS3PJRIw" title="Feature Preview: OneLLM - Elastic LLM Inference Service" >}}
{{< screencast id="cydQZE3Rbtg" title="Feature Preview: OneSlurm—HPC Cluster Management" >}}
{{< screencast id="le3Spyzvm8I" title="Multi-tenant AI Factory on NVIDIA GB200 NVL4 with InfiniBand" >}}
{{< screencast id="uq4x4aECl4M" title="Elastic Capacity Management for Slurm & Kubernetes Clusters Sharing AI Factory Infrastructure" >}}
{{< screencast id="0fBTPehhOzU" title="Enabling Axelera AI Accelerators as a Service in Sovereign AI Factories" >}}
{{< screencast id="F8eez2FZvxA" title="Introducing Bare Metal-as-a-Service with OpenNebula and NVIDIA NICo" >}}
{{< screencast id="yWMkS3PJRIw" title="Feature Preview: OneLLM - Elastic LLM Inference Service" thumbnail="one_llm.png">}}
{{< screencast id="cydQZE3Rbtg" title="Feature Preview: OneSlurm—HPC Cluster Management" thumbnail="oneslurm_hpc.png" >}}
{{< screencast id="le3Spyzvm8I" title="Multi-tenant AI Factory on NVIDIA GB200 NVL4 with InfiniBand" thumbnail="multi_tenant_ai_factory.png">}}
{{< screencast id="uq4x4aECl4M" title="Elastic Capacity Management for Slurm & Kubernetes Clusters Sharing AI Factory Infrastructure" thumbnail="elastic_capacity_slurm.png">}}
{{< screencast id="0fBTPehhOzU" title="Enabling Axelera AI Accelerators as a Service in Sovereign AI Factories" thumbnail="axelera_ai.png">}}
{{< screencast id="F8eez2FZvxA" title="Introducing Bare Metal-as-a-Service with OpenNebula and NVIDIA NICo" thumbnail="nvidia_nico.png">}}
</div>
18 changes: 15 additions & 3 deletions layouts/_partials/home-banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{{- $isLatestStable := eq $version .Site.Params.latest_stable_version -}}
{{- $whatsNewURL := "software/release_information/release_notes/whats_new/" | relURL -}}
{{- $releaseNotesURL := "software/release_information/release_notes/" | relURL -}}
{{- $getStartedURL := "getting_started/install_opennebula/evaluation/" | relURL -}}
{{- with .Site.GetPage "software/release_information/release_notes/whats_new" -}}
{{- $whatsNewURL = .RelPermalink -}}
{{- end -}}
Expand Down Expand Up @@ -35,18 +36,29 @@ <h1 id="docs-home-banner-title" class="docs-home-banner__title">
<p class="docs-home-banner__description">
What's new? Everything. Explore the latest features, updates, and release notes — all in one place.
</p>
{{- else -}}
<p class="docs-home-banner__description">
The Open Platform for Sovereign Cloud Infrastructure
</p>
{{- end }}
<div class="docs-home-banner__actions">
<a class="docs-home-banner__button" href="{{ if $isLatestStable }}{{ $whatsNewURL }}{{ else }}{{ $releaseNotesURL }}{{ end }}">
<a class="docs-home-banner__button" href="{{ if $isLatestStable }}{{ $whatsNewURL }}{{ else }}{{ $getStartedURL }}{{ end }}">
{{ if $isLatestStable -}}
See what's new in OpenNebula {{ $version }}
{{- else -}}
Read the OpenNebula {{ $version }} release notes
Get Started with OpenNebula {{ $version }}
{{- end }}
</a>
{{ if $isLatestStable -}}
<a class="docs-home-banner__link" href="{{ $getStartedURL }}">
<span>Try OpenNebula {{ $version }}</span>
<svg class="docs-home-banner__arrow" viewBox="0 0 20 12" aria-hidden="true" focusable="false">
<path d="M1 6h17M13 1l5 5-5 5"></path>
</svg>
</a>
{{- else -}}
<a class="docs-home-banner__link" href="{{ $releaseNotesURL }}">
<span>Read the release notes</span>
<span>See the release notes</span>
<svg class="docs-home-banner__arrow" viewBox="0 0 20 12" aria-hidden="true" focusable="false">
<path d="M1 6h17M13 1l5 5-5 5"></path>
</svg>
Expand Down
Loading