-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Install supervisor into docker-syncd-*-rpc #51
Merged
pavel-shirshov
merged 2 commits into
sonic-net:master
from
pavel-shirshov:pavelsh/dockers_fix
Nov 2, 2016
Merged
Install supervisor into docker-syncd-*-rpc #51
pavel-shirshov
merged 2 commits into
sonic-net:master
from
pavel-shirshov:pavelsh/dockers_fix
Nov 2, 2016
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
…docker-ptf. Don't wait until interfaces are active for syncd-rpc containers
qiluo-msft
approved these changes
Nov 2, 2016
lguohan
approved these changes
Nov 2, 2016
How about we keep current docker-ptf independent with the saithrift dependency and I'll add an inherited docker file dealing with saithrift binary, config, and test scripts? We can discuss it offline |
pavel-shirshov
changed the title
Install saithrift by default to ptf container. Install supervisor to …
Install supervisor into docker-syncd-*-rpc
Nov 2, 2016
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
…how' (sonic-net#51) * Add commands to 'generate_dump'; run with sudo in 'show' * Unified quotation marks
lguohan
pushed a commit
that referenced
this pull request
Dec 27, 2019
update multiDB changes in sonic-py-swsssdk, including: - read portchannel name from LAG_NAME_MAP_TABLE in COUNTERS_DB (#51) - Revert "read portchannel name from LAG_NAME_MAP_TABLE in COUNTERS_DB (#51)" (#57) - [MultiDB] sonic-db-cli should support EVAL operation, app script use … (#58) PR #3928 needs this swsssdk-py changes to work Signed-off-by: Dong Zhang d.zhang@alibaba-inc.com
samaity
added a commit
to samaity/sonic-buildimage
that referenced
this pull request
Feb 26, 2020
Signed-off-by: Sangita Maity <sangitamaity0211@gmail.com>
stephenxs
referenced
this pull request
in stephenxs/sonic-buildimage
Mar 11, 2020
* Use SONIC_DPKG_DEBS for arista drivers * Update arista drivers submodules * Increase size of the DOCKER_RAMFS
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
* Added support for specifying ECN mode values * Added red_max_threshold signed-off-by hrachya@mellanox.com
vdahiya12
pushed a commit
to vdahiya12/sonic-buildimage
that referenced
this pull request
Oct 2, 2020
Signed-off-by: Andriy Kokhan <akokhan@barefootnetworks.com>
2 tasks
lguohan
pushed a commit
that referenced
this pull request
Oct 22, 2020
abdosi
pushed a commit
that referenced
this pull request
Oct 23, 2020
raphaelt-nvidia
pushed a commit
to raphaelt-nvidia/sonic-buildimage
that referenced
this pull request
Jan 14, 2021
…-net#1124) The code is to add/del items in LAG_NAME_MAP_TABLE in COUNTERS_DB if a lag is added or removed. The code need the below pull request: sonic-net#51 in Azure/sonic-py-swsssdk read portchannel name from LAG_NAME_MAP_TABLE in COUNTERS_DB sonic-net#51 For use of LAG_NAME_MAP_TABLE in COUNTERS_DB just like fdbshow. I have create another pull request in Azure/sonic-utilities: Show mac learned on lag interface sonic-net#730
xumia
referenced
this pull request
in xumia/sonic-buildimage-1
Feb 16, 2021
Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
santhosh-kt
pushed a commit
to santhosh-kt/sonic-buildimage
that referenced
this pull request
Feb 25, 2021
37a7c61 - 2020-10-16 : Add to local route DB if ifname present in route add API (sonic-net#51) [Sumukha Tumkur Vani] 2b4b6d7 - 2020-10-01 : Fix typo (sonic-net#50) [Sumukha Tumkur Vani] f0a527b - 2020-09-24 : Use RESTAPI_DB, cache reset_status (sonic-net#49) [Prince Sunny]
qiluo-msft
added a commit
to qiluo-msft/sonic-buildimage
that referenced
this pull request
Mar 12, 2021
…dules Included commits in sonic-py-swsssdk repo ``` 4e0c561 2019-11-19 | read portchannel name from LAG_NAME_MAP_TABLE in COUNTERS_DB (sonic-net#51) [anilkpandey] ``` Included commits in sonic-snmpagent repo ``` 02dc2ce 2021-03-12 | add mock tables for LAG_NAME_MAP_TABLE in COUNTERS_DB (sonic-net#202) [Qi Luo] ```
lguohan
pushed a commit
that referenced
this pull request
Mar 13, 2021
…dules (#7046) Included commits in sonic-py-swsssdk repo ``` 4e0c561 2019-11-19 | read portchannel name from LAG_NAME_MAP_TABLE in COUNTERS_DB (#51) [anilkpandey] ``` Included commits in sonic-snmpagent repo ``` 02dc2ce 2021-03-12 | add mock tables for LAG_NAME_MAP_TABLE in COUNTERS_DB (#202) [Qi Luo] ```
SuvarnaMeenakshi
pushed a commit
to SuvarnaMeenakshi/sonic-buildimage
that referenced
this pull request
Jun 16, 2021
SuvarnaMeenakshi
pushed a commit
to SuvarnaMeenakshi/sonic-buildimage
that referenced
this pull request
Jun 16, 2021
…onic-net#51)" (sonic-net#57) This reverts commit 21ebca9.
SuvarnaMeenakshi
pushed a commit
to SuvarnaMeenakshi/sonic-buildimage
that referenced
this pull request
Jun 16, 2021
…TERS_DB (sonic-net#51)" (sonic-net#57)" (sonic-net#64) This reverts commit 022d8fb. Add sonic-net#51 back in by reverting sonic-net#57, in because issues should be addressed by the merge of sonic-net/sonic-swss#1124
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jan 24, 2022
theasianpianist
pushed a commit
to theasianpianist/sonic-buildimage
that referenced
this pull request
Feb 5, 2022
…-net#1124) The code is to add/del items in LAG_NAME_MAP_TABLE in COUNTERS_DB if a lag is added or removed. The code need the below pull request: sonic-net#51 in Azure/sonic-py-swsssdk read portchannel name from LAG_NAME_MAP_TABLE in COUNTERS_DB sonic-net#51 For use of LAG_NAME_MAP_TABLE in COUNTERS_DB just like fdbshow. I have create another pull request in Azure/sonic-utilities: Show mac learned on lag interface sonic-net#730
6 tasks
vivekrnv
referenced
this pull request
in vivekrnv/sonic-buildimage
Apr 28, 2023
[Kernel] support downloading built kernel Debian packages
mssonicbld
added a commit
that referenced
this pull request
Oct 14, 2023
…ly (#16876) #### Why I did it src/sonic-ztp ``` * 739470d - (HEAD -> master, origin/master, origin/HEAD) [ZTP] 'config reload' use -f to avoid system checks (#52) (4 hours ago) [Peter Yu] * 04cd8e8 - [ZTP] bufsize=1 not supported in binary mode (#51) (4 hours ago) [Peter Yu] ``` #### How I did it #### How to verify it #### Description for the changelog
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jun 5, 2024
[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205
MuLinForest
pushed a commit
to MuLinForest/sonic-buildimage
that referenced
this pull request
Aug 6, 2024
[Platform]: Adjust stable size of SDK for as7726, as7326, as5835
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.
Don't wait until interfaces are active for syncd-rpc containers