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

[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205 #22

Merged
merged 16 commits into from
Jun 1, 2023

Conversation

mssonicbld
Copy link
Collaborator

@mssonicbld mssonicbld commented Jun 1, 2023

* 36b1341b1 - (head/202205) [Mellanox] Update hw-mgmt to 7.0020.4301 (#15260) (#15281) (2023-06-01) [mssonicbld]
* a82895659 - [CI/CD] Refine PR test templates and test_plan.py to be ready to migrate to Elastictest (#15258) (2023-05-31) [Ye Jianquan]
* 9f66b2806 - [202205][brcm] Fix alignment of soc properties (#15240) (2023-05-30) [Neetha John]
* d5abda649 - Change the docker image from alpine to debian in Makefile (#15132) (2023-05-29) [xumia]
* 6cf6c59c8 - [ci/build]: Upgrade SONiC package versions (#15245) (2023-05-28) [mssonicbld]
* d00dd1fca - [ci/build]: Upgrade SONiC package versions (#15243) (2023-05-27) [mssonicbld]
* 8661e9de2 - [202205] Update SOC properties for DLR_INIT based pfcwd recovery (#15217) (2023-05-26) [Neetha John]
* a4633d32e - Clean up the old version container images (#14978) (#15232) (2023-05-26) [mssonicbld]
* 934cf5d4c - [submodule] Update submodule sonic-platform-daemons to the latest HEAD automatically (#15236) (2023-05-26) [mssonicbld]
* 294292b1c - [submodule] Update submodule sonic-platform-common to the latest HEAD automatically (#15235) (2023-05-26) [mssonicbld]
* 151a19421 - [YANG] Add MgmtLeafRouter to Device Neighbor Metadata element type list (#15202) (#15231) (2023-05-26) [mssonicbld]
* 21aa832da - [submodule] Update submodule sonic-platform-daemons to the latest HEAD automatically (#15205) (2023-05-26) [mssonicbld]
* 9f8a250f6 - Add soc property sai_pfc_dlr_init_capability=0 to missing DNX SKUs (#15155) (2023-05-26) [arista-nwolfe]
* b11e5b66e - SONiC Yang model support for IPv6 link local (#15182) (2023-05-26) [Akhilesh Samineni]
* f3ac3dd46 - [202205][minigraph] Add rack_mgmt_rack parse support in minigraph.py (#15064) (#15177) (2023-05-26) [Yaqiang Zhu]<br>```

yaqiangz and others added 15 commits May 26, 2023 08:49
…(#15064) (#15177)

Why I did it
We need to store information of power shelf in config_db for SONiC MX switch. Current minigraph parser cannot parse rack_mgmt_map field.

Work item tracking
Microsoft ADO (number only): 22179645
How I did it
Add support for parsing rack_mgmt_map.
This is backport of #14757

SONiC Yang model support for IPv6 link local

What I did
Created SONiC Yang model for IPv6 link local

How I did it
Defined Yang models for IPv6 link local based on https://github.com/sonic-net/SONiC/blob/master/doc/ipv6/ipv6_link_local.md

How to verify it
Added enable test case.

Signed-off-by: Akhilesh Samineni <akhilesh.samineni@broadcom.com>
…D automatically (#15205)

src/sonic-platform-daemons

* f9547b7 - (HEAD -> 202205, origin/202205) Use tx_disable_channel with media_lanes_mask (Azure#353) (28 hours ago) [rajann]
…st (#15202) (#15231)

Why I did it
Introduce a new valid neighbor element type to YANG.

Work item tracking
Microsoft ADO (number only): 23994521
How I did it
Add MgmtLeafRouter to element network type list.

How to verify it
Passes UTs

Co-authored-by: Jing Kan <jika@microsoft.com>
… automatically (#15235)

src/sonic-platform-common

* f1f1dd3 - (HEAD -> 202205, origin/202205) Update CMIS api's rendering max-duration (Azure#375) (3 minutes ago) [rajann]
…D automatically (#15236)

src/sonic-platform-daemons

* 2466680 - (HEAD -> 202205, origin/202205) add async notification support in active-active topo; refactor code for ycable tasks for change events  (Azure#327) (5 minutes ago) [vdahiya12]
* a07bc21 - [ycabled] refactor code for onboarding async client changes;refactor (Azure#355) (5 minutes ago) [vdahiya12]
Why I did it
Our k8s feature will pull new version container images for each upgrade, the container images inside sonic will be more and more, but for now we don’t have a way to clean up the old version container images, the disk may be filled up. Need to add cleaning up the old version container images logic.

Work item tracking
Microsoft ADO (number only):
17979809
How I did it
Remove the old version container images besides the feature's current version and last version image, last version image is saved for supporting fallback.

How to verify it
Check whether the old version images are removed

Co-authored-by: lixiaoyuner <35456895+lixiaoyuner@users.noreply.github.com>
…217)

Why I did it
Update soc properties for certain roles that need to use pfcwd dlr init based recovery mechanism

How to verify it
Updated the templates on a 7050cx3 dual tor and 7260 T1 which satisfies these conditions and validated pfcwd recovery which uses DLR_INIT based mechanism. Also validated that this mechanism is not used on 7050cx3 single tor with the updated templates

Signed-off-by: Neetha John <nejo@microsoft.com>
Why I did it
For security and consistency consideration, change the docker image from alpine to Debian in Makefile

Work item tracking
Microsoft ADO (number only): 23077660
How I did it
change the docker image from alpine to Debian in Makefile
Why I did it
To improve readability of config.bcm, fixed the alignment of soc properties

How to verify it
Build sonic_config_engine-1.0-py3-none-any.whl successfully

Signed-off-by: Neetha John <nejo@microsoft.com>
@mssonicbld mssonicbld requested review from a team, qiluo-msft, xumia and lguohan as code owners June 1, 2023 08:58
@mssonicbld mssonicbld merged commit 7ff17e4 into Azure:202205 Jun 1, 2023
jon-nokia pushed a commit to jon-nokia/sonic-buildimage-msft that referenced this pull request Aug 9, 2023
Added below commits:
9b30690 jcaiMR Fri Dec 16 fix handleSwssNotification crash in dhcp6relay (Azure#28)
047afb7 jcaiMR Wed Dec 14 14:08:58 2022 +0800 Fix multiple vlan issue (Azure#27)
ff6bec3 Vivek Thu Dec 8 09:44:15 2022 -0800 Made the Error log informative (Azure#22)
2fbe729 jcaiMR Wed Nov 30 14:41:53 2022 +0800 disable cfg dynamic change (Azure#25)
13d0805 Liu Shilong Wed Nov 30 10:54:11 2022 +0800 Use github code scanning instead of LGTM (Azure#26)
1e846f6 kellyyeh Wed Nov 23 14:36:02 2022 -0800 Fix packet range check for relay-reply packets (Azure#21)
4d19e13 kellyyeh Thu Nov 17 10:04:53 2022 -0800 Add unittest infrastructure (Azure#5)
7f4fdab jcaiMR Fri Nov 11 14:47:51 2022 +0800 fix packet range check issue (Azure#20)
257ecdf kellyyeh Thu Nov 3 11:34:11 2022 -0700 Add client packet UDP header length check (Azure#19)
jon-nokia pushed a commit to jon-nokia/sonic-buildimage-msft that referenced this pull request May 3, 2024
Update the sonic-pins submodule. This brings in the following commit:

56a7762 Use json.hpp from nlohmann-json-dev instead of from swss-common (Azure#22)

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
liushilongbuaa pushed a commit that referenced this pull request Dec 26, 2024
…tically (#19550)

#### Why I did it
src/sonic-dash-api
```
* 1fd0b7d - (HEAD -> 202405, origin/202405) [202405 build] Update pool sonicbld to sonic-ububtu-1c since it's deprecated (#22) (11 days ago) [Jianquan Ye]
```
#### How I did it
#### How to verify it
#### Description for the changelog
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.

7 participants