From 3fbae6f10fd137a77aee9db1e7d75879962fd11d Mon Sep 17 00:00:00 2001 From: Peter Sprygada Date: Fri, 7 Oct 2016 23:11:59 -0400 Subject: [PATCH] updates docstring for sros modules (#5197) --- lib/ansible/modules/network/sros/sros_command.py | 8 ++++---- lib/ansible/modules/network/sros/sros_config.py | 6 +++--- lib/ansible/modules/network/sros/sros_rollback.py | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/ansible/modules/network/sros/sros_command.py b/lib/ansible/modules/network/sros/sros_command.py index e2e3acd6cc..e8b6a654fc 100644 --- a/lib/ansible/modules/network/sros/sros_command.py +++ b/lib/ansible/modules/network/sros/sros_command.py @@ -21,19 +21,19 @@ DOCUMENTATION = """ module: sros_command version_added: "2.2" author: "Peter Sprygada (@privateip)" -short_description: Run commands on remote devices running Nokia SROS +short_description: Run commands on remote devices running Nokia SR OS description: - - Sends arbitrary commands to an SROS node and returns the results + - Sends arbitrary commands to an SR OS node and returns the results read from the device. This module includes an argument that will cause the module to wait for a specific condition before returning or timing out if the condition is not met. - This module does not support running commands in configuration mode. - Please use M(sros_config) to configure SROS devices. + Please use M(sros_config) to configure SR OS devices. extends_documentation_fragment: sros options: commands: description: - - List of commands to send to the remote SROS device over the + - List of commands to send to the remote SR OS device over the configured provider. The resulting output from the command is returned. If the I(wait_for) argument is provided, the module is not returned until the condition is satisfied or diff --git a/lib/ansible/modules/network/sros/sros_config.py b/lib/ansible/modules/network/sros/sros_config.py index 186c7215e4..f1fd84a8bb 100644 --- a/lib/ansible/modules/network/sros/sros_config.py +++ b/lib/ansible/modules/network/sros/sros_config.py @@ -21,11 +21,11 @@ DOCUMENTATION = """ module: sros_config version_added: "2.2" author: "Peter Sprygada (@privateip)" -short_description: Manage Nokia SROS device configuration +short_description: Manage Nokia SR OS device configuration description: - - Nokia SROS configurations use a simple block indent file syntax + - Nokia SR OS configurations use a simple block indent file syntax for segmenting configuration into sections. This module provides - an implementation for working with SROS configuration sections in + an implementation for working with SR OS configuration sections in a deterministic way. extends_documentation_fragment: sros options: diff --git a/lib/ansible/modules/network/sros/sros_rollback.py b/lib/ansible/modules/network/sros/sros_rollback.py index d04437fb32..8d9514c403 100644 --- a/lib/ansible/modules/network/sros/sros_rollback.py +++ b/lib/ansible/modules/network/sros/sros_rollback.py @@ -21,10 +21,10 @@ DOCUMENTATION = """ module: sros_rollback version_added: "2.2" author: "Peter Sprygada (@privateip)" -short_description: Configure Nokia SROS rollback +short_description: Configure Nokia SR OS rollback description: - Configure the rollback feature on remote Nokia devices running - the SROS operating system. this module provides a stateful + the SR OS operating system. this module provides a stateful implementation for managing the configuration of the rollback feature extends_documentation_fragment: sros @@ -33,7 +33,7 @@ options: description: - The I(rollback_location) specifies the location and filename of the rollback checkpoint files. This argument supports any - valid local or remote URL as specified in SROS + valid local or remote URL as specified in SR OS required: false default: null remote_max_checkpoints: @@ -56,7 +56,7 @@ options: description: - The I(rescue_location) specifies the location of the rescue file. This argument supports any valid local - or remote URL as specified in SROS + or remote URL as specified in SR OS required: false default: null state: