[hwsku-init] Introduce mechanism to run HWSKU specific initialization code#2072
Merged
lguohan merged 1 commit intosonic-net:201803from Sep 24, 2018
Merged
[hwsku-init] Introduce mechanism to run HWSKU specific initialization code#2072lguohan merged 1 commit intosonic-net:201803from
lguohan merged 1 commit intosonic-net:201803from
Conversation
… code When there is HWSKU specific initialization needs to be performed, please add hwsku-init script under device folder, it will be invoked by swss before any subsequent initializations. Signed-off-by: Ying Xie <[email protected]>
lguohan
approved these changes
Sep 24, 2018
lguohan
pushed a commit
that referenced
this pull request
Sep 25, 2018
… code (#2072) When there is HWSKU specific initialization needs to be performed, please add hwsku-init script under device folder, it will be invoked by swss before any subsequent initializations. Signed-off-by: Ying Xie <[email protected]>
stephenxs
added a commit
to stephenxs/sonic-buildimage
that referenced
this pull request
Dec 14, 2021
5d5c169 [bulk mode] Fix bulk conflict when in case there are both remove and set operations (sonic-net#2071) 8bbdbd2 Fix SRV6 NHOP CRM object type (sonic-net#2072) ef5b35f [vstest] VS test failure fix after fabric port orch PR merge (sonic-net#1811) 89ea538 Supply the missing ingress/egress port profile list in document (sonic-net#2064) 8123437 [pfc_detect] fix RedisReply errors (sonic-net#2040) b38f527 [swss][CRM][MPLS] MPLS CRM Nexthop - switch back to using SAI OBJECT rather than SWITCH OBJECT ae061e5 create debug_shell_enable config to enable debug shell (sonic-net#2060) 45e446d [cbf] Fix max FC value (sonic-net#2049) b1b5b29 Initial p4orch pytest code. (sonic-net#2054) Signed-off-by: Stephen Sun <[email protected]>
theasianpianist
pushed a commit
to theasianpianist/sonic-buildimage
that referenced
this pull request
Feb 5, 2022
*Change CRM object type from SAI_SWITCH_ATTR_AVAILABLE_IPV6_NEXTHOP_ENTRY to SAI_OBJECT_TYPE_NEXT_HOP
judyjoseph
added a commit
that referenced
this pull request
Mar 20, 2022
9968d60 (HEAD -> 202111, origin/202111) [sonic-package-manager] do not mod_config for whole config db when setting init_cfg (#2055) 4b3d53f [generate_dump] exclude mft and mlx folders from /etc (#2072) 51d92ae Validation check correction while adding a member to PortChannel (#2078) 6a43306 [techsupport] Added a lock to avoid running techsupport in parallel (#2065) 44cfdd9 Try get port operational speed from STATE DB (#2030) 45ea623 Fix sonic-installer failure due to missing import
taras-keryk
pushed a commit
to taras-keryk/sonic-buildimage
that referenced
this pull request
Apr 28, 2022
- What I did Exclude mft and mlnx folders from /etc during execution generate_dump - How I did it Fix appropriate --exclude pattern in tar cmd execution (add * character ) - How to verify it py.test show_techsupport/test_techsupport_no_secret.py --inventory="../ansible/inventory,../ansible/veos" --host-pattern (testbad) --module-path ../ansible/library/ --testbed (testbad)-(topo) --testbed_file ../ansible/testbed.csv --allow_recover --assert plain --log-cli-level info --show-capture=no -ra --showlocals -v --skip_sanity Signed-off-by: Andriy Yurkiv <[email protected]>
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
Introducing a mechanism to initialize device per HWSKU.