Support virtual environment for ansible 2.0.0.2#4325
Merged
lguohan merged 3 commits intosonic-net:masterfrom Mar 31, 2020
Merged
Support virtual environment for ansible 2.0.0.2#4325lguohan merged 3 commits intosonic-net:masterfrom
lguohan merged 3 commits intosonic-net:masterfrom
Conversation
Collaborator
|
how to use? example? |
lguohan
reviewed
Mar 26, 2020
|
|
||
| # Install Virtual Environment | ||
| RUN python -m virtualenv --system-site-packages env-201803 | ||
| RUN env-201803/bin/pip install ansible==2.0.0.2 |
Collaborator
There was a problem hiding this comment.
also, do we have 2.0.0.2-1?
Collaborator
Author
There was a problem hiding this comment.
Changed to 201811. I only find 2.0.0.2, there are no 2.0.0.2-1.
Collaborator
Author
There was a problem hiding this comment.
Call the command ". env-201811/bin/activate" to initialize the environment. You will use ansible 2.0.0.2. The other python packages will use the same as system default ones. Only overwrite the ansible and its dependency packages.
yxieca
approved these changes
Mar 30, 2020
lguohan
approved these changes
Mar 31, 2020
rlhui
pushed a commit
that referenced
this pull request
Jul 7, 2020
. env-201811/bin/activate The ansible 2.0.0.2 will be used.
praveen-li
pushed a commit
to praveen-li/sonic-buildimage
that referenced
this pull request
May 28, 2021
…net#4325) . env-201811/bin/activate The ansible 2.0.0.2 will be used.
mssonicbld
added a commit
that referenced
this pull request
Mar 12, 2026
…lly (#25996) #### Why I did it src/sonic-swss ``` * b25e4543 - (HEAD -> 202511, origin/202511) Temporarily moving the PORT_PHY_ATTR ERR messages to NOTICE level. (#4325) (42 minutes ago) [mssonicbld] * b25c948d - [buffermgrd] Wait for lossless buffer profile to be applied to SAI (#4314) (25 hours ago) [mssonicbld] * 56209d24 - [202511] Add PORT_PHY_ATTR flex counter support (#4214) (27 hours ago) [Dhanasekar Rathinavel] * 1d6e0678 - Support checking capabilities of the mirror (#4137) (2 days ago) [mssonicbld] * 512aa6ea - [RouteOrch] fix performance regression in ResponsePublisher (#4313) (2 days ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Mar 16, 2026
…atically (#26184) #### Why I did it src/sonic-utilities ``` * caf471a5 - (HEAD -> 202511, origin/202511) Wait for monit monitor <service> operation to complete during config (#4325) (52 minutes ago) [Hemanth Kumar Tirupati] * 6a9dcc78 - Add alternate TH5 hwsku names to gcu (#4357) (2 days ago) [mssonicbld] * 0017a8d4 - [fibshow]: Fix exception when blackhole routes are present (#4356) (2 days ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
- What I did
Install virtual environment for ansible 2.0.0.2
- How I did it
- How to verify it
. env-201811/bin/activate
The ansible 2.0.0.2 will be used.
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)