-
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
Changes from 4 commits
6ef3004
bfd6fe9
3b0ee45
5b8adfe
4724df0
fb5ca12
20a7015
dd2f70c
ae7fb07
0250ba4
24a7403
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
### Installation on RHEL | ||
|
||
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. | ||
|
||
Operating Systems | ||
--------------- | ||
- Red hat Enterprise Linux 8.1 (Ootpa) | ||
|
||
#### Step 1: Install Python and PIP | ||
|
||
##### For Python 3.x: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. dnf install python3-pip python3-wheel |
||
###### For RHEL: | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here |
||
#### Step 1: Install Junos PyEZ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. thanks, updated Step 2: Install Junos PyEZ |
||
|
||
##### For Python 3.x: | ||
sudo pip3 install junos-eznc | ||
|
||
#### Step 2: Verify | ||
|
||
Once you've completed the above step, you should be able to create a `Device` instance, connect to a Junos system, and display the "facts", as illustrated in the README.md file. | ||
|
||
Enjoy! | ||
|
||
|
||
#### Installing from GitHub | ||
|
||
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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. updated the step no's |
||
|
||
#### Step 4a: Install Git from OS packages | ||
pip install git | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. pip3 install git |
||
|
||
#### 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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. pip3 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.
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