From ed9c7c9fb8cb423b3dca33d6adf0ccc31fb65a3d Mon Sep 17 00:00:00 2001 From: Mike Wiebe Date: Wed, 20 Mar 2019 13:33:48 -0400 Subject: [PATCH] Add platform support matrix (#54032) * Add platform support matrix * Update docs/docsite/rst/network/user_guide/platform_nxos.rst Co-Authored-By: mikewiebe * Update docs/docsite/rst/network/user_guide/platform_nxos.rst Co-Authored-By: mikewiebe * Update docs/docsite/rst/network/user_guide/platform_nxos.rst Co-Authored-By: mikewiebe --- .../rst/network/user_guide/platform_nxos.rst | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/docs/docsite/rst/network/user_guide/platform_nxos.rst b/docs/docsite/rst/network/user_guide/platform_nxos.rst index 64613cdd799..ebf75a552fb 100644 --- a/docs/docsite/rst/network/user_guide/platform_nxos.rst +++ b/docs/docsite/rst/network/user_guide/platform_nxos.rst @@ -122,3 +122,36 @@ Example NX-API Task In this example the ``proxy_env`` variable defined in ``group_vars`` gets passed to the ``environment`` option of the module used in the task. .. include:: shared_snippets/SSH_warning.txt + +Cisco Nexus Platform Support Matrix +=================================== + +The following platforms and software versions have been certified by Cisco to work with this version of Ansible. + + .. table:: Platform / Software Mininum Requirements + :widths: auto + :align: center + + =================== ===================== + Supported Platforms Minimum NX-OS Version + =================== ===================== + Cisco Nexus N3k 7.0(3)I2(5) and later + Cisco Nexus N9k 7.0(3)I2(5) and later + Cisco Nexus N5k 7.3(0)N1(1) and later + Cisco Nexus N6k 7.3(0)N1(1) and later + Cisco Nexus N7k 7.3(0)D1(1) and later + =================== ===================== + + .. table:: Platform Models + :widths: auto + :align: center + + ======== =========== + Platform Description + ======== =========== + N3k Support includes N30xx, N31xx and N35xx models + N5k Support includes all N5xxx models + N6k Support includes all N6xxx models + N7k Support includes all N7xxx models + N9k Support includes all N9xxx models + ======== ===========