Skip to content

Commit

Permalink
Merge pull request #164 from vnitinv/PyEZ_2_0_support
Browse files Browse the repository at this point in the history
getting ready for next release
  • Loading branch information
vnitinv authored Sep 21, 2016
2 parents 19e4347 + 2c99eff commit 3270f6f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Juniper Networks provides support for using Ansible to deploy devices running th
- junos_shutdown — Shut down or reboot a device running Junos OS.
- junos_srx_cluster — Enable/Disable cluster mode for SRX devices
- junos_zeroize — Remove all configuration information on the Routing Engines and reset all key values on a device.
- junos_get_table - Retrieve data from a Junos device using Tables/Views
- junos_ping - execute ping on junos devices
- junos_jsnapy - Integrate JSNAPy to ansible which helps audit network devices

### OVERVIEW OF PLUGINS

Expand Down
4 changes: 2 additions & 2 deletions library/junos_jsnapy
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ version_added: "1.4.0"
version_control:
13-Apr-2016 v1.0.0 - Basic working model
Short_description: Integrate JSnapy to ansible.
Short_description: Integrate JSNAPy to ansible.
description:
- Execute JSnapy test from Ansible.
- Execute JSNAPy test from Ansible.
Attention, to not break Ansible behavior, this module only report "failed"
if the module itself fails, not if a test fails.
To check the test results you need to subscribe to the result and assert
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
keywords="Ansible Junos NETCONF networking automation",
url="http://www.github.com/Juniper/ansible-junos-stdlib",
packages=['library'],
#scripts = ['library/junos_get_facts', 'library/junos_install_config'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand Down
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = "1.3.1"
DATE = "2016-Feb-26"
VERSION = "1.4.0"
DATE = "2016-Sept-21"

0 comments on commit 3270f6f

Please sign in to comment.