This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
forked from Juniper/ansible-junos-stdlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Trying to merge upstream changes into my fork. #5
Open
spidercensus
wants to merge
601
commits into
spidercensus:master
Choose a base branch
from
Juniper:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
spidercensus
commented
Sep 27, 2016
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well you know. commit.
Signed-off-by: Bryan Hundven <[email protected]>
Signed-off-by: Stephen Steiner <[email protected]>
fix pkg_set for mixed virtual chassis
fix for reboot and mixed vc
added check for files existence
added pkg_set params in juniper_junos_software module
Adding docs to clarify the usage of ssh_private_key_file
vmhost reboot support
Corrected the behavior by passing down the format option to PyEZ
Fixes python3 compatibility issues
remove requirements.txt file
Fix ansible lint
Openconfig and yang supports in juniper_junos_config module
Add support for ignore_warning in juniper_junos_common/open_configuration
* Fix for readthedoc build failures * Fix for readthedoc build failures
* Fix for readthedoc build failures * Fix for readthedoc build failures * Fix for readthedoc build failures
* Fixed ansible playbook code style issue using ansible-lint tool * Fixed typo error in argument
* Introduced new module file_copy Introduced new module file_copy to put and get the file to and from junos device. * Update file_copy.py
* Fix for netconf timeout * Fix for netconf timeout * Fix for netconf timeout * Fix for netconf timeout * Fix for test playbooks * Fix for test playbooks * Fix for test playbooks * Fix for test playbooks
* Ansible Collection v1.0.5 Release update * Ansible Collection v1.0.5 Release update * Ansible Collection v1.0.5 Release update * Ansible Collection v1.0.5 Release update * Ansible Collection v1.0.5 Release update
* Ansible Collection v1.0.5 Release update * Ansible Collection v1.0.5 Release update * Ansible Collection v1.0.5 Release update * Ansible Collection v1.0.5 Release update * Ansible Collection v1.0.5 Release update * Ansible Collection v1.0.5 Release update --------- Co-authored-by: Dinesh babu <[email protected]>
When performing an RPC get with an RPC that is not implemented for a platform, it fails when using a PyEZ connection. With a local connection, the response is “Unable to execute the RPC” and it continues with the next RPC get. PyEZ behavior should be the same as with the local connection.
* tests for JSNAPy dest_dir * tests for JSNAPy dest_dir * tests for JSNAPy dest_dir
…ction (#678) * support to save the failed tests to dest_dir * support to save the failed tests to dest_dir * support to save the failed tests to dest_dir
* Fixed Sanity test issues * Fixed Sanity test issues * Sanity_fix * Fix sanity test * Fixed unused import * Fixed import issue * Fixed import issue
* ansible v1.0.7 release update * ansible v1.0.7 release update
* Dockerfile update * Dockerfile update * Dockerfile update * Dockerfile update * Dockerfile update
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hope this is the right way to do it.