-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
SRBuilds
committed
Aug 3, 2022
1 parent
67aee00
commit 051b113
Showing
19 changed files
with
1,286 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Release 22.7 | ||
************ | ||
|
||
22.7.1 | ||
###### | ||
|
||
* :py:meth:`pysros.management.Datastore.get` method providers filters to | ||
limit resultant data sets. | ||
* :py:meth:`pysros.management.Datastore.set` method provides an additional ``replace`` option | ||
in addition to the default ``merge`` behavior. | ||
* Local filesystem access for pySROS when executed on an SR OS device. Including provision | ||
of adapted :py:mod:`uio`, :py:mod:`uos` and :py:mod:`uos.path` modules. | ||
* Selectively disable SSH hostkey checking in the | ||
:py:func:`pysros.management.connect` function. | ||
* :py:meth:`pysros.management.Datastore.set` and and :py:meth:`pysros.management.Datastore.delete` | ||
methods provide an option to make configuration changes in a candidate configuration without | ||
automatically issuing a commit. | ||
* Provision of the following new methods: | ||
|
||
- :py:meth:`pysros.management.Datastore.lock` | ||
- :py:meth:`pysros.management.Datastore.unlock` | ||
- :py:meth:`pysros.management.Datastore.commit` | ||
- :py:meth:`pysros.management.Datastore.discard` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,16 +8,17 @@ Glossary of terms | |
.. glossary:: | ||
|
||
SR OS | ||
Nokia's Service Router Operating System | ||
Nokia's Service Router Operating System. | ||
|
||
YANG | ||
Data modeling language used to define YANG models | ||
Data modeling language used to define YANG models. | ||
|
||
NETCONF | ||
Network Configuration protocol | ||
Network Configuration protocol. | ||
|
||
.. Reviewed by PLM 20220628 | ||
.. Reviewed by TechComms 20220706 | ||
.. Reviewed by PLM 20220303 | ||
.. Reviewed by TechComms 20220503 | ||
Additional assistance | ||
##################### | ||
|
@@ -28,32 +29,37 @@ Further reading | |
.. seealso:: | ||
|
||
`RFC 6020 <https://www.rfc-editor.org/rfc/rfc6020.html>`_ | ||
YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF) | ||
YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF). | ||
|
||
`RFC 6022 <https://www.rfc-editor.org/rfc/rfc6022.html>`_ | ||
YANG Module for NETCONF Monitoring | ||
YANG Module for NETCONF Monitoring. | ||
|
||
`RFC 7951 <https://www.rfc-editor.org/rfc/rfc7951.html>`_ | ||
JSON Encoding of Data Modeled with YANG | ||
JSON Encoding of Data Modeled with YANG. | ||
|
||
`RFC 8525 <https://www.rfc-editor.org/rfc/rfc8525.html>`_ | ||
YANG Library | ||
YANG Library. | ||
|
||
`PEP 570 <https://peps.python.org/pep-0570>`_ | ||
Python positional-only arguments. | ||
|
||
`Nokia Network Developer Portal <https://network.developer.nokia.com>`_ | ||
Additional resources for developing with SR OS | ||
Additional resources for developing with SR OS. | ||
|
||
`Nokia product documentation <https://documentation.nokia.com>`_ | ||
Product documentation | ||
Product documentation. | ||
|
||
.. Reviewed by PLM 20220628 | ||
.. Reviewed by TechComms 20220706 | ||
.. Reviewed by PLM 20220303 | ||
.. Reviewed by TechComms 20220503 | ||
Support and feedback | ||
******************** | ||
|
||
* `Nokia technical support portal <https://customer.nokia.com/support/s/>`_ | ||
* `Documentation feedback <mailto:[email protected]>`_ | ||
* `Nokia technical support portal <https://customer.nokia.com/support/s/>`_. | ||
* `Documentation feedback <mailto:[email protected]>`_. | ||
|
||
.. Reviewed by PLM 20220303 | ||
.. Reviewed by TechComms 20220503 | ||
.. Reviewed by TechComms 20220706 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.