From 41f43594421f90db0b8326da306e29efe3195a8a Mon Sep 17 00:00:00 2001 From: "Ignacio M. Llorente" Date: Thu, 14 Sep 2023 10:52:02 +0200 Subject: [PATCH] M #-: More changes in Quick Start (#2679) (cherry picked from commit 1ade902be1bbef5f0673f8c16d913dcb2669e78e) --- .../deployment_basics/try_opennebula_on_kvm.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/quick_start/deployment_basics/try_opennebula_on_kvm.rst b/source/quick_start/deployment_basics/try_opennebula_on_kvm.rst index fa6a80cfd..42d511b2e 100644 --- a/source/quick_start/deployment_basics/try_opennebula_on_kvm.rst +++ b/source/quick_start/deployment_basics/try_opennebula_on_kvm.rst @@ -52,9 +52,6 @@ Download miniONE can be downloaded by completing the form `here `__. -Deployment of Front-End -======================= - .. important:: Unless specified, all commands below should be executed under privileged user **root**. @@ -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 @@ -89,10 +89,10 @@ 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: @@ -100,7 +100,7 @@ Run the following commands to deploy an evaluation cloud with a front-end and a # 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 ==========