From fb348caee3592729c8b64f56d0dfa91f80fbc9d6 Mon Sep 17 00:00:00 2001 From: shashik Date: Thu, 25 Jul 2019 11:06:42 +0530 Subject: [PATCH] PR comments resolved --- docs/docsite/rst/network/user_guide/platform_icx.rst | 1 - docs/docsite/rst/network/user_guide/platform_index.rst | 2 -- lib/ansible/plugins/cliconf/icx.py | 4 ++-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/docsite/rst/network/user_guide/platform_icx.rst b/docs/docsite/rst/network/user_guide/platform_icx.rst index 25ef2f2b733..87a93bf7ca1 100644 --- a/docs/docsite/rst/network/user_guide/platform_icx.rst +++ b/docs/docsite/rst/network/user_guide/platform_icx.rst @@ -32,7 +32,6 @@ Connections Available | **Returned Data Format** | ``stdout[0].`` | +---------------------------+-----------------------------------------------+ -For legacy playbooks, ICX still supports ``ansible_connection: local``. We recommend modernizing to use ``ansible_connection: network_cli`` as soon as possible. Using CLI in Ansible ==================== diff --git a/docs/docsite/rst/network/user_guide/platform_index.rst b/docs/docsite/rst/network/user_guide/platform_index.rst index 33dff464741..563fd69a118 100644 --- a/docs/docsite/rst/network/user_guide/platform_index.rst +++ b/docs/docsite/rst/network/user_guide/platform_index.rst @@ -49,8 +49,6 @@ Settings by Platform +-------------------+-------------------------+-------------+---------+---------+----------+ | Cisco IOS XR* | ``iosxr`` | ✓ | | | ✓ | +-------------------+-------------------------+-------------+---------+---------+----------+ -| Cisco IOS XR* | ``iosxr`` | ✓ | | | ✓ | -+-------------------+-------------------------+-------------+---------+---------+----------+ | Cisco NX-OS* | ``nxos`` | ✓ | | ✓ | ✓ | +-------------------+-------------------------+-------------+---------+---------+----------+ | Dell OS6 | ``dellos6`` | ✓ | | | ✓ | diff --git a/lib/ansible/plugins/cliconf/icx.py b/lib/ansible/plugins/cliconf/icx.py index 578073153ad..722388b1c15 100644 --- a/lib/ansible/plugins/cliconf/icx.py +++ b/lib/ansible/plugins/cliconf/icx.py @@ -8,9 +8,9 @@ DOCUMENTATION = """ --- author: Ruckus Wireless (@Commscope) cliconf: icx -short_description: Use icx cliconf to run command on Cisco ICX platform +short_description: Use icx cliconf to run command on Ruckus ICX platform description: - - This icx plugin provides low level abstraction apis for + - This icx plugin provides low level abstraction APIs for sending and receiving CLI commands from Ruckus ICX network devices. version_added: "2.9" """