Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F OpenNebula/one#6183: Document feature #2673

Merged
merged 1 commit into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added source/images/vnet_automatic_selection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,12 @@ To set the automatic selection mode, simply add the attribute ``NETWORK_MODE = "

NIC = [ NETWORK_MODE = "auto" ]

To do this via Sunstone you need to make sure the :ref:`sunstone view <suns_views>` you are using has the parameter ``automatic_selection_vnet`` set to ``true``.

|vnet_automatic_selection|

.. |vnet_automatic_selection| image:: /images/vnet_automatic_selection.png

Also you can add SCHED_REQUIREMENTS and SCHED_RANK when this mode is activated. This will let you specify which networks can be used for a specific NIC (``SCHED_REQUIREMENTS``) and what are you preferences (``SCHED_RANK``) to select a network among the suitable ones.

.. code::
Expand Down
Loading