Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add supported connection in junos module documentation #38813

Merged
merged 5 commits into from
Apr 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
- 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.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
extends_documentation_fragment: junos
"""

Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
- 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.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(network_cli) connections and with C(local) connections for legacy playbooks.
"""

EXAMPLES = """
Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@
- 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.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
"""

EXAMPLES = """
Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
- 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.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
"""

EXAMPLES = """
Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
- 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.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
extends_documentation_fragment: junos
"""

Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_l2_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
- This module requires the netconf system service be enabled on
the remote device being managed.
- Tested against vqfx-10000 JUNOS Version 15.1X53-D60.4.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
extends_documentation_fragment: junos
"""

Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_l3_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
- 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.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
extends_documentation_fragment: junos
"""

Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_linkagg.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
- 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.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
extends_documentation_fragment: junos
"""

Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_lldp.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
- 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.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
extends_documentation_fragment: junos
"""

Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_lldp_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
- 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.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
extends_documentation_fragment: junos
"""

Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
- 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.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
extends_documentation_fragment: junos
"""

Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_netconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
choices: ['present', 'absent']
notes:
- Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
- Recommended connection is C(network_cli). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
"""

EXAMPLES = """
Expand Down
1 change: 1 addition & 0 deletions lib/ansible/modules/network/junos/junos_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
- 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.
- Works with C(local) connections only.
"""

EXAMPLES = """
Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
- 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.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
"""

EXAMPLES = """
Expand Down
1 change: 1 addition & 0 deletions lib/ansible/modules/network/junos/junos_scp.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
- This module requires the netconf system service be enabled on
the remote device being managed.
- Tested against vMX JUNOS version 17.3R1.10.
- Works with C(local) connections only.
"""

EXAMPLES = """
Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_static_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
- 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.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
extends_documentation_fragment: junos
"""

Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
- 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.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
extends_documentation_fragment: junos
"""

Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
- 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.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
"""

EXAMPLES = """
Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_vlan.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
- 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.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
extends_documentation_fragment: junos
"""

Expand Down
2 changes: 2 additions & 0 deletions lib/ansible/modules/network/junos/junos_vrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
- 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.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(local) connections for legacy playbooks.
extends_documentation_fragment: junos
"""

Expand Down