Skip to content
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

Add redis in sonic p4 image #146

Merged
merged 1 commit into from
Dec 21, 2016
Merged

Add redis in sonic p4 image #146

merged 1 commit into from
Dec 21, 2016

Conversation

jiacao
Copy link
Contributor

@jiacao jiacao commented Dec 21, 2016

No description provided.

@lguohan lguohan merged commit b77d53f into sonic-net:master Dec 21, 2016
@jiacao jiacao deleted the p4-redis branch December 22, 2016 02:25
Kalimuthu-Velappan pushed a commit to Kalimuthu-Velappan/sonic-buildimage that referenced this pull request Sep 12, 2019
madhanmellanox pushed a commit to madhanmellanox/sonic-buildimage that referenced this pull request Mar 23, 2020
jleveque added a commit that referenced this pull request Jul 17, 2020
* src/sonic-snmpagent 89b7b2c...c702a57 (7):
  > Revert "[rfc1213] Interface MIB add l3 vlan interfaces & aggregate rif counters (#133)" (#151)
  > Update transceiver info DB key names (#146)
  > Fix LGTM reported alert of PR#141 (#142)
  > [Namespace] Fix interfaces counters in InterfacesMIB RFC 2863 (#141)
  > [Namespace]: Fix SNMP AgentX  socket connection timeout when using Namespace.get_all()  (#140)
  > [rfc1213] Interface MIB add l3 vlan interfaces & aggregate rif counters (#133)
  > Fix undefined variable and warning message (#134)

* src/sonic-py-swsssdk a83366e...2df4f40 (3):
  > Allowing TCP connections with namespace as well. (#81)
  > [port_util] add get_rif_port_map, get_vlan_interface_oid_map (#78)
  > Updates to the namespace API's for test_moduleLoad.py (#77)

Note that sonic-snmpagent submodule update is dependent upon sonic-py-swsssdk update, so updating both submodules in this PR.
dmytroxshevchuk pushed a commit to dmytroxshevchuk/sonic-buildimage that referenced this pull request Aug 31, 2020
* meta: Add SAI ACL attributes validation
* meta: Fix ACL counters serialization type
* meta: Uncommented code to support ranges attributes
* syncd: Enabled handlers to create, delete, get and set ACL range attributes
abdosi added a commit that referenced this pull request Sep 6, 2020
 Update transceiver info DB key names (#146)
[Multiasic]: Provide namespace support for ipNetToMediaPhysAddress (#129)
[LLDP]: Modify OID index of LLDPRemTableUpdater MIB (#155)
[Namespace]: Simplify sync_d functions to use higher order (#154)
[Namespace]: Fix interface counters in RFC 1213 (#145)

Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
vdahiya12 added a commit to vdahiya12/sonic-buildimage that referenced this pull request Dec 4, 2020
For sonic-platform-common update following commits are added
a8823a3 [sonic_y_cable] add check_mux_direction api for y_cable (sonic-net#151)
7c0301d Modular Chassis - APIs for midplane monitoring (sonic-net#148)
6f7d8a0 Fix some LGTM alerts; Add LGTM badges to README.md (sonic-net#146)

for sonic-platform-daemons update following commits are added
73e6ddd [xcvrd] replace check_active_linked_tor_side api to check_mux_direction (sonic-net#131)

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
vdahiya12 added a commit that referenced this pull request Dec 4, 2020
This PR updates the submodule sonic-platform-common, sonic-platform-daemons

For sonic-platform-common update following commits are added
a8823a3 [sonic_y_cable] add check_mux_direction api for y_cable (#151)
7c0301d Modular Chassis - APIs for midplane monitoring (#148)
6f7d8a0 Fix some LGTM alerts; Add LGTM badges to README.md (#146)

for sonic-platform-daemons update following commits are added
73e6ddd [xcvrd] replace check_active_linked_tor_side api to check_mux_direction (#131)

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
xumia pushed a commit to xumia/sonic-buildimage-1 that referenced this pull request Feb 16, 2021
…rom utilities builds (sonic-net#146)

Currently the builds for sonic-utilities fetch and install the very latest versions of swss-common, sairedis, and swss to run the tests.

This is problematic because if ever any of those packages are out of sync (e.g. swss-common receives a new update and the other two have not been rebuilt in the interim to accommodate this new change), then the utilities tests will experience a bunch of odd errors/failures in a very short window of time. These are difficult to debug and they block the PR pipeline for hours at a time.

We could get around this by rebuilding all of the packages for the utilities build, but seeing as the utilities submodule can be updated and merged into the master build-image independently of the other three I think this is unnecessary.

We should install the newly built utilities package into docker-sonic-vs and verify that that works. This verifies that a PR/given build of utilities is compatible with the virtual switch image and that the submodule can be updated without any issues.

Signed-off-by: Danny Allen <daall@microsoft.com>
xumia pushed a commit to xumia/sonic-buildimage-1 that referenced this pull request Feb 16, 2021
santhosh-kt pushed a commit to santhosh-kt/sonic-buildimage that referenced this pull request Feb 25, 2021
…ic-net#6124)

This PR updates the submodule sonic-platform-common, sonic-platform-daemons

For sonic-platform-common update following commits are added
a8823a3 [sonic_y_cable] add check_mux_direction api for y_cable (sonic-net#151)
7c0301d Modular Chassis - APIs for midplane monitoring (sonic-net#148)
6f7d8a0 Fix some LGTM alerts; Add LGTM badges to README.md (sonic-net#146)

for sonic-platform-daemons update following commits are added
73e6ddd [xcvrd] replace check_active_linked_tor_side api to check_mux_direction (sonic-net#131)

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
lguohan pushed a commit that referenced this pull request Mar 4, 2021
30d09be fix the muxcable state change notification received from other modules, omit the check inside hw_state table (#159)
32ec23c [xcvrd] Fix crash on platforms which support media settings with Python 3 (#158)
47bcf90 [xcvrd] Save the dom_capability of transceiver into db (#72)
b9381a5 [xcvrd] Fix xcvrd crash on other port prefixes (#123)
c3c1a59 [xcvrd] Make functions used for media setting python3 compatible (#153)
e179ffc [psud] Refactor unit tests; increase unit test coverage (#146)

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
yxieca pushed a commit that referenced this pull request Mar 4, 2021
30d09be fix the muxcable state change notification received from other modules, omit the check inside hw_state table (#159)
32ec23c [xcvrd] Fix crash on platforms which support media settings with Python 3 (#158)
47bcf90 [xcvrd] Save the dom_capability of transceiver into db (#72)
b9381a5 [xcvrd] Fix xcvrd crash on other port prefixes (#123)
c3c1a59 [xcvrd] Make functions used for media setting python3 compatible (#153)
e179ffc [psud] Refactor unit tests; increase unit test coverage (#146)

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
vboykox pushed a commit to vboykox/sonic-buildimage that referenced this pull request Mar 8, 2021
LGTM tool is now active for the sonic-platform-common repo.

- Add LGTM badges to README.md
- Fix 26 LGTM alerts:
  - 17 for Unused import
  - 9 for Except block handles 'BaseException'
jleveque added a commit that referenced this pull request Mar 10, 2021
* src/sonic-platform-daemons 068bccc...e5165b7 (7):
  > [xcvrd] Fix crash: If 'dom_capability' not in port_info_dict, insert 'N/A' (#162)
  > fix the muxcable state change notification received from other modules, omit the check inside hw_state table (#159)
  > [xcvrd] Fix crash on platforms which support media settings with Python 3 (#158)
  > [xcvrd] Save the dom_capability of transceiver into db (#72)
  > [xcvrd] Fix xcvrd crash on other port prefixes (#123)
  > [xcvrd] Make functions used for media setting python3 compatible (#153)
  > [psud] Refactor unit tests; increase unit test coverage (#146)
daall pushed a commit that referenced this pull request Mar 10, 2021
* src/sonic-platform-daemons 068bccc...e5165b7 (7):
  > [xcvrd] Fix crash: If 'dom_capability' not in port_info_dict, insert 'N/A' (#162)
  > fix the muxcable state change notification received from other modules, omit the check inside hw_state table (#159)
  > [xcvrd] Fix crash on platforms which support media settings with Python 3 (#158)
  > [xcvrd] Save the dom_capability of transceiver into db (#72)
  > [xcvrd] Fix xcvrd crash on other port prefixes (#123)
  > [xcvrd] Make functions used for media setting python3 compatible (#153)
  > [psud] Refactor unit tests; increase unit test coverage (#146)
raphaelt-nvidia pushed a commit to raphaelt-nvidia/sonic-buildimage that referenced this pull request May 23, 2021
* src/sonic-platform-daemons 068bccc...e5165b7 (7):
  > [xcvrd] Fix crash: If 'dom_capability' not in port_info_dict, insert 'N/A' (sonic-net#162)
  > fix the muxcable state change notification received from other modules, omit the check inside hw_state table (sonic-net#159)
  > [xcvrd] Fix crash on platforms which support media settings with Python 3 (sonic-net#158)
  > [xcvrd] Save the dom_capability of transceiver into db (sonic-net#72)
  > [xcvrd] Fix xcvrd crash on other port prefixes (sonic-net#123)
  > [xcvrd] Make functions used for media setting python3 compatible (sonic-net#153)
  > [psud] Refactor unit tests; increase unit test coverage (sonic-net#146)
carl-nokia pushed a commit to carl-nokia/sonic-buildimage that referenced this pull request Aug 7, 2021
30d09be fix the muxcable state change notification received from other modules, omit the check inside hw_state table (sonic-net#159)
32ec23c [xcvrd] Fix crash on platforms which support media settings with Python 3 (sonic-net#158)
47bcf90 [xcvrd] Save the dom_capability of transceiver into db (sonic-net#72)
b9381a5 [xcvrd] Fix xcvrd crash on other port prefixes (sonic-net#123)
c3c1a59 [xcvrd] Make functions used for media setting python3 compatible (sonic-net#153)
e179ffc [psud] Refactor unit tests; increase unit test coverage (sonic-net#146)

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
carl-nokia pushed a commit to carl-nokia/sonic-buildimage that referenced this pull request Aug 7, 2021
* src/sonic-platform-daemons 068bccc...e5165b7 (7):
  > [xcvrd] Fix crash: If 'dom_capability' not in port_info_dict, insert 'N/A' (sonic-net#162)
  > fix the muxcable state change notification received from other modules, omit the check inside hw_state table (sonic-net#159)
  > [xcvrd] Fix crash on platforms which support media settings with Python 3 (sonic-net#158)
  > [xcvrd] Save the dom_capability of transceiver into db (sonic-net#72)
  > [xcvrd] Fix xcvrd crash on other port prefixes (sonic-net#123)
  > [xcvrd] Make functions used for media setting python3 compatible (sonic-net#153)
  > [psud] Refactor unit tests; increase unit test coverage (sonic-net#146)
mlok-nokia pushed a commit to mlok-nokia/sonic-buildimage that referenced this pull request Jan 24, 2022
- Encapsulate all PsuChassisInfo test cases in a TestPsuChassisInfo class
- Move TestPsuChassisInfo to its own file, test_PsuChassisInfo.py
- Increase coverage of PsuChassisInfo class
- Increase coverage of TestDaemonPsud class
- In all test scripts, use `import psud` rather than `from psud import *` and reference everything using the `psud.` namespace. Also do the same with `mock`
- Remove unnecessary try/except around import statements in psud
- Add unit tests for signal_handler
- Fix `TypeError: cannot concatenate 'str' and 'int' objects` in signal_handler

Overall psud unit test coverage increases from 51% to 78%.
SuvarnaMeenakshi pushed a commit to SuvarnaMeenakshi/sonic-buildimage that referenced this pull request Mar 16, 2022
Update transceiver info DB key names to align with recent change here: sonic-net/sonic-platform-common#97
oleksandrivantsiv pushed a commit to oleksandrivantsiv/sonic-buildimage that referenced this pull request Apr 11, 2023
# Why I did it
supervisor conf used the wrong container name as telemetry.

# How I did it
Fix the container name.

# How to verify it
Kill critical process and check GNMI container.
vivekrnv pushed a commit to vivekrnv/sonic-buildimage that referenced this pull request Apr 28, 2023
There are some kernel compilation options that are only supported on certain architectures, such as CONFIG_SERIAL_8250_LPSS depends on X86.

1. Split options into multiple sections for different architectures, section [common] for all architectures.
2. blacklist CONFIG_STRICT_DEVMEM for centec arm64 platform
mssonicbld added a commit that referenced this pull request Aug 25, 2023
…lly (#16282)

#### Why I did it
src/sonic-gnmi
```
* 7a1b7cd - (HEAD -> master, origin/master, origin/HEAD) Improve full path logic (#146) (37 minutes ago) [ganglv]
```
#### How I did it
#### How to verify it
#### Description for the changelog
sonic-otn pushed a commit to sonic-otn/sonic-buildimage that referenced this pull request Sep 20, 2023
…lly (sonic-net#16282)

#### Why I did it
src/sonic-gnmi
```
* 7a1b7cd - (HEAD -> master, origin/master, origin/HEAD) Improve full path logic (sonic-net#146) (37 minutes ago) [ganglv]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Oct 13, 2023
…ically (#16871)

#### Why I did it
src/sonic-restapi
```
* c8fa96b - (HEAD -> master, origin/master, origin/HEAD) Remove command to install libhiredis deb file (#146) (23 hours ago) [Saikrishna Arcot]
```
#### How I did it
#### How to verify it
#### Description for the changelog
yxieca pushed a commit that referenced this pull request Oct 25, 2023
Submodule update for sonic-restapi

ccad4a2 - 2023-10-17 : [Tunnel] Support co-existence of IPv4 and IPv6 tunnels (#147) [Prince Sunny]
c8fa96b - 2023-10-12 : Remove command to install libhiredis deb file (#146) [Saikrishna Arcot]
StormLiangMS pushed a commit that referenced this pull request Oct 26, 2023
Why I did it
Submodule update for sonic-restapi

ccad4a2 - 2023-10-17 : [Tunnel] Support co-existence of IPv4 and IPv6 tunnels (#147) [Prince Sunny]
c8fa96b - 2023-10-12 : Remove command to install libhiredis deb file (#146) [Saikrishna Arcot]

Work item tracking
Microsoft ADO 25072916:
How I did it
How to verify it
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants