diff options
author | Mike Wiebe <mwiebe@cisco.com> | 2019-03-20 13:33:48 -0400 |
---|---|---|
committer | Sandra McCann <samccann@redhat.com> | 2019-03-20 13:33:48 -0400 |
commit | ed9c7c9fb8cb423b3dca33d6adf0ccc31fb65a3d (patch) | |
tree | b7213a3f6fdce0a9effd45cc0f69070ccdf207b6 /docs | |
parent | 4ced1c693ca1ccfdea76826814ed0d35f5257c71 (diff) | |
download | ansible-ed9c7c9fb8cb423b3dca33d6adf0ccc31fb65a3d.tar.gz |
Add platform support matrix (#54032)
* Add platform support matrix
* Update docs/docsite/rst/network/user_guide/platform_nxos.rst
Co-Authored-By: mikewiebe <mwiebe@cisco.com>
* Update docs/docsite/rst/network/user_guide/platform_nxos.rst
Co-Authored-By: mikewiebe <mwiebe@cisco.com>
* Update docs/docsite/rst/network/user_guide/platform_nxos.rst
Co-Authored-By: mikewiebe <mwiebe@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/network/user_guide/platform_nxos.rst | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/docsite/rst/network/user_guide/platform_nxos.rst b/docs/docsite/rst/network/user_guide/platform_nxos.rst index 64613cdd79..ebf75a552f 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 + ======== =========== |