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

[hwsku-init] Introduce mechanism to run HWSKU specific initialization code #2072

Merged
merged 1 commit into from
Sep 24, 2018

Conversation

yxieca
Copy link
Contributor

@yxieca yxieca commented Sep 24, 2018

- What I did
Introducing a mechanism to initialize device per HWSKU.

… 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 <ying.xie@microsoft.com>
@lguohan lguohan merged commit 48a0e14 into sonic-net:201803 Sep 24, 2018
@yxieca yxieca deleted the hwsku-init branch September 24, 2018 23:33
@yxieca yxieca restored the hwsku-init branch September 25, 2018 00:36
@yxieca yxieca deleted the hwsku-init branch September 25, 2018 00:37
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 <ying.xie@microsoft.com>
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 <stephens@nvidia.com>
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 <ayurkiv@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants