Skip to content

Commit

Permalink
F OpenNebula/one#6642: Documentation for 6.10 active components (Open…
Browse files Browse the repository at this point in the history
…Nebula#2982)

Signed-off-by: Pedro Ielpi <[email protected]>
Co-authored-by: Tino Vázquez <[email protected]>
  • Loading branch information
pedroielpi3 and tinova authored Jul 16, 2024
1 parent 6622657 commit 5d03a4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ Using the CLI, you can list and import images using these commands:
$ onemarketapp list
ID NAME VERSION SIZE STAT TYPE REGTIME MARKET ZONE
[...]
42 alpine-vrouter (KVM) 1.0.3 256M rdy img 03/10/16 OpenNebula Public 0
43 alpine-vrouter (vcenter) 1.0 256M rdy img 03/10/16 OpenNebula Public 0
43 alpine-vrouter 1.0.3 256M rdy img 03/10/16 OpenNebula Public 0
44 CoreOS alpha 1000.0.0 245M rdy img 04/03/16 OpenNebula Public 0
45 Devuan 1.0 Beta 8M rdy img 05/03/16 OpenNebula Public 0
$ onemarketapp export Devuan Devuan --datastore default
Expand Down
6 changes: 4 additions & 2 deletions source/management_and_operations/references/template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ Virtual Machine Template

A template file consists of a set of attributes that defines a Virtual Machine. Using the command ``onetemplate create``, a template can be registered in OpenNebula to be instantiated later. For compatibility with previous versions, you can also create a new Virtual Machine directly from a template file, using the ``onevm create`` command.

.. warning:: There are some template attributes that can compromise the security of the system or the security of other VMs, and can be used **only** by users in the oneadmin group. These attributes can be configured in :ref:`oned.conf <oned_conf>`, the default ones are labeled with ``*`` in the following tables. See the complete list in the :ref:`Restricted Attributes <template_restricted_attributes>` section.
.. warning:: Some template attributes can compromise the security of the system or the security of other VMs, and can be used **only** by users in the ``oneadmin`` group. These attributes can be configured in :ref:`oned.conf <oned_conf>`. In the following tables, default attributes are marked with ``*``. For the complete list, see the :ref:`Restricted Attributes <img_template_restricted_attributes>` section.

.. note:: If not explicitly stated, the described attributes are valid for all supported hypervisors.

.. important:: The vCenter driver is a legacy component, and no longer receives updates or bug fixes.

Syntax
================================================================================

Expand Down Expand Up @@ -1038,7 +1040,7 @@ The syntax of the rank expressions is defined as:
| '-' expr
| '(' expr ')'
Rank expressions are evaluated using each host information. '+', '-', '\*', '/' and '-' are arithmetic operators. The rank expression is calculated using floating point arithmetics, and then round to an integer value.
Rank expressions are evaluated using each host information. '+', '-', '\*', '/' and '-' are arithmetic operators. The rank expression is calculated using floating point arithmetic, and then rounded to an integer value.

.. warning:: The rank expression is evaluated for each host, those hosts with a higher rank are used first to start the VM. The rank policy must be implemented by the scheduler. Check the configuration guide to configure the scheduler.

Expand Down

0 comments on commit 5d03a4e

Please sign in to comment.