Skip to content

Commit

Permalink
M #-: More changes in Quick Start (#2679)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1ade902)
  • Loading branch information
imllorente authored and tinova committed Sep 14, 2023
1 parent c77d384 commit 41f4359
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source/quick_start/deployment_basics/try_opennebula_on_kvm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ Download

miniONE can be downloaded by completing the form `here <https://opennebula.io/get-minione>`__.

Deployment of Front-End
=======================

.. important::

Unless specified, all commands below should be executed under privileged user **root**.
Expand All @@ -67,6 +64,9 @@ Various command line parameters passed to the miniONE tool can customize the dep

In most cases, it's not necessary to specify anything, simply proceed with installation.

Deployment of Front-End
=======================

Run the following command under the privileged user **root** to get ready the all-in-one OpenNebula Front-end installation:

.. prompt:: bash # auto
Expand All @@ -89,18 +89,18 @@ Be patient, it should take only a few minutes to get the Host prepared. The main
The OpenNebula Front-end is now ready for evaluation.

.. note:: miniONE offers more functionality. You can install OpenNebula with a KVM Host if you have a processor virtualization capabilities. Just drop the --Front-end flag to enable this if interested.
.. note:: miniONE offers more functionality. You can install OpenNebula with a KVM Host (next section) if you have a processor with virtualization capabilities. Just drop the --Front-end flag to enable this if interested.

Deployment of Front-End and KVM Node Cloud
==========================================
Deployment of Front-End and KVM Node
====================================

Run the following commands to deploy an evaluation cloud with a front-end and a single KVM node:

.. prompt:: bash # auto

# sudo bash minione

This option is suitable for bare-metal hosts to utilize HW virtualization, however the deployment will fallback to emulation (QEMU) if running on virtual machine or CPU without the virt. capabilities.
This option is suitable for bare-metal hosts to utilize HW virtualization. The deployment will fallback to emulation (QEMU) if running on virtual machine or CPU without virtualization capabilities.

Validation
==========
Expand Down

0 comments on commit 41f4359

Please sign in to comment.