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

[sonic-utilities] update submodule #9379

Closed
wants to merge 1 commit into from

Conversation

stepanblyschak
Copy link
Collaborator

c05845d Add trap flow counter support (#1868)
ef82f00 [load_minigraph] Delay pfcwd start until the buffer templates are rendered (#1937)
f5e5a56 [sonic-package-manager] support sonic-cli-gen and packages with YANG model (#1650)
64777a4 generic_config_updater: Filename changed & VLAN validator added (#1919)
1f8f6ab [config reload] Update command reference (#1941)

Signed-off-by: Stepan Blyshchak stepanb@nvidia.com

Why I did it

To pick new commits from utilities.

How I did it

Updated submodule.

How to verify it

Build.

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106

Description for the changelog

A picture of a cute animal (not mandatory but encouraged)

```
c05845d Add trap flow counter support (sonic-net#1868)
ef82f00 [load_minigraph] Delay pfcwd start until the buffer templates are rendered (sonic-net#1937)
f5e5a56 [sonic-package-manager] support sonic-cli-gen and packages with YANG model (sonic-net#1650)
64777a4 generic_config_updater: Filename changed & VLAN validator added (sonic-net#1919)
1f8f6ab [config reload] Update command reference (sonic-net#1941)
```

Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
@stepanblyschak
Copy link
Collaborator Author

@lguohan @liat-grozovik This submodule update brings in the YANG and CLI autogeneration support to sonic-package-manager. Since we are executing some sonic-package-manager operations at build time (to install dhcp-relay and generate shutdown order files) and the sonic-package-manager instantiates ConfigMgmt class it requires that at least the /etc/sonic/init_cfg.json is aligned with YANG models, otherwise it is going to fail. This is a good check as discussed with @praveen-li and will block PRs that add new data into init_cfg.json without the schema for that data. But right now init_cfg.json is not aligned. This PR requires this fix #9276 to be merged in order for checkers to pass.

@dprital dprital added the Request for 202111 Branch For PRs being requested for 202111 branch label Dec 1, 2021
@judyjoseph judyjoseph removed the Request for 202111 Branch For PRs being requested for 202111 branch label Dec 27, 2021
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.

3 participants