From 8350cd01faa39c6ce9cc3f8a1ad201e00e18eb4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Ram=C3=ADrez=20Baena?= Date: Tue, 15 Oct 2024 11:38:08 +0200 Subject: [PATCH 1/2] Update provisioning_edge_cluster.rst It looks that we refer here `oneadmin` as a command instead of as an user. --- .../quick_start/operation_basics/provisioning_edge_cluster.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/quick_start/operation_basics/provisioning_edge_cluster.rst b/source/quick_start/operation_basics/provisioning_edge_cluster.rst index 308caa875e..490822e30b 100644 --- a/source/quick_start/operation_basics/provisioning_edge_cluster.rst +++ b/source/quick_start/operation_basics/provisioning_edge_cluster.rst @@ -224,7 +224,7 @@ First, log in to the Front-end node. .. tip:: If you installed the Front-end by following the :doc:`Quickstart with miniONE on AWS <../deployment_basics/try_opennebula_on_kvm>` tutorial, to log into the Front-end you will need to use the key stored in the PEM file that you obtained from AWS. For details, see :ref:`minione_log_in_to_ec2` in that tutorial. -On the Front-end node, use the ``oneadmin`` command to perform the following actions: +On the Front-end node, login as ``oneadmin`` user to perform the following actions: List clusters in the provision: ``oneprovision cluster list``. From a94d1e52478e805cdd225c41ed32d5d1e093f7f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Ram=C3=ADrez=20Baena?= Date: Tue, 15 Oct 2024 14:12:38 +0200 Subject: [PATCH 2/2] Update provisioning_edge_cluster.rst Corrects sentence with @pedroielpi3 suggestions :) --- .../quick_start/operation_basics/provisioning_edge_cluster.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/quick_start/operation_basics/provisioning_edge_cluster.rst b/source/quick_start/operation_basics/provisioning_edge_cluster.rst index 490822e30b..1a4efde516 100644 --- a/source/quick_start/operation_basics/provisioning_edge_cluster.rst +++ b/source/quick_start/operation_basics/provisioning_edge_cluster.rst @@ -224,7 +224,7 @@ First, log in to the Front-end node. .. tip:: If you installed the Front-end by following the :doc:`Quickstart with miniONE on AWS <../deployment_basics/try_opennebula_on_kvm>` tutorial, to log into the Front-end you will need to use the key stored in the PEM file that you obtained from AWS. For details, see :ref:`minione_log_in_to_ec2` in that tutorial. -On the Front-end node, login as ``oneadmin`` user to perform the following actions: +On the Front-end node, use the ``oneprovision`` command to perform the following actions: List clusters in the provision: ``oneprovision cluster list``.