getting ready for next release
This commit is contained in:
Родитель
6e2fced905
Коммит
313803729f
|
@ -15,6 +15,8 @@ Juniper Networks provides support for using Ansible to deploy devices running th
|
||||||
- junos_shutdown — Shut down or reboot a device running Junos OS.
|
- junos_shutdown — Shut down or reboot a device running Junos OS.
|
||||||
- junos_srx_cluster — Enable/Disable cluster mode for SRX devices
|
- 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_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
|
||||||
|
|
||||||
## DOCUMENTATION
|
## DOCUMENTATION
|
||||||
|
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -11,7 +11,6 @@ setup(
|
||||||
keywords="Ansible Junos NETCONF networking automation",
|
keywords="Ansible Junos NETCONF networking automation",
|
||||||
url="http://www.github.com/Juniper/ansible-junos-stdlib",
|
url="http://www.github.com/Juniper/ansible-junos-stdlib",
|
||||||
packages=['library'],
|
packages=['library'],
|
||||||
#scripts = ['library/junos_get_facts', 'library/junos_install_config'],
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
VERSION = "1.3.1"
|
VERSION = "1.4.0"
|
||||||
DATE = "2016-Feb-26"
|
DATE = "2016-Sept-21"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче