docs: update switch list to include arista eos

The support was added in this commit, but the docs were not updated:
c6263dbfd4

Change-Id: Icfc5cbc80af1199ad00f78292c6228273af701aa
This commit is contained in:
John Garbutt 2021-11-16 12:27:07 +00:00 committed by Pierre Riteau
parent b77033970a
commit 9d8f8645e2

View File

@ -14,6 +14,7 @@ configure`` command. See :ref:`physical-network` for details.
The following switch operating systems are currently supported:
* Arista EOS
* Cumulus Linux (via `Network Command Line Utility (NCLU)
<https://docs.nvidia.com/networking-ethernet-software/cumulus-linux-44/System-Configuration/Network-Command-Line-Utility-NCLU/>`__)
* Dell OS 6
@ -175,6 +176,26 @@ example:
Device-specific Configuration Variables
=======================================
Arista EOS
----------
Configuration for these devices is applied using the ``arista-switch`` Ansible
role in Kayobe. The role configures Arista switches using the ``eos`` Ansible
modules.
``switch_type`` should be set to ``arista``.
Provider
^^^^^^^^
* ``ansible_host`` is the hostname or IP address. Optional.
* ``ansible_user`` is the SSH username.
* ``ansible_ssh_pass`` is the SSH password.
* ``switch_auth_pass`` is the 'enable' password.
Cumulus Linux (with NCLU)
-------------------------