summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Nalawade <ganesh634@gmail.com>2017-08-24 10:31:47 -0400
committerGitHub <noreply@github.com>2017-08-24 10:31:47 -0400
commit55fa4d54aa71afda0977a63d9574e51f6f6f4b31 (patch)
tree32b02ab346b31505021bd147d64a14f92934e5a6
parent69bf5331b41f35a0e165c73be6b60246ec58559e (diff)
downloadansible-55fa4d54aa71afda0977a63d9574e51f6f6f4b31.tar.gz
Add tested against junos version for junos modules (#28598)
* Add tested against junos version for junos modules
-rw-r--r--lib/ansible/modules/network/junos/junos_banner.py1
-rw-r--r--lib/ansible/modules/network/junos/junos_command.py3
-rw-r--r--lib/ansible/modules/network/junos/junos_config.py1
-rw-r--r--lib/ansible/modules/network/junos/junos_facts.py3
-rw-r--r--lib/ansible/modules/network/junos/junos_interface.py1
-rw-r--r--lib/ansible/modules/network/junos/junos_l3_interface.py1
-rw-r--r--lib/ansible/modules/network/junos/junos_linkagg.py1
-rw-r--r--lib/ansible/modules/network/junos/junos_lldp.py1
-rw-r--r--lib/ansible/modules/network/junos/junos_lldp_interface.py1
-rw-r--r--lib/ansible/modules/network/junos/junos_logging.py1
-rw-r--r--lib/ansible/modules/network/junos/junos_netconf.py2
-rw-r--r--lib/ansible/modules/network/junos/junos_package.py3
-rw-r--r--lib/ansible/modules/network/junos/junos_rpc.py3
-rw-r--r--lib/ansible/modules/network/junos/junos_static_route.py1
-rw-r--r--lib/ansible/modules/network/junos/junos_system.py1
-rw-r--r--lib/ansible/modules/network/junos/junos_user.py1
-rw-r--r--lib/ansible/modules/network/junos/junos_vlan.py1
-rw-r--r--lib/ansible/modules/network/junos/junos_vrf.py1
18 files changed, 23 insertions, 4 deletions
diff --git a/lib/ansible/modules/network/junos/junos_banner.py b/lib/ansible/modules/network/junos/junos_banner.py
index c7c99aafd4..6022b6ac47 100644
--- a/lib/ansible/modules/network/junos/junos_banner.py
+++ b/lib/ansible/modules/network/junos/junos_banner.py
@@ -53,6 +53,7 @@ requirements:
notes:
- This module requires the netconf system service be enabled on
the remote device being managed.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_command.py b/lib/ansible/modules/network/junos/junos_command.py
index 8b8d87a016..79bccf2e8a 100644
--- a/lib/ansible/modules/network/junos/junos_command.py
+++ b/lib/ansible/modules/network/junos/junos_command.py
@@ -100,7 +100,8 @@ requirements:
- ncclient (>=v0.5.2)
notes:
- This module requires the netconf system service be enabled on
- the remote device being managed
+ the remote device being managed.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_config.py b/lib/ansible/modules/network/junos/junos_config.py
index 13fb1c0ea6..9cffdfd314 100644
--- a/lib/ansible/modules/network/junos/junos_config.py
+++ b/lib/ansible/modules/network/junos/junos_config.py
@@ -144,6 +144,7 @@ notes:
the remote device being managed.
- Loading JSON-formatted configuration I(json) is supported
starting in Junos OS Release 16.1 onwards.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_facts.py b/lib/ansible/modules/network/junos/junos_facts.py
index c5960ba8e6..5434dc9f02 100644
--- a/lib/ansible/modules/network/junos/junos_facts.py
+++ b/lib/ansible/modules/network/junos/junos_facts.py
@@ -57,7 +57,8 @@ notes:
- Ensure I(config_format) used to retrieve configuration from device
is supported by junos version running on device.
- This module requires the netconf system service be enabled on
- the remote device being managed
+ the remote device being managed.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_interface.py b/lib/ansible/modules/network/junos/junos_interface.py
index c733b8bd51..0fa7020254 100644
--- a/lib/ansible/modules/network/junos/junos_interface.py
+++ b/lib/ansible/modules/network/junos/junos_interface.py
@@ -73,6 +73,7 @@ requirements:
notes:
- This module requires the netconf system service be enabled on
the remote device being managed.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_l3_interface.py b/lib/ansible/modules/network/junos/junos_l3_interface.py
index d5333fb284..a72307a81a 100644
--- a/lib/ansible/modules/network/junos/junos_l3_interface.py
+++ b/lib/ansible/modules/network/junos/junos_l3_interface.py
@@ -53,6 +53,7 @@ requirements:
notes:
- This module requires the netconf system service be enabled on
the remote device being managed.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_linkagg.py b/lib/ansible/modules/network/junos/junos_linkagg.py
index c9e239c743..b4b715fb1f 100644
--- a/lib/ansible/modules/network/junos/junos_linkagg.py
+++ b/lib/ansible/modules/network/junos/junos_linkagg.py
@@ -68,6 +68,7 @@ requirements:
notes:
- This module requires the netconf system service be enabled on
the remote device being managed.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_lldp.py b/lib/ansible/modules/network/junos/junos_lldp.py
index 7f753295d2..43d8326f4f 100644
--- a/lib/ansible/modules/network/junos/junos_lldp.py
+++ b/lib/ansible/modules/network/junos/junos_lldp.py
@@ -61,6 +61,7 @@ requirements:
notes:
- This module requires the netconf system service be enabled on
the remote device being managed.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_lldp_interface.py b/lib/ansible/modules/network/junos/junos_lldp_interface.py
index 2f1d2491fb..ec04e82afd 100644
--- a/lib/ansible/modules/network/junos/junos_lldp_interface.py
+++ b/lib/ansible/modules/network/junos/junos_lldp_interface.py
@@ -44,6 +44,7 @@ requirements:
notes:
- This module requires the netconf system service be enabled on
the remote device being managed.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_logging.py b/lib/ansible/modules/network/junos/junos_logging.py
index e20a1cf1b0..208e4c4ebd 100644
--- a/lib/ansible/modules/network/junos/junos_logging.py
+++ b/lib/ansible/modules/network/junos/junos_logging.py
@@ -72,6 +72,7 @@ requirements:
notes:
- This module requires the netconf system service be enabled on
the remote device being managed.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_netconf.py b/lib/ansible/modules/network/junos/junos_netconf.py
index d796655602..9ed16355c6 100644
--- a/lib/ansible/modules/network/junos/junos_netconf.py
+++ b/lib/ansible/modules/network/junos/junos_netconf.py
@@ -46,6 +46,8 @@ options:
required: false
default: present
choices: ['present', 'absent']
+notes:
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_package.py b/lib/ansible/modules/network/junos/junos_package.py
index 829eb28a77..2601e3d146 100644
--- a/lib/ansible/modules/network/junos/junos_package.py
+++ b/lib/ansible/modules/network/junos/junos_package.py
@@ -74,7 +74,8 @@ requirements:
- ncclient (>=v0.5.2)
notes:
- This module requires the netconf system service be enabled on
- the remote device being managed
+ the remote device being managed.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_rpc.py b/lib/ansible/modules/network/junos/junos_rpc.py
index 60febfa03f..c3cc9fe697 100644
--- a/lib/ansible/modules/network/junos/junos_rpc.py
+++ b/lib/ansible/modules/network/junos/junos_rpc.py
@@ -51,7 +51,8 @@ requirements:
- ncclient (>=v0.5.2)
notes:
- This module requires the netconf system service be enabled on
- the remote device being managed
+ the remote device being managed.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_static_route.py b/lib/ansible/modules/network/junos/junos_static_route.py
index 07d5941e5c..34c6028654 100644
--- a/lib/ansible/modules/network/junos/junos_static_route.py
+++ b/lib/ansible/modules/network/junos/junos_static_route.py
@@ -60,6 +60,7 @@ requirements:
notes:
- This module requires the netconf system service be enabled on
the remote device being managed.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_system.py b/lib/ansible/modules/network/junos/junos_system.py
index 3ae2e6f388..7f6f6ce1d4 100644
--- a/lib/ansible/modules/network/junos/junos_system.py
+++ b/lib/ansible/modules/network/junos/junos_system.py
@@ -65,6 +65,7 @@ requirements:
notes:
- This module requires the netconf system service be enabled on
the remote device being managed.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_user.py b/lib/ansible/modules/network/junos/junos_user.py
index 368f906ec4..ca701e2078 100644
--- a/lib/ansible/modules/network/junos/junos_user.py
+++ b/lib/ansible/modules/network/junos/junos_user.py
@@ -95,6 +95,7 @@ requirements:
notes:
- This module requires the netconf system service be enabled on
the remote device being managed.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_vlan.py b/lib/ansible/modules/network/junos/junos_vlan.py
index 99a09409c4..0d74849400 100644
--- a/lib/ansible/modules/network/junos/junos_vlan.py
+++ b/lib/ansible/modules/network/junos/junos_vlan.py
@@ -54,6 +54,7 @@ requirements:
notes:
- This module requires the netconf system service be enabled on
the remote device being managed.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
diff --git a/lib/ansible/modules/network/junos/junos_vrf.py b/lib/ansible/modules/network/junos/junos_vrf.py
index 38c3e7338a..1b1848c3cf 100644
--- a/lib/ansible/modules/network/junos/junos_vrf.py
+++ b/lib/ansible/modules/network/junos/junos_vrf.py
@@ -74,6 +74,7 @@ requirements:
notes:
- This module requires the netconf system service be enabled on
the remote device being managed.
+ - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
"""
EXAMPLES = """
- name: Configure vrf configuration