From 9d8f8645e2fba9490e7e02ddd6bd0da465176f23 Mon Sep 17 00:00:00 2001 From: John Garbutt Date: Tue, 16 Nov 2021 12:27:07 +0000 Subject: [PATCH] docs: update switch list to include arista eos The support was added in this commit, but the docs were not updated: c6263dbfd4dfbac5f53a4fdd94b154811fbd0af6 Change-Id: Icfc5cbc80af1199ad00f78292c6228273af701aa --- .../reference/physical-network.rst | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/source/configuration/reference/physical-network.rst b/doc/source/configuration/reference/physical-network.rst index 38f9c9104..298b7ec05 100644 --- a/doc/source/configuration/reference/physical-network.rst +++ b/doc/source/configuration/reference/physical-network.rst @@ -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) `__) * 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) -------------------------