-
Notifications
You must be signed in to change notification settings - Fork 344
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
Pull request for pyez release 2.6.4 #1181
Pull request for pyez release 2.6.4 #1181
Conversation
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.
Please address the comment
INSTALL-RHEL.md
Outdated
##### For Python 3.x: | ||
###### For RHEL: | ||
|
||
#### Step 1: Install Junos PyEZ |
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.
It should be step 2, right ?
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.
thanks, updated
Step 2: Install Junos PyEZ
Development code can be installed directly from GitHub based on any branch, commit, or tag. | ||
|
||
***Steps 1 -2 are still required.*** | ||
#### Alternate Step 4: Install Junos PyEZ from GitHub |
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.
Please take care of step no's. I don't find step 3.
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.
updated the step no's
|
||
#### Step 1: Install Python and PIP | ||
|
||
##### For Python 3.x: |
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.
Installation steps are missing
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.
dnf install python3-pip
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.
dnf install python3-pip python3-wheel
|
||
##### For Python 3.x: | ||
###### For RHEL: | ||
|
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.
Same here
RELEASE-NOTES.md
Outdated
- Fixed upgrade ncclient version 0.6.13, updated requirements.txt to install ncclient==0.6.13 #1153 | ||
- Fixed deprecation warning due to invalid escape sequences #1034 | ||
- Fixed Unit tests test_sw_put_ftp failure #1165 | ||
- Support for python 3.9 |
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.
Please add it in Features added list
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.
updated .
Features Added
- Supported start_shell options to choose the shell types (sh or csh) jnpr.junos.utils.start_shell option to choose shell (sh or csh) #995
- Supported for python 3.9
INSTALL-RHEL.md
Outdated
|
||
The following are instructions for setting up a system starting from a stock system images. | ||
|
||
These instructions were tested on a 64-bit systems from https://github.com/opscode/bento, and using the _Junos PyEZ_ library version 2.6.3. |
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.
Is it 2.6.3 or 2.6.4 ?
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.
updated it to 2.6.4
INSTALL-RHEL.md
Outdated
#### Alternate Step 4: Install Junos PyEZ from GitHub | ||
|
||
#### Step 4a: Install Git from OS packages | ||
pip install git |
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.
pip3
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.
pip3 install git
INSTALL-RHEL.md
Outdated
#### Step 4b: Install Junos PyEZ from GitHub | ||
|
||
##### For Python 3.x: | ||
pip install git+https://github.com/Juniper/py-junos-eznc.git |
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.
same here
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.
pip3 install git+https://github.com/Juniper/py-junos-eznc.git
What does this PR do?
Pull request for pyez release 2.6.4
What issues does this PR fix or reference?
Release 2.6.4
Enhancements done
Supported start_shell options to choose the shell types (sh or csh) #995
Bugs Fixed
Fixed Device facts current_re returns the SRX cluster node0 and node1 details with cluster ID 16 #1135
Fixed upgrade ncclient version 0.6.13, updated requirements.txt to install ncclient==0.6.13 #1153
Fixed deprecation warning due to invalid escape sequences #1034
Fixed Unit tests test_sw_put_ftp failure #1165
Tests written?
Yes/No