Skip to content

Commit

Permalink
M #-: Re-order minione frontend/kvm, add discalmer (#2722)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1f41847)
  • Loading branch information
xorel authored and tinova committed Oct 24, 2023
1 parent e79afb7 commit 6b718cb
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions source/quick_start/deployment_basics/try_opennebula_on_kvm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,24 @@ 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 and KVM Node
====================================
Deploy Front-End only
=====================

This option installs OpenNebula frontend and prepares it to provision hypervisor node on one of the providers with OneProvision later.

Run the following command under the privileged user **root**

.. important::

In this case, FireEdge and OneGate endpoints expose HTTP on public interface, keep in mind MiniONE is just an evaluation tool.

.. prompt:: bash # auto

# sudo bash minione --frontend


Deploy Front-End and KVM Node
=============================

Run the following command under the privileged user **root** to deploy an evaluation cloud with an all-in-one front-end and a single KVM node:

Expand Down Expand Up @@ -95,15 +111,6 @@ The OpenNebula Front-end and local KVM node are now ready for evaluation.

.. note:: miniONE offers more functionality. For example, you can install an OpenNebula front-end without a KVM Host (next section). Just add the --Front-end flag to enable this if interested.

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

If you do not want to create a local KVM node, run the following command to get ready the OpenNebula Front-end installation:

.. prompt:: bash # auto

# sudo bash minione --frontend

Validation
==========

Expand Down

0 comments on commit 6b718cb

Please sign in to comment.