From dd0140dfed55fe8e30699c5f976181f25513f005 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Wed, 14 Mar 2018 13:24:31 +0100 Subject: [PATCH] Add a note to iosxr_(command|config|facts) stating netconf is not supported (#37394) --- lib/ansible/modules/network/iosxr/iosxr_command.py | 1 + lib/ansible/modules/network/iosxr/iosxr_config.py | 1 + lib/ansible/modules/network/iosxr/iosxr_facts.py | 3 +++ 3 files changed, 5 insertions(+) diff --git a/lib/ansible/modules/network/iosxr/iosxr_command.py b/lib/ansible/modules/network/iosxr/iosxr_command.py index d9f546ec9e..f165c05e89 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_command.py +++ b/lib/ansible/modules/network/iosxr/iosxr_command.py @@ -27,6 +27,7 @@ description: Please use M(iosxr_config) to configure iosxr devices. extends_documentation_fragment: iosxr notes: + - This module does not support netconf connection - Tested against IOS XR 6.1.2 options: commands: diff --git a/lib/ansible/modules/network/iosxr/iosxr_config.py b/lib/ansible/modules/network/iosxr/iosxr_config.py index bfc3542129..10a98b109f 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_config.py +++ b/lib/ansible/modules/network/iosxr/iosxr_config.py @@ -26,6 +26,7 @@ description: extends_documentation_fragment: iosxr notes: - Tested against IOS XRv 6.1.2 + - This module does not support netconf connection - Avoid service disrupting changes (viz. Management IP) from config replace. - Do not use C(end) in the replace config file. options: diff --git a/lib/ansible/modules/network/iosxr/iosxr_facts.py b/lib/ansible/modules/network/iosxr/iosxr_facts.py index 74a114fec7..8662192fb5 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_facts.py +++ b/lib/ansible/modules/network/iosxr/iosxr_facts.py @@ -25,6 +25,9 @@ description: module will always collect a base set of facts from the device and can enable or disable collection of additional facts. extends_documentation_fragment: iosxr +notes: + - Tested against IOS XRv 6.1.2 + - This module does not support netconf connection options: gather_subset: description: